Home
last modified time | relevance | path

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

/freebsd-12.1/lib/libsecureboot/
H A Dvectx.c53 size_t vec_size; /* size of path */ member
112 ctx->vec_size = stp->st_size; in vectx_open()
248 off += ctx->vec_size; in vectx_lseek()
254 (size_t)off > ctx->vec_size) { in vectx_lseek()
/freebsd-12.1/sys/xen/xenbus/
H A 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.1/sys/dev/xen/xenstore/
H A 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.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp2401 const uint32_t vec_size = *elem.type_vec_size.get(); in SetElementSize() local
2421 vec_size * AllocationDetails::RSTypeToFormat[type][eElementSize]; in SetElementSize()
2422 if (vec_size == 3) in SetElementSize()
3301 const uint32_t vec_size = *alloc->element.type_vec_size.get(); in DumpAllocation() local
3311 format = vec_size == 1 in DumpAllocation()
/freebsd-12.1/contrib/gcc/
H A 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.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc6245 uptr vec_size = ((length + page_size - 1) & (~(page_size - 1))) / page_size;
6246 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, vec, vec_size);