/aosp_15_r20/external/python/cpython3/Objects/ |
D | obmalloc.c | 105 _PyMem_RawCalloc(void *ctx, size_t nelem, size_t elsize) in _PyMem_RawCalloc() 590 PyMem_RawCalloc(size_t nelem, size_t elsize) in PyMem_RawCalloc() 627 PyMem_Calloc(size_t nelem, size_t elsize) in PyMem_Calloc() 716 PyObject_Calloc(size_t nelem, size_t elsize) in PyObject_Calloc() 2012 _PyObject_Calloc(void *ctx, size_t nelem, size_t elsize) in _PyObject_Calloc() 2545 _PyMem_DebugRawCalloc(void *ctx, size_t nelem, size_t elsize) in _PyMem_DebugRawCalloc() 2697 _PyMem_DebugCalloc(void *ctx, size_t nelem, size_t elsize) in _PyMem_DebugCalloc()
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | _tracemalloc.c | 589 tracemalloc_alloc(int use_calloc, void *ctx, size_t nelem, size_t elsize) in tracemalloc_alloc() 686 tracemalloc_alloc_gil(int use_calloc, void *ctx, size_t nelem, size_t elsize) in tracemalloc_alloc_gil() 718 tracemalloc_calloc_gil(void *ctx, size_t nelem, size_t elsize) in tracemalloc_calloc_gil() 759 tracemalloc_raw_alloc(int use_calloc, void *ctx, size_t nelem, size_t elsize) in tracemalloc_raw_alloc() 794 tracemalloc_raw_calloc(void *ctx, size_t nelem, size_t elsize) in tracemalloc_raw_calloc()
|
D | _testcapimodule.c | 4156 static void* hook_calloc(void* ctx, size_t nelem, size_t elsize) in hook_calloc() 4189 size_t size, size2, nelem, elsize; in test_setallocators() local 4367 hook_fcalloc(void *ctx, size_t nelem, size_t elsize) in hook_fcalloc()
|
/aosp_15_r20/external/elfutils/src/ |
H A D | strip.c | 1497 size_t elsize = gelf_fsize (elf, ELF_T_SYM, 1, EV_CURRENT); in handle_elf() local 1949 size_t elsize = gelf_fsize (elf, ELF_T_SYM, 1, EV_CURRENT); in handle_elf() local 2282 size_t elsize = gelf_fsize (elf, ELF_T_SYM, 1, EV_CURRENT); in handle_elf() local 2341 size_t elsize = gelf_fsize (elf, ELF_T_SYM, 1, EV_CURRENT); in handle_elf() local 2418 size_t elsize = gelf_fsize (elf, verd->d_type, 1, EV_CURRENT); in handle_elf() local
|
H A D | elfcompress.c | 1015 size_t elsize = gelf_fsize (elfnew, ELF_T_SYM, 1, EV_CURRENT); in process_file() local 1230 size_t elsize = gelf_fsize (elfnew, ELF_T_SYM, 1, EV_CURRENT); in process_file() local
|
H A D | elflint.c | 2723 size_t elsize = elf32_fsize (ELF_T_WORD, 1, EV_CURRENT); in check_group() local
|
/aosp_15_r20/external/virglrenderer/tests/ |
H A 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
|
H A D | testvirgl_encode.c | 499 unsigned elsize, size; in virgl_encoder_inline_write() local
|
/aosp_15_r20/external/elfutils/tests/ |
H A D | elfstrmerge.c | 335 size_t elsize = gelf_fsize (elf, ELF_T_SYM, 1, EV_CURRENT); in main() local
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/X11/ |
D | Xlibint.h | 343 # define Xcalloc(nelem, elsize) calloc(((nelem) == 0 ? 1 : (nelem)), (elsize)) argument 349 # define Xcalloc(nelem, elsize) calloc((nelem), (elsize)) argument
|
/aosp_15_r20/hardware/google/gfxstream/host/apigen-codec-common/X11/ |
D | Xlibint.h | 343 # define Xcalloc(nelem, elsize) calloc(((nelem) == 0 ? 1 : (nelem)), (elsize)) argument 349 # define Xcalloc(nelem, elsize) calloc((nelem), (elsize)) argument
|
/aosp_15_r20/external/google-benchmark/src/ |
H A D | sysinfo.cc | 377 uint32_t const elsize = SYSPAGE_ELEMENT_SIZE(cacheattr); in GetCacheSizesQNX() local
|
/aosp_15_r20/external/cronet/third_party/google_benchmark/src/src/ |
H A D | sysinfo.cc | 373 uint32_t const elsize = SYSPAGE_ELEMENT_SIZE(cacheattr); in GetCacheSizesQNX() local
|
/aosp_15_r20/external/virglrenderer/src/ |
H A D | vrend_renderer.c | 8497 int elsize = util_format_get_blocksize(res->base.format); in vrend_renderer_transfer_write_iov() local 8730 int elsize = util_format_get_blocksize(res->base.format); in vrend_transfer_send_getteximage() local 8870 int elsize = util_format_get_blocksize(res->base.format); in vrend_transfer_send_readpixels() local 9549 int elsize = util_format_get_blocksize(dst_res->base.format); in vrend_resource_copy_fallback() local 11931 int elsize; in vrend_renderer_get_rect() local 12021 int elsize; in vrend_renderer_resource_get_info() local
|
/aosp_15_r20/external/python/cpython3/Programs/ |
D | _testembed.c | 1990 calloc_wrapper(void *ctx, size_t nelem, size_t elsize) in calloc_wrapper()
|
/aosp_15_r20/external/pytorch/torch/csrc/utils/ |
H A D | tensor_new.cpp | 1552 auto elsize = at::elementSize(dtype); in tensor_frombuffer() local
|
/aosp_15_r20/external/bcc/libbpf-tools/arm64/ |
H A D | vmlinux_608.h | 97003 u8 elsize; member
|
H A D | vmlinux.h | 97003 u8 elsize; member
|