Home
last modified time | relevance | path

Searched refs:vec_size (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/lib/libsecureboot/
Dvectx.c55 size_t vec_size; /* size of path */ member
122 ctx->vec_size = stp->st_size; in vectx_open()
291 off += ctx->vec_size; in vectx_lseek()
297 (size_t)off > ctx->vec_size) { in vectx_lseek()
/freebsd-12-stable/sys/xen/xenbus/
Dxenbusb.c134 unsigned int vec_size __unused) in xenbusb_otherend_watch_cb()
172 unsigned int vec_size __unused) in xenbusb_local_watch_cb()
/freebsd-12-stable/sys/dev/xen/xenstore/
Dxenstore.c140 u_int vec_size; member
654 &msg->u.watch.vec_size); in xs_process_msg()
1008 msg->u.watch.vec_size); in xenwatch_thread()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
DRenderScriptRuntime.cpp2325 const uint32_t vec_size = *elem.type_vec_size.get(); in SetElementSize() local
2345 vec_size * AllocationDetails::RSTypeToFormat[type][eElementSize]; in SetElementSize()
2346 if (vec_size == 3) in SetElementSize()
3205 const uint32_t vec_size = *alloc->element.type_vec_size.get(); in DumpAllocation() local
3215 format = vec_size == 1 in DumpAllocation()
/freebsd-12-stable/sys/dev/ice/
Dice_flex_pipe.c4088 u16 vec_size = hw->blk[blk].es.fvw * sizeof(struct ice_fv_word); in ice_prof_bld_es() local
4102 vec_size - in ice_prof_bld_es()
4111 ice_memcpy(p->es, &hw->blk[blk].es.t[off], vec_size, in ice_prof_bld_es()
/freebsd-12-stable/contrib/gcc/
Dsimplify-rtx.c2591 HOST_WIDE_INT vec_size = GET_MODE_SIZE (GET_MODE (XEXP (vec, 0))); in simplify_binary_operation_1() local
2592 if (offset < vec_size) in simplify_binary_operation_1()
2596 offset -= vec_size; in simplify_binary_operation_1()
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc6585 uptr vec_size = ((length + page_size - 1) & (~(page_size - 1))) / page_size;
6586 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, vec, vec_size);