HomeSort by relevance Sort by last modified time
    Searched full:calloc (Results 551 - 575 of 2115) sorted by null

<<21222324252627282930>>

  /prebuilts/sdk/renderscript/lib/x86/
librsjni.so 
  /system/core/libcutils/
record_stream.c 51 ret = (RecordStream *)calloc(1, sizeof(RecordStream));
  /system/core/libion/tests/
allocate_test.cpp 93 void *zeroes = calloc(4096, 1);
  /system/core/toolbox/
ioctl.c 89 ioctl_args = calloc(1, length);
  /system/extras/f2fs_utils/
f2fs_ioutils.c 119 struct buf_item *bi = calloc(1, sizeof(struct buf_item));
  /system/extras/libpagemap/
pm_kernel.c 35 ker = calloc(1, sizeof(*ker));
  /system/extras/tests/bionic/libstdc++/
test_cstdlib.cpp 93 using ::calloc;
  /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/libvpx/source/libvpx/
rate_hist.c 54 hist->pts = calloc(hist->samples, sizeof(*hist->pts));
55 hist->sz = calloc(hist->samples, sizeof(*hist->sz));
  /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/chromium_org/tools/android/heap_profiler/
heap_profiler_hooks_android.c 59 real_calloc = (calloc_t) dlsym(RTLD_NEXT, "calloc");
159 HEAP_PROFILER_EXPORT void* calloc(size_t nmemb, size_t size) { function
  /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/f2fs-tools/fsck/
fsck.c 44 node = calloc(sizeof(struct hard_link_node), 1);
278 node_blk = (struct f2fs_node *)calloc(BLOCK_SZ, 1);
303 node_blk = (struct f2fs_node *)calloc(BLOCK_SZ, 1);
669 name = calloc(name_len + 1, 1);
764 de_blk = (struct f2fs_dentry_block *)calloc(BLOCK_SZ, 1);
849 orphan_blk = calloc(BLOCK_SZ, 1);
884 fsck->main_area_bitmap = calloc(fsck->main_area_bitmap_sz, 1);
891 tree_mark = calloc(tree_mark_size, 1);
  /external/iptables/iptables/
xshared.c 220 target->udata = calloc(1, target->udata_size);
238 match->udata = calloc(1, match->udata_size);
  /external/libvpx/libvpx/
rate_hist.c 54 hist->pts = calloc(hist->samples, sizeof(*hist->pts));
55 hist->sz = calloc(hist->samples, sizeof(*hist->sz));
  /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/ltrace/testsuite/ltrace.main/
parameters.c 91 ai = (int*) calloc(sizeof(int), 8);
97 af = (float*) calloc(sizeof(float), 8);
  /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/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
fx_zlib_zutil.c 302 extern voidp calloc OF((uInt items, uInt size));
313 (voidpf)calloc(items, size);
  /external/qemu/android/
config-file.c 28 n = (AConfig*) calloc(sizeof(AConfig), 1);
45 node = (AConfig*) calloc(sizeof(AConfig), 1);

Completed in 794 milliseconds

<<21222324252627282930>>