Home
last modified time | relevance | path

Searched defs:nelts (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/util/
Du_dynarray.h105 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/
Dheap-inl.h42 unsigned int nelts; member
/third_party/libffi/src/ia64/
Dffi.c254 size_t nelts = size / hfa_type_size (hfa_type); in ffi_prep_cif_machdep_core() local
/third_party/openssl/crypto/ec/curve448/
Dcurve448.c222 int nelts, int idx) in constant_time_lookup_niels()
/third_party/python/Python/
Dcompile.c4433 Py_ssize_t i, nseen, nelts, nkwelts; in compiler_call_helper() local