HomeSort by relevance Sort by last modified time
    Searched full:calloc (Results 501 - 525 of 1932) sorted by null

<<21222324252627282930>>

  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
cstdlib 93 using ::calloc;
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/gabi++/include/
cstdlib 93 using ::calloc;
  /prebuilts/ndk/9/sources/cxx-stl/system/include/
cstdlib 93 using ::calloc;
  /prebuilts/sdk/renderscript/lib/mips/
librsjni.so 
  /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/extras/f2fs_utils/
f2fs_ioutils.c 118 struct buf_item *bi = calloc(1, sizeof(struct buf_item));
  /system/extras/libpagemap/
pm_kernel.c 35 ker = calloc(1, sizeof(*ker));
  /external/selinux/policycoreutils/mcstrans/src/
mcstrans.c 229 mls_level_t *mls = calloc(1, sizeof(mls_level_t));
272 word_t *w = calloc(1, sizeof(word_t));
329 word_group_t *group = calloc(1, sizeof(word_group_t));
406 domain_t *domain = calloc(1, sizeof(domain_t));
464 sens_constraint_t *constraint = calloc(1, sizeof(sens_constraint_t));
490 cat_constraint_t *constraint = calloc(1, sizeof(cat_constraint_t));
609 base_classification_t *base_classification = calloc(1, sizeof(base_classification_t));
633 context_map_t *map = calloc(1, sizeof(context_map_t));
699 affix_t *affix = calloc(1, sizeof(affix_t));
999 char **sortable = calloc(n_el, sizeof(char *))
    [all...]
  /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/drm_gralloc/
gralloc_drm_nouveau.c 187 nb = calloc(1, sizeof(*nb));
326 info = calloc(1, sizeof(*info));
  /external/elfutils/src/lib/
dynamicsizehash.c 133 htab->table = calloc ((1 + htab->size), sizeof (htab->table[0]));
192 htab->table = (void *) calloc ((init_size + 1), sizeof (htab->table[0]));
  /external/f2fs-tools/fsck/
fsck.c 61 node = calloc(sizeof(struct hard_link_node), 1);
295 node_blk = (struct f2fs_node *)calloc(BLOCK_SZ, 1);
320 node_blk = (struct f2fs_node *)calloc(BLOCK_SZ, 1);
733 name = calloc(name_len + 1, 1);
829 de_blk = (struct f2fs_dentry_block *)calloc(BLOCK_SZ, 1);
914 orphan_blk = calloc(BLOCK_SZ, 1);
954 fsck->main_area_bitmap = calloc(fsck->main_area_bitmap_sz, 1);
961 tree_mark = calloc(tree_mark_size, 1);
  /external/fio/
json.c 11 return calloc(1, sizeof(struct json_object));
16 return calloc(1, sizeof(struct json_array));
  /external/iptables/iptables/
xshared.c 220 target->udata = calloc(1, target->udata_size);
238 match->udata = calloc(1, match->udata_size);
  /external/libvncserver/libvncserver/
cursor.c 257 rfbCursorPtr cursor = (rfbCursorPtr)calloc(1,sizeof(rfbCursor));
267 cursor->source = (unsigned char*)calloc(w,height);
274 cursor->mask = (unsigned char*)calloc(w,height);
288 char* mask=(char*)calloc(w,height);
312 int* error=(int*)calloc(sizeof(int),width);
314 unsigned char* result=(unsigned char*)calloc(maskStride,height);
382 cursor->source=(unsigned char*)calloc(w,cursor->height);
451 cp=cursor->richSource=(unsigned char*)calloc(cursor->width*bpp,cursor->height);
  /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/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);

Completed in 978 milliseconds

<<21222324252627282930>>