Searched refs:vec_size (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/lib/libsecureboot/
H A Dvectx.c55 size_t vec_size; /* size of path */ member in struct:vectx
122 ctx->vec_size = stp->st_size;
291 off += ctx->vec_size;
297 (size_t)off > ctx->vec_size) {
/freebsd-13-stable/sys/xen/xenbus/
H A Dxenbusb.c130 * \param vec_size The number of elements in vec.
134 unsigned int vec_size __unused)
167 * \param vec_size The number of elements in vec.
172 unsigned int vec_size __unused)
/freebsd-13-stable/sys/dev/xen/xenstore/
H A Dxenstore.c139 u_int vec_size; member in struct:xs_stored_msg::__anon14601::__anon14603
653 &msg->u.watch.vec_size);
1006 msg->u.watch.vec_size);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp2325 const uint32_t vec_size = *elem.type_vec_size.get(); local
2345 vec_size * AllocationDetails::RSTypeToFormat[type][eElementSize];
2346 if (vec_size == 3)
3205 const uint32_t vec_size = *alloc->element.type_vec_size.get(); local
3215 format = vec_size == 1
/freebsd-13-stable/sys/dev/ice/
H A Dice_flex_pipe.c4042 u16 vec_size = hw->blk[blk].es.fvw * sizeof(struct ice_fv_word); local
4056 vec_size -
4065 ice_memcpy(p->es, &hw->blk[blk].es.t[off], vec_size,

Completed in 132 milliseconds