Searched refs:nelts (Results 1 – 7 of 7) sorted by relevance
/external/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() argument 107 if (unlikely(nelts > UINT_MAX / eltsize)) in util_dynarray_resize_bytes() 110 unsigned newsize = nelts * 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/ |
D | ffi.c | 254 size_t nelts = size / hfa_type_size (hfa_type); in ffi_prep_cif_machdep() local 255 if (nelts <= 8) in ffi_prep_cif_machdep()
|
/external/libffi/src/ia64/ |
D | ffi.c | 254 size_t nelts = size / hfa_type_size (hfa_type); in ffi_prep_cif_machdep_core() local 255 if (nelts <= 8) in ffi_prep_cif_machdep_core()
|
/external/python/cpython3/Objects/ |
D | listsort.txt | 633 count = sst = sscmp = mst = mscmp = nelts = 0 636 nelts += n 651 print "count", count, "nelts", nelts 665 count 2630 nelts 130906543
|
/external/python/cpython2/Objects/ |
D | listsort.txt | 633 count = sst = sscmp = mst = mscmp = nelts = 0 636 nelts += n 651 print "count", count, "nelts", nelts 665 count 2630 nelts 130906543
|
/external/python/cpython3/Python/ |
D | compile.c | 4254 Py_ssize_t i, nseen, nelts, nkwelts; in compiler_call_helper() local 4260 nelts = asdl_seq_LEN(args); in compiler_call_helper() 4263 for (i = 0; i < nelts; i++) { in compiler_call_helper() 4277 for (i = 0; i < nelts; i++) { in compiler_call_helper() 4295 ADDOP_I(c, CALL_FUNCTION_KW, n + nelts + nkwelts); in compiler_call_helper() 4299 ADDOP_I(c, CALL_FUNCTION, n + nelts); in compiler_call_helper() 4306 if (n ==0 && nelts == 1 && ((expr_ty)asdl_seq_GET(args, 0))->kind == Starred_kind) { in compiler_call_helper()
|
/external/llvm-project/mlir/docs/Dialects/ |
D | SPIR-V.md | 1178 is lowered directly to a `!spv.ptr<!spv.array<nelts x elem_type>>` when the
|