Searched
full:calloc (Results
701 -
725 of
2241) sorted by null
<<21222324252627282930>>
/development/ndk/platforms/android-9/arch-x86/symbols/ |
libc.so.functions.txt | 149 calloc
|
/device/google/dragon/audio/hal/dsp/ |
eq.c | 16 struct eq *eq = (struct eq *)calloc(1, sizeof(*eq));
|
/device/google/dragon/recovery/updater/ |
flash_file.cpp | 53 struct file_data *dev = reinterpret_cast<struct file_data*>(calloc(1, sizeof(struct file_data)));
|
flash_mtd.c | 45 struct mtd_data *dev = calloc(1, sizeof(struct mtd_data));
|
/device/htc/flounder/gps/qct/lib/ |
libloc_ds_api.so | |
/external/autotest/client/tests/aio_dio_bugs/src/ |
aio-dio-extend-stat.c | 82 iocbs[i] = calloc(1, sizeof(struct iocb));
|
/external/compiler-rt/lib/asan/ |
asan_allocator.h | 27 FROM_MALLOC = 1, // Memory block came from malloc, calloc, realloc, etc.
|
/external/compiler-rt/lib/builtins/ |
emutls.c | 163 array = calloc(new_size + 1, sizeof(void*));
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
sanitizer_allocator_testlib.cc | 88 void *calloc(size_t nmemb, size_t size) { function
|
/external/curl/lib/ |
ldap.c | 742 res = calloc(items, sizeof(char *)); 851 ludp->lud_attrs = calloc(count + 1, sizeof(TCHAR *)); 853 ludp->lud_attrs = calloc(count + 1, sizeof(char *)); 977 LDAPURLDesc *ludp = calloc(1, sizeof(*ludp));
|
memdebug.h | 84 #define calloc(nbelem,size) curl_docalloc(nbelem, size, __LINE__, __FILE__) macro
|
/external/dhcpcd-6.8.2/ |
dev.c | 106 ctx->dev = calloc(1, sizeof(*ctx->dev));
|
/external/e2fsprogs/lib/blkid/ |
dev.c | 22 if (!(dev = (blkid_dev) calloc(1, sizeof(struct blkid_struct_dev))))
|
/external/elfutils/libdwfl/ |
dwfl_module.c | 183 Dwfl_Module *mod = calloc (1, sizeof *mod);
|
/external/elfutils/libelf/ |
elf_getdata_rawchunk.c | 160 Elf_Data_Chunk *chunk = calloc (1, sizeof *chunk);
|
elf_newdata.c | 109 result = (Elf_Data_List *) calloc (1, sizeof (Elf_Data_List));
|
/external/fio/engines/ |
mmap.c | 243 fmd = calloc(1, sizeof(*fmd));
|
/external/flac/include/share/ |
alloc.h | 81 return calloc(nmemb, size);
|
/external/google-breakpad/src/third_party/libdisasm/ |
x86_operand_list.c | 42 op = calloc( sizeof(x86_oplist_t), 1 );
|
/external/harfbuzz_ng/src/ |
hb-object-private.hh | 129 Type *obj = (Type *) calloc (1, sizeof (Type));
|
hb-uniscribe.cc | 243 funcs = (hb_uniscribe_shaper_funcs_t *) calloc (1, sizeof (hb_uniscribe_shaper_funcs_t)); 368 void *new_sfnt_data = calloc (1, new_length); 436 hb_uniscribe_shaper_face_data_t *data = (hb_uniscribe_shaper_face_data_t *) calloc (1, sizeof (hb_uniscribe_shaper_face_data_t)); 514 hb_uniscribe_shaper_font_data_t *data = (hb_uniscribe_shaper_font_data_t *) calloc (1, sizeof (hb_uniscribe_shaper_font_data_t));
|
/external/iw/ |
connect.c | 102 conn_argv = calloc(conn_argc, sizeof(*conn_argv));
|
/external/jemalloc/src/ |
zone.c | 189 zone.calloc = (void *)zone_calloc;
|
/external/libchrome/base/ |
security_unittest.cc | 35 // as something we don't need (see the comment with calloc below).
|
/external/libcxx/test/std/depr/depr.c.headers/ |
stdlib_h.pass.cpp | 56 static_assert((std::is_same<decltype(calloc(0,0)), void*>::value), "");
|
Completed in 671 milliseconds
<<21222324252627282930>>