Searched defs:nelts (Results 1 – 6 of 6) 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/node/deps/uv/src/ |
| D | heap-inl.h | 42 unsigned int nelts; member
|
| /third_party/libuv/src/ |
| D | heap-inl.h | 43 unsigned int nelts; member
|
| /third_party/node/deps/openssl/openssl/crypto/ec/curve448/ |
| D | curve448.c | 225 int nelts, int idx) in constant_time_lookup_niels()
|
| /third_party/openssl/crypto/ec/curve448/ |
| D | curve448.c | 225 int nelts, int idx) in constant_time_lookup_niels()
|
| /third_party/python/Python/ |
| D | compile.c | 5105 Py_ssize_t i, nseen, nelts, nkwelts; in compiler_call_helper() local
|