Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
Dthreadmessage.c35 unsigned elsize; member
44 unsigned elsize) in av_thread_message_queue_alloc()
Dutils.c54 unsigned av_int_list_length_for_size(unsigned elsize, in av_int_list_length_for_size()
Dmem.c171 void *av_realloc_f(void *ptr, size_t nelem, size_t elsize) in av_realloc_f()
/third_party/python/Objects/
Dobmalloc.c105 _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()
/third_party/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.c938 size_t elsize = gelf_fsize (elfnew, ELF_T_SYM, 1, EV_CURRENT); in process_file() local
1153 size_t elsize = gelf_fsize (elfnew, ELF_T_SYM, 1, EV_CURRENT); in process_file() local
Delflint.c2684 size_t elsize = elf32_fsize (ELF_T_WORD, 1, EV_CURRENT); in check_group() local
/third_party/python/Modules/
D_tracemalloc.c589 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.c4156 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()
/third_party/elfutils/tests/
Delfstrmerge.c335 size_t elsize = gelf_fsize (elf, ELF_T_SYM, 1, EV_CURRENT); in main() local
/third_party/benchmark/src/
Dsysinfo.cc373 uint32_t const elsize = SYSPAGE_ELEMENT_SIZE(cacheattr); in GetCacheSizesQNX() local
/third_party/python/Programs/
D_testembed.c1990 calloc_wrapper(void *ctx, size_t nelem, size_t elsize) in calloc_wrapper()
/third_party/ffmpeg/libavformat/
Dsbgdec.c159 static void *alloc_array_elem(void **array, size_t elsize, in alloc_array_elem()