HomeSort by relevance Sort by last modified time
    Searched full:calloc (Results 151 - 175 of 1865) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/llvm/test/Transforms/LoopVectorize/
calloc.ll 14 %call = tail call i8* @calloc(i64 1, i64 %add28) nounwind
50 declare noalias i8* @calloc(i64, i64) nounwind
  /external/mesa3d/src/gallium/
README.portability 36 * Use MALLOC, CALLOC, FREE instead of the malloc, calloc, free functions.
  /external/mesa3d/src/gallium/auxiliary/util/
u_surfaces.c 50 us->u.array = CALLOC(pt->last_level + 1, sizeof(struct pipe_surface *));
61 ps = (struct pipe_surface *)CALLOC(1, surface_struct_size);
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_heap.c 34 r = calloc(1, sizeof(struct nouveau_heap));
64 r = calloc(1, sizeof(struct nouveau_heap));
  /external/pixman/pixman/
pixman-compiler.h 134 type *value = calloc (1, sizeof (type)); \
205 type *value = calloc (1, sizeof (type)); \
  /external/valgrind/main/memcheck/tests/
malloc_free_fill.c 61 fprintf(stderr, "\ntest calloc:\n");
62 a = calloc(100, sizeof(int)); assert(r);
origin3-no.c 97 // the middle byte keeps its original value, which is zero (from calloc).
102 int* ptr_to_3_undef_ints = calloc(3, sizeof(int));
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
glGetUniformIndices.cpp 22 _names = (const char**)calloc(_count, sizeof(const char*));
108 _names = (const char**)calloc(_count, sizeof(const char*));
  /system/core/libcorkscrew/
ptrace.c 92 map_info_data_t* data = (map_info_data_t*)calloc(1, sizeof(map_info_data_t));
108 (ptrace_context_t*)calloc(1, sizeof(ptrace_context_t));
  /system/core/libmemtrack/
memtrack.c 64 return calloc(sizeof(struct memtrack_proc), 1);
94 t->records = calloc(sizeof(*t->records), num_records);
  /bionic/libc/include/
malloc.h 31 extern void* calloc(size_t item_count, size_t item_size) __mallocfunc __wur;
  /external/chromium/base/allocator/
prep_libc.sh 32 OBJFILES="malloc.obj free.obj realloc.obj new.obj delete.obj new2.obj delete2.obj align.obj msize.obj heapinit.obj expand.obj heapchk.obj heapwalk.obj heapmin.obj sbheap.obj calloc.obj recalloc.obj calloc_impl.obj new_mode.obj newopnt.obj"
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-tt-font.cc 52 hb_tt_font_t *tt = (hb_tt_font_t *) calloc (1, sizeof (hb_tt_font_t));
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/os/
os_memory_stdc.h 44 #define os_calloc(_count, _size ) calloc(_count, _size )
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
mm.c 68 heap = (struct mem_block *) calloc(1, sizeof(struct mem_block));
72 block = (struct mem_block *) calloc(1, sizeof(struct mem_block));
106 newblock = (struct mem_block*) calloc(1, sizeof(struct mem_block));
130 newblock = (struct mem_block*) calloc(1, sizeof(struct mem_block));
  /external/clang/test/Analysis/
uninit-vals.m 7 void *calloc(size_t nmemb, size_t size);
62 Circle *testObj = calloc(sizeof(Circle), 1);
106 IntCircle *testObj = calloc(sizeof(IntCircle), 1);
189 IntCircle2D *testObj = calloc(sizeof(IntCircle2D), 1);
  /external/flac/include/share/
alloc.h 33 return calloc(n1, n2);
  /external/harfbuzz/src/
harfbuzz-impl.c 41 block = calloc( 1, size );
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-impl.c 41 block = calloc( 1, size );
  /external/harfbuzz_ng/src/
hb-tt-font.cc 52 hb_tt_font_t *tt = (hb_tt_font_t *) calloc (1, sizeof (hb_tt_font_t));
  /external/mesa3d/src/gallium/auxiliary/os/
os_memory_stdc.h 44 #define os_calloc(_count, _size ) calloc(_count, _size )
  /external/mesa3d/src/mesa/main/
mm.c 68 heap = (struct mem_block *) calloc(1, sizeof(struct mem_block));
72 block = (struct mem_block *) calloc(1, sizeof(struct mem_block));
106 newblock = (struct mem_block*) calloc(1, sizeof(struct mem_block));
130 newblock = (struct mem_block*) calloc(1, sizeof(struct mem_block));
  /external/oprofile/libdb/
db_stat.c 36 odb_hash_stat_t * result = calloc(1, sizeof(odb_hash_stat_t));
  /hardware/libhardware/modules/nfc/
nfc_pn544_example.c 34 nfc_pn544_device_t *dev = calloc(1, sizeof(nfc_pn544_device_t));
  /ndk/sources/android/support/src/locale/
newlocale.c 41 base = calloc(1, sizeof(*base));

Completed in 2382 milliseconds

1 2 3 4 5 67 8 91011>>