Home
last modified time | relevance | path

Searched defs:nelts (Results 1 – 6 of 6) 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/node/deps/uv/src/
Dheap-inl.h42 unsigned int nelts; member
/third_party/libuv/src/
Dheap-inl.h43 unsigned int nelts; member
/third_party/node/deps/openssl/openssl/crypto/ec/curve448/
Dcurve448.c225 int nelts, int idx) in constant_time_lookup_niels()
/third_party/openssl/crypto/ec/curve448/
Dcurve448.c225 int nelts, int idx) in constant_time_lookup_niels()
/third_party/python/Python/
Dcompile.c5105 Py_ssize_t i, nseen, nelts, nkwelts; in compiler_call_helper() local