HomeSort by relevance Sort by last modified time
    Searched refs:calloc (Results 276 - 300 of 572) sorted by null

<<11121314151617181920>>

  /external/libvpx/vpx/src/
vpx_image.c 106 img = (vpx_image_t *)calloc(1, sizeof(vpx_image_t));
  /external/linux-tools-perf/util/
util.h 215 return calloc(1, size);
  /external/llvm/lib/Support/
FoldingSet.cpp 200 void **Buckets = static_cast<void**>(calloc(NumBuckets+1, sizeof(void*)));
  /external/llvm/runtime/libprofile/
PathProfiling.c 160 ft[functionNumber-1].array = calloc(sizeof(pathHashTable_t), 1);
  /external/openssh/
auth-pam.c 360 if ((reply = calloc(n, sizeof(*reply))) == NULL)
568 if ((reply = calloc(n, sizeof(*reply))) == NULL)
976 if ((reply = calloc(n, sizeof(*reply))) == NULL)
1135 if ((reply = calloc(n, sizeof(*reply))) == NULL)
  /external/oprofile/agents/jvmti/
libjvmti_oprofile.c 84 debug_line = calloc(map_length, sizeof(struct debug_line_info));
  /external/stlport/test/eh/
nc_alloc.cpp 165 (FastAllocator::Block*)EH_CSTD::calloc( sizeof(FastAllocator::Block), FastAllocator::kBlockCount );
  /external/valgrind/main/coregrind/m_gdbserver/
server.h 183 #define calloc(n,sz) VG_(arena_calloc) (VG_AR_CORE, "gdbsrv", n, sz) macro
  /external/webkit/Source/WebCore/platform/audio/mac/
AudioFileReaderMac.cpp 47 AudioBufferList* bufferList = static_cast<AudioBufferList*>(calloc(1, bufferListSize));
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
os_unix.c 301 return calloc(1, size);
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorSRC.cpp 135 int32_t *pTmpBuffer = (int32_t *)calloc(1, kBytes);
137 ALOGE("calloc failed to allocate memory: %d bytes", kBytes);
  /hardware/qcom/media/mm-video/vidc/vdec/src/
h264_utils.cpp 158 m_rbspBytes = (byte *) calloc(1,inputBufferSize);
  /hardware/ti/wlan/wl1271/CUDK/os/linux/src/
osapi.c 214 return calloc(Number, Size);
  /ndk/sources/host-tools/make-3.81/
hash.c 22 #define CALLOC(t, n) ((t *) calloc (sizeof (t), (n)))
48 ht->ht_vec = (void**) CALLOC (struct token *, ht->ht_size);
264 ht->ht_vec = (void **) CALLOC (struct token *, ht->ht_size);
  /ndk/sources/host-tools/ndk-stack/
ndk-stack-parser.c 132 parser = (NdkCrashParser*)calloc(sizeof(*parser), 1);
  /sdk/emulator/opengl/tests/event_injector/
emulator-console.c 34 #define ANEW0(p) (p) = calloc(sizeof(*(p)), 1)
  /system/core/debuggerd/
getevent.c 165 ufds = calloc(1, sizeof(ufds[0]));
  /system/core/libcutils/
config_utils.c 30 node = calloc(sizeof(cnode), 1);
open_memstream.c 235 stream = (MemStream*) calloc(1, sizeof(MemStream));
str_parms.c 58 str_parms = calloc(1, sizeof(struct str_parms));
  /system/extras/procrank/
procrank.c 168 procs = calloc(num_procs, sizeof(struct proc_info*));
170 fprintf(stderr, "calloc: %s", strerror(errno));
  /system/extras/tests/bionic/libc/common/
test_cpu_set.c 136 other = calloc(1,setsize);
  /system/extras/tests/bionic/libc/other/
test_jpeg.c 190 temprow = calloc( cinfo.num_components * cinfo.output_width, sizeof(JSAMPLE) );
  /system/media/audio_utils/
resampler.c 212 rsmp = (struct resampler *)calloc(1, sizeof(struct resampler));
  /system/netd/
DnsProxyListener.cpp 143 hints = (struct addrinfo*) calloc(1, sizeof(struct addrinfo));

Completed in 1088 milliseconds

<<11121314151617181920>>