/system/extras/tests/bionic/libstdc++/ |
test_cstdlib.cpp | 93 using ::calloc;
|
/dalvik/vm/ |
RawDexFile.cpp | 229 *ppRawDexFile = (RawDexFile*) calloc(1, sizeof(RawDexFile)); 259 *ppRawDexFile = (RawDexFile*) calloc(1, sizeof(RawDexFile));
|
/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/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/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/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/webkit/Tools/DumpRenderTree/cg/ |
ImageDiffCG.cpp | 99 void* baseBuffer = calloc(height, rowBytes); 104 void* buffer = calloc(height, rowBytes);
|
/external/webkit/Tools/WebKitLauncher/ |
main.m | 112 char **argv = (char **)calloc(sizeof(char *), [args count] + 1); 113 char **env = (char **)calloc(sizeof(char *), [environment count] + 1);
|
/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/msm7k/librpc/ |
svc_clnt_common.c | 281 xdr_s_type *xdr = (xdr_s_type *)calloc(1, sizeof(xdr_s_type)); 299 xdr_s_type *xdr = (xdr_s_type *)calloc(1, sizeof(xdr_s_type));
|
/hardware/qcom/media/mm-video/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...] |
/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 | |
/system/core/libcutils/ |
hashmap.c | 61 map->buckets = calloc(map->bucketCount, sizeof(Entry*)); 106 Entry** newBuckets = calloc(newBucketCount, sizeof(Entry*));
|
mq.c | 637 packet = calloc(1, sizeof(OutgoingPacket)); 819 OutgoingPacket* packetA = calloc(1, sizeof(OutgoingPacket)); 820 OutgoingPacket* packetB = calloc(1, sizeof(OutgoingPacket)); 853 OutgoingPacket* packet = calloc(1, sizeof(OutgoingPacket)); 1000 PeerProxy* peerProxy = calloc(1, sizeof(PeerProxy)); 1094 Peer* peer = calloc(1, sizeof(Peer)); [all...] |
/external/chromium/base/ |
process_util_mac.mm | 493 // === C malloc/calloc/valloc/realloc/posix_memalign === 729 // === C malloc/calloc/valloc/realloc/posix_memalign === 778 g_old_calloc = default_zone->calloc; 785 default_zone->calloc = oom_killer_calloc; 799 g_old_calloc_purgeable = purgeable_zone->calloc; 807 purgeable_zone->calloc = oom_killer_calloc_purgeable;
|
/hardware/qcom/audio/legacy/alsa_sound/ |
AudioStreamInALSA.cpp | 647 mSurroundInputBuffer = (Word16 *) calloc(2 * SSR_INPUT_FRAME_SIZE, 655 mSurroundOutputBuffer = (Word16 *) calloc(2 * SSR_OUTPUT_FRAME_SIZE, 663 mRealCoeffs = (Word16 **) calloc(COEFF_ARRAY_SIZE, sizeof(Word16 *)); 669 mImagCoeffs = (Word16 **) calloc(COEFF_ARRAY_SIZE, sizeof(Word16 *)); 818 mRealCoeffs[i] = (Word16 *)calloc(FILT_SIZE, sizeof(Word16)); 821 mImagCoeffs[i] = (Word16 *)calloc(FILT_SIZE, sizeof(Word16)); [all...] |