Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
Dthreadmessage.c33 unsigned elsize; member
42 unsigned elsize) in av_thread_message_queue_alloc()
Dutils.c102 unsigned av_int_list_length_for_size(unsigned elsize, in av_int_list_length_for_size()
Dmem.c146 void *av_realloc_f(void *ptr, size_t nelem, size_t elsize) in av_realloc_f()
/third_party/iowow/src/utils/
Diwarr.c13 size_t elsize, in iwarr_sorted_insert()
59 size_t elsize, in iwarr_sorted_remove()
100 size_t elsize, in iwarr_sorted_find()
138 size_t elsize, in iwarr_sorted_find2()
/third_party/python/Objects/
Dobmalloc.c103 _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()
1965 _PyObject_Calloc(void *ctx, size_t nelem, size_t elsize) in _PyObject_Calloc()
2498 _PyMem_DebugRawCalloc(void *ctx, size_t nelem, size_t elsize) in _PyMem_DebugRawCalloc()
2650 _PyMem_DebugCalloc(void *ctx, size_t nelem, size_t elsize) in _PyMem_DebugCalloc()
/third_party/python/Modules/
D_tracemalloc.c581 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.c3981 static void* hook_calloc(void* ctx, size_t nelem, size_t elsize) in hook_calloc()
4014 size_t size, size2, nelem, elsize; in test_setallocators() local
4192 hook_fcalloc(void *ctx, size_t nelem, size_t elsize) in hook_fcalloc()
/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/elfutils/tests/
Delfstrmerge.c335 size_t elsize = gelf_fsize (elf, ELF_T_SYM, 1, EV_CURRENT); in main() local
/third_party/benchmark/src/
Dsysinfo.cc372 uint32_t const elsize = SYSPAGE_ELEMENT_SIZE(cacheattr); in GetCacheSizesQNX() local
/third_party/ffmpeg/libavformat/
Dsbgdec.c158 static void *alloc_array_elem(void **array, size_t elsize, in alloc_array_elem()