/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRDFA.m | 192 __strong short *data = (short *)calloc(size, sizeof(short)); 213 __strong short *data = (short *)calloc(size, sizeof(short));
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-graphite2.cc | 77 hb_graphite2_tablelist_t *p = (hb_graphite2_tablelist_t *) calloc (1, sizeof (hb_graphite2_tablelist_t)); 110 hb_graphite2_shaper_face_data_t *data = (hb_graphite2_shaper_face_data_t *) calloc (1, sizeof (hb_graphite2_shaper_face_data_t));
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/ |
device.c | 55 dev = CALLOC(1, sizeof(vlVdpDevice)); 116 pqt = CALLOC(1, sizeof(vlVdpPresentationQueue));
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/ |
xorg_output.c | 163 mode = calloc(1, sizeof(DisplayModeRec)); 299 priv = calloc(sizeof(*priv), 1);
|
/external/chromium_org/third_party/zlib/ |
zutil.c | 296 extern voidp calloc OF((uInt items, uInt size)); 307 (voidpf)calloc(items, size);
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
MallocSizeofChecker.cpp | 11 // malloc/calloc/realloc call and the operand of any sizeof expressions 57 II_calloc(&Ctx->Idents.get("calloc")),
|
/external/clang/test/Analysis/ |
taint-generic.c | 29 void *calloc(size_t nmemb, size_t size); 144 char *dst = (char*)calloc(ts, sizeof(char)); //expected-warning {{Untrusted data is used to specify the buffer size}}
|
/external/compiler-rt/lib/lsan/ |
lsan_interceptors.cc | 71 INTERCEPTOR(void*, calloc, uptr nmemb, uptr size) { 262 INTERCEPT_FUNCTION(calloc);
|
/external/harfbuzz_ng/src/ |
hb-coretext.cc | 64 hb_coretext_shaper_face_data_t *data = (hb_coretext_shaper_face_data_t *) calloc (1, sizeof (hb_coretext_shaper_face_data_t)); 116 hb_coretext_shaper_font_data_t *data = (hb_coretext_shaper_font_data_t *) calloc (1, sizeof (hb_coretext_shaper_font_data_t));
|
hb-graphite2.cc | 78 hb_graphite2_tablelist_t *p = (hb_graphite2_tablelist_t *) calloc (1, sizeof (hb_graphite2_tablelist_t)); 111 hb_graphite2_shaper_face_data_t *data = (hb_graphite2_shaper_face_data_t *) calloc (1, sizeof (hb_graphite2_shaper_face_data_t));
|
/external/llvm/test/CodeGen/ARM/ |
2008-05-19-LiveIntervalsBug.ll | 16 declare i8* @calloc(i32, i32) 32 %tmp15.i.i.us.i = tail call i8* @calloc( i32 0, i32 2 ) ; <i8*> [#uses=0]
|
/external/llvm/test/Transforms/InstCombine/ |
malloc-free-delete.ll | 14 declare noalias i8* @calloc(i32, i32) nounwind 45 %alloc2 = call noalias i8* @calloc(i32 5, i32 7) nounwind
|
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
device.c | 55 dev = CALLOC(1, sizeof(vlVdpDevice)); 116 pqt = CALLOC(1, sizeof(vlVdpPresentationQueue));
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
xorg_output.c | 163 mode = calloc(1, sizeof(DisplayModeRec)); 299 priv = calloc(sizeof(*priv), 1);
|
/external/qemu/distrib/zlib-1.2.3/ |
zutil.c | 296 extern voidp calloc OF((uInt items, uInt size)); 307 (voidpf)calloc(items, size);
|
/external/srec/seti/sltsEngine/src/ |
SWIslts.c | 136 pEng = CALLOC(1, sizeof(SLTS_Engine), MTAG); 303 pBlock = (LCHAR *)CALLOC(sizeof(int) + nNbrOfTranscriptions * sizeof(SWIsltsTranscription), sizeof(LCHAR), MTAG);
|
/external/strace/ |
count.c | 58 counts = calloc(nsyscalls, sizeof(*counts)); 166 int *sorted_count = calloc(sizeof(int), nsyscalls);
|
/external/valgrind/main/memcheck/tests/ |
origin1-yes.c | 124 // Heap block (calloc), initialised 126 int* ptr_to_def_calloc_int = calloc(1, sizeof(int));
|
/external/zlib/src/ |
zutil.c | 300 extern voidp calloc OF((uInt items, uInt size)); 311 (voidpf)calloc(items, 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-legacy/vidc/vdec/test/ |
decoder_driver_test.c | 89 calloc (sizeof (struct video_decoder_context),1); 339 calloc (sizeof (struct video_msgq), 342 calloc (sizeof (struct video_msgq), 490 calloc (sizeof (struct vdec_output_frameinfo *),buffercount); 501 calloc (sizeof (struct vdec_output_frameinfo),buffercount); 516 calloc (sizeof (struct vdec_bufferpayload *),buffercount); 540 calloc (sizeof (struct vdec_bufferpayload),1); 544 DEBUG_PRINT ("\nallocate_buffer: ptemp [i] calloc failure"); [all...] |
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/ |
decoder_driver_test.c | 88 calloc (sizeof (struct video_decoder_context),1); 324 calloc (sizeof (struct video_msgq), 327 calloc (sizeof (struct video_msgq), 460 calloc (sizeof (struct vdec_output_frameinfo *),buffercount); 469 calloc (sizeof (struct vdec_output_frameinfo),buffercount); 482 calloc (sizeof (struct vdec_bufferpayload *),buffercount); 501 calloc (sizeof (struct vdec_bufferpayload),1); 504 DEBUG_PRINT ("\nallocate_buffer: ptemp [i] calloc failure"); [all...] |
/ndk/sources/host-tools/nawk-20071023/ |
b.c | 135 if ((f = (fa *) calloc(1, sizeof(fa) + poscnt*sizeof(rrow))) == NULL) 140 if ((f->posns[0] = (int *) calloc(1, *(f->re[0].lfollow)*sizeof(int))) == NULL) 142 if ((f->posns[1] = (int *) calloc(1, sizeof(int))) == NULL) 160 if ((f->posns[2] = (int *) calloc(1, (k+1)*sizeof(int))) == NULL) 360 if ((p = (int *) calloc(1, (setcnt+1)*sizeof(int))) == NULL) 534 if ((f->posns[2] = (int *) calloc(1, (k+1)*sizeof(int))) == NULL) 591 if ((f->posns[2] = (int *) calloc(1, (k+1)*sizeof(int))) == NULL) 925 if ((p = (int *) calloc(1, (setcnt+1)*sizeof(int))) == NULL)
|
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/libexec/gcc/mipsel-linux-android/4.6/ |
lto-wrapper | |
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/libexec/gcc/i686-linux-android/4.6/ |
lto-wrapper | |