Home
last modified time | relevance | path

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

/external/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
/external/python/cpython2/Modules/_ctypes/libffi/src/ia64/
Dffi.c254 size_t nelts = size / hfa_type_size (hfa_type); in ffi_prep_cif_machdep() local
/external/libffi/src/ia64/
Dffi.c254 size_t nelts = size / hfa_type_size (hfa_type); in ffi_prep_cif_machdep_core() local
/external/python/cpython3/Python/
Dcompile.c4434 Py_ssize_t i, nseen, nelts, nkwelts; in compiler_call_helper() local