Home
last modified time | relevance | path

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

/external/libffi/src/ia64/
Dffi.c254 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/python/cpython2/Modules/_ctypes/libffi/src/ia64/
Dffi.c254 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/python/cpython2/Objects/
Dlistsort.txt633 count = sst = sscmp = mst = mscmp = nelts = 0
636 nelts += n
651 print "count", count, "nelts", nelts
665 count 2630 nelts 130906543
/external/python/cpython3/Objects/
Dlistsort.txt633 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/
Dcompile.c3677 Py_ssize_t i, nseen, nelts, nkwelts; in compiler_call_helper() local
3683 nelts = asdl_seq_LEN(args); in compiler_call_helper()
3695 for (i = 0; i < nelts; i++) { in compiler_call_helper()
3773 ADDOP_I(c, CALL_FUNCTION_KW, n + nelts + nkwelts); in compiler_call_helper()
3777 ADDOP_I(c, CALL_FUNCTION, n + nelts); in compiler_call_helper()