/external/python/cpython3/Objects/ |
D | obmalloc.c | 103 _PyMem_RawCalloc(void *ctx, size_t nelem, size_t elsize) in _PyMem_RawCalloc() 576 PyMem_RawCalloc(size_t nelem, size_t elsize) in PyMem_RawCalloc() 609 PyMem_Calloc(size_t nelem, size_t elsize) in PyMem_Calloc() 689 PyObject_Calloc(size_t nelem, size_t elsize) in PyObject_Calloc() 1654 _PyObject_Calloc(void *ctx, size_t nelem, size_t elsize) in _PyObject_Calloc() 2182 _PyMem_DebugRawCalloc(void *ctx, size_t nelem, size_t elsize) in _PyMem_DebugRawCalloc() 2334 _PyMem_DebugCalloc(void *ctx, size_t nelem, size_t elsize) in _PyMem_DebugCalloc()
|
/external/python/cpython3/Modules/ |
D | _tracemalloc.c | 581 tracemalloc_alloc(int use_calloc, void *ctx, size_t nelem, size_t elsize) in tracemalloc_alloc() 678 tracemalloc_alloc_gil(int use_calloc, void *ctx, size_t nelem, size_t elsize) in tracemalloc_alloc_gil() 710 tracemalloc_calloc_gil(void *ctx, size_t nelem, size_t elsize) in tracemalloc_calloc_gil() 751 tracemalloc_raw_alloc(int use_calloc, void *ctx, size_t nelem, size_t elsize) in tracemalloc_raw_alloc() 786 tracemalloc_raw_calloc(void *ctx, size_t nelem, size_t elsize) in tracemalloc_raw_calloc()
|
D | _testcapimodule.c | 3814 static void* hook_calloc(void* ctx, size_t nelem, size_t elsize) in hook_calloc() 3847 size_t size, size2, nelem, elsize; in test_setallocators() local 4025 hook_fcalloc(void *ctx, size_t nelem, size_t elsize) in hook_fcalloc()
|
/external/elfutils/src/ |
D | strip.c | 1489 size_t elsize = gelf_fsize (elf, ELF_T_SYM, 1, EV_CURRENT); in handle_elf() local 1946 size_t elsize = gelf_fsize (elf, ELF_T_SYM, 1, EV_CURRENT); in handle_elf() local 2279 size_t elsize = gelf_fsize (elf, ELF_T_SYM, 1, EV_CURRENT); in handle_elf() local 2338 size_t elsize = gelf_fsize (elf, ELF_T_SYM, 1, EV_CURRENT); in handle_elf() local 2415 size_t elsize = gelf_fsize (elf, verd->d_type, 1, EV_CURRENT); in handle_elf() local
|
D | elfcompress.c | 952 size_t elsize = gelf_fsize (elfnew, ELF_T_SYM, 1, EV_CURRENT); in process_file() local 1161 size_t elsize = gelf_fsize (elfnew, ELF_T_SYM, 1, EV_CURRENT); in process_file() local
|
D | elflint.c | 2685 size_t elsize = elf32_fsize (ELF_T_WORD, 1, EV_CURRENT); in check_group() local
|
/external/elfutils/tests/ |
D | elfstrmerge.c | 294 size_t elsize = gelf_fsize (elf, ELF_T_SYM, 1, EV_CURRENT); in main() local
|
/external/virglrenderer/tests/ |
D | test_virgl_transfer.c | 615 static unsigned get_box_size(struct pipe_box *box, int elsize) in get_box_size() 688 int elsize = target == 0 ? 1 : 4; in virgl_test_transfer_inline() local
|
D | testvirgl_encode.c | 499 unsigned elsize, size; in virgl_encoder_inline_write() local
|
/external/google-benchmark/src/ |
D | sysinfo.cc | 372 uint32_t const elsize = SYSPAGE_ELEMENT_SIZE(cacheattr); in GetCacheSizesQNX() local
|
/external/llvm-project/openmp/runtime/src/ |
D | kmp_stub.cpp | 174 void *kmp_calloc(size_t nelem, size_t elsize) { in kmp_calloc()
|
D | kmp_ftn_entry.h | 1244 void *FTN_STDCALL FTN_CALLOC(size_t KMP_DEREF nelem, size_t KMP_DEREF elsize) { in FTN_CALLOC()
|
D | kmp_alloc.cpp | 1131 void *kmpc_calloc(size_t nelem, size_t elsize) { in kmpc_calloc()
|
D | kmp.h | 3298 #define __kmp_thread_calloc(th, nelem, elsize) \ argument
|
/external/python/pybind11/include/pybind11/ |
D | numpy.h | 59 int elsize; member
|
/external/virglrenderer/src/ |
D | vrend_renderer.c | 7491 int elsize = util_format_get_blocksize(res->base.format); in vrend_renderer_transfer_write_iov() local 7722 int elsize = util_format_get_blocksize(res->base.format); in vrend_transfer_send_getteximage() local 7832 int elsize = util_format_get_blocksize(res->base.format); in vrend_transfer_send_readpixels() local 8465 int elsize = util_format_get_blocksize(dst_res->base.format); in vrend_resource_copy_fallback() local 10556 int elsize; in vrend_renderer_get_rect() local 10646 int elsize; in vrend_renderer_resource_get_info() local
|