Searched defs:nelts (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/util/ |
D | u_dynarray.h | 105 util_dynarray_resize_bytes(struct util_dynarray *buf, unsigned nelts, size_t eltsize) in util_dynarray_resize_bytes() 173 #define util_dynarray_resize(buf, type, nelts) util_dynarray_resize_bytes(buf, (nelts), sizeof(type… argument
|
/third_party/libuv/src/ |
D | heap-inl.h | 42 unsigned int nelts; member
|
/third_party/libffi/src/ia64/ |
D | ffi.c | 254 size_t nelts = size / hfa_type_size (hfa_type); in ffi_prep_cif_machdep_core() local
|
/third_party/openssl/crypto/ec/curve448/ |
D | curve448.c | 222 int nelts, int idx) in constant_time_lookup_niels()
|
/third_party/python/Python/ |
D | compile.c | 4433 Py_ssize_t i, nseen, nelts, nkwelts; in compiler_call_helper() local
|