Home
last modified time | relevance | path

Searched defs:elsize (Results 1 – 17 of 17) sorted by relevance

/external/python/cpython3/Modules/_testcapi/
Dmem.c28 hook_calloc(void *ctx, size_t nelem, size_t elsize) in hook_calloc()
94 hook_fcalloc(void *ctx, size_t nelem, size_t elsize) in hook_fcalloc()
281 size_t elsize = 5; in test_setallocators() local
/external/python/cpython3/Objects/
Dobmalloc.c66 _PyMem_RawCalloc(void *Py_UNUSED(ctx), size_t nelem, size_t elsize) in _PyMem_RawCalloc()
215 _PyMem_MiCalloc(void *ctx, size_t nelem, size_t elsize) in _PyMem_MiCalloc()
257 _PyObject_MiCalloc(void *ctx, size_t nelem, size_t elsize) in _PyObject_MiCalloc()
952 PyMem_RawCalloc(size_t nelem, size_t elsize) in PyMem_RawCalloc()
993 PyMem_Calloc(size_t nelem, size_t elsize) in PyMem_Calloc()
1306 PyObject_Calloc(size_t nelem, size_t elsize) in PyObject_Calloc()
2149 _PyObject_Calloc(void *ctx, size_t nelem, size_t elsize) in _PyObject_Calloc()
2731 _PyMem_DebugRawCalloc(void *ctx, size_t nelem, size_t elsize) in _PyMem_DebugRawCalloc()
2888 _PyMem_DebugCalloc(void *ctx, size_t nelem, size_t elsize) in _PyMem_DebugCalloc()
/external/python/cpython3/Python/
Dtracemalloc.c526 tracemalloc_alloc(int use_calloc, void *ctx, size_t nelem, size_t elsize) in tracemalloc_alloc()
623 tracemalloc_alloc_gil(int use_calloc, void *ctx, size_t nelem, size_t elsize) in tracemalloc_alloc_gil()
655 tracemalloc_calloc_gil(void *ctx, size_t nelem, size_t elsize) in tracemalloc_calloc_gil()
696 tracemalloc_raw_alloc(int use_calloc, void *ctx, size_t nelem, size_t elsize) in tracemalloc_raw_alloc()
731 tracemalloc_raw_calloc(void *ctx, size_t nelem, size_t elsize) in tracemalloc_raw_calloc()
/external/elfutils/src/
Dstrip.c1497 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
Delfcompress.c1015 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
Delflint.c2723 size_t elsize = elf32_fsize (ELF_T_WORD, 1, EV_CURRENT); in check_group() local
/external/elfutils/tests/
Delfstrmerge.c335 size_t elsize = gelf_fsize (elf, ELF_T_SYM, 1, EV_CURRENT); in main() local
/external/virglrenderer/tests/
Dtest_virgl_transfer.c615 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
Dtestvirgl_encode.c499 unsigned elsize, size; in virgl_encoder_inline_write() local
/external/cronet/tot/third_party/google_benchmark/src/src/
Dsysinfo.cc383 uint32_t const elsize = SYSPAGE_ELEMENT_SIZE(cacheattr); in GetCacheSizesQNX() local
/external/cronet/stable/third_party/google_benchmark/src/src/
Dsysinfo.cc383 uint32_t const elsize = SYSPAGE_ELEMENT_SIZE(cacheattr); in GetCacheSizesQNX() local
/external/google-benchmark/src/
Dsysinfo.cc377 uint32_t const elsize = SYSPAGE_ELEMENT_SIZE(cacheattr); in GetCacheSizesQNX() local
/external/python/cpython3/Programs/
D_testembed.c2143 calloc_wrapper(void *ctx, size_t nelem, size_t elsize) in calloc_wrapper()
/external/virglrenderer/src/
Dvrend_renderer.c8497 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
/external/pytorch/torch/csrc/utils/
Dtensor_new.cpp1552 auto elsize = at::elementSize(dtype); in tensor_frombuffer() local
/external/bcc/libbpf-tools/arm64/
Dvmlinux_608.h97003 u8 elsize; member
Dvmlinux.h97003 u8 elsize; member