HomeSort by relevance Sort by last modified time
    Searched full:calloc (Results 1251 - 1275 of 2241) sorted by null

<<51525354555657585960>>

  /bionic/libc/
libc.arm.map 261 calloc;
libc.map.txt 263 calloc;
libc.mips.map 259 calloc;
libc.x86.map 257 calloc;
  /bootable/recovery/
fuse_sideload.cpp 397 fd.hashes = (uint8_t*)calloc(fd.file_blocks, SHA256_DIGEST_LENGTH);
  /cts/tests/tests/media/libaudiojni/
audio-record-native.cpp 448 void *buffer = calloc(framesPerBuffer * numBuffers, frameSize);
audio-track-native.cpp 387 void *buffer = calloc(framesPerBuffer * numBuffers, frameSize);
  /dalvik/libdex/
DexFile.cpp 233 pLookup = (DexClassLookup*) calloc(1, allocSize);
  /development/ndk/platforms/android-9/arch-mips/lib-bootstrap/lib/
libc.so 
  /development/ndk/platforms/android-9/arch-mips/lib-bootstrap/libr2/
libc.so 
  /development/ndk/platforms/android-9/arch-mips/lib-bootstrap/libr6/
libc.so 
  /device/google/dragon/audio/soundtrigger/
sound_trigger_hw.c 166 data = (char *)calloc(1,
  /device/htc/flounder/audio/soundtrigger/
sound_trigger_hw.c 181 data = (char *)calloc(1,
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3defs.h 465 #define ANTLR3_CALLOC(numEl, elSize) calloc (numEl, (size_t)(elSize))
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3commontoken.c 213 * an api function pointer for this as they are allocated via calloc.
  /external/compiler-rt/lib/asan/
asan_win_dll_thunk.cc 354 WRAP_W_WW(calloc)
  /external/curl/lib/
asyn-ares.c 542 res = calloc(sizeof(struct ResolverResults), 1);
asyn-thread.c 382 struct thread_data *td = calloc(1, sizeof(struct thread_data));
file.c 120 conn->data->req.protop = calloc(1, sizeof(struct FILEPROTO));
  /external/curl/src/
tool_paramhlp.c 42 struct getout *node = calloc(1, sizeof(struct getout));
  /external/dhcpcd-6.8.2/
eloop.c 466 ctx = calloc(1, sizeof(*ctx));
  /external/elfutils/libasm/
asm_end.c 251 xshndx = xndxdata->d_buf = calloc (1, xndxdata->d_size);
  /external/elfutils/libdw/
cfi.c 453 Dwarf_Frame *cie_fs = calloc (1, sizeof (Dwarf_Frame));
  /external/elfutils/libdwfl/
core-file.c 465 dwfl->user_core = calloc (1, sizeof (struct Dwfl_User_Core));
  /external/fio/
blktrace.c 121 ipo = calloc(1, sizeof(*ipo));

Completed in 3022 milliseconds

<<51525354555657585960>>