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

<<21222324252627282930>>

  /development/ndk/platforms/android-9/arch-x86/lib-bootstrap/
libc.so 
  /development/ndk/platforms/android-9/arch-x86/lib-bootstrap/libx32/
libc.so 
  /external/chromium/third_party/libevent/
evport.c 149 if (!(evpd = calloc(1, sizeof(struct evport_data))))
160 evpd->ed_fds = calloc(DEFAULT_NFDS, sizeof(struct fd_info));
  /external/chromium_org/crypto/
mock_apple_keychain_mac.cc 39 calloc(keychain_attr_list_[key].count, sizeof(SecKeychainAttribute)));
62 keychain_attr_list_[key].attr[i].data = calloc(1, data_size);
  /external/chromium_org/third_party/libevent/
evport.c 149 if (!(evpd = calloc(1, sizeof(struct evport_data))))
160 evpd->ed_fds = calloc(DEFAULT_NFDS, sizeof(struct fd_info));
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipebuffer/
pb_bufmgr_slab.c 331 slab->buffers = CALLOC(numBuffers, sizeof(*slab->buffers));
567 mgr->buckets = CALLOC(mgr->numBuckets, sizeof(*mgr->buckets));
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/
dri_util.c 87 psp = calloc(1, sizeof(*psp));
275 context = calloc(1, sizeof *context);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_context.c 372 brw->curbe.last_buf = calloc(1, 4096);
373 brw->curbe.next_buf = calloc(1, 4096);
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
imports.c 120 * Same as _mesa_align_malloc(), but using calloc(1, ) instead of
149 ptr = (uintptr_t) calloc(1, bytes + alignment + sizeof(void *));
  /external/elfutils/libebl/
eblgstrtab.c 121 ret = (struct Ebl_GStrtab *) calloc (1, sizeof (struct Ebl_GStrtab));
130 ret->null.string = (char *) calloc (1, width);
  /external/iproute2/tc/
m_ipt.c 201 if ((p = (void *) calloc(count, size)) == NULL) {
202 perror("iptables: calloc failed");
  /external/llvm/test/Transforms/DeadStoreElimination/
simple.ll 167 declare noalias i8* @calloc(i32, i32)
264 %m = call i8* @calloc(i32 9, i32 7)
  /external/llvm/test/Transforms/InstCombine/
objsize.ll 163 declare noalias i8* @calloc(i32, i32) nounwind
167 %alloc = call noalias i8* @calloc(i32 5, i32 7) nounwind
  /external/mesa3d/src/gallium/auxiliary/pipebuffer/
pb_bufmgr_slab.c 331 slab->buffers = CALLOC(numBuffers, sizeof(*slab->buffers));
567 mgr->buckets = CALLOC(mgr->numBuckets, sizeof(*mgr->buckets));
  /external/mesa3d/src/mesa/drivers/dri/common/
dri_util.c 87 psp = calloc(1, sizeof(*psp));
275 context = calloc(1, sizeof *context);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_context.c 372 brw->curbe.last_buf = calloc(1, 4096);
373 brw->curbe.next_buf = calloc(1, 4096);
  /external/mesa3d/src/mesa/main/
imports.c 120 * Same as _mesa_align_malloc(), but using calloc(1, ) instead of
149 ptr = (uintptr_t) calloc(1, bytes + alignment + sizeof(void *));
  /external/qemu/android/skin/
image.c 256 SkinImage* image = calloc(1, sizeof(*image) + len + 1);
637 image = calloc(1,sizeof(*image));
trackball.c 229 ball->pixels = (unsigned*)calloc( diameter2*diameter2, sizeof(unsigned) );
311 ball->sphere_map = calloc( diameter2*diameter2, sizeof(SphereCoordRec) );
  /external/srec/audio/AudioIn/UNIX/src/
filter.c 90 // alloocate space for delay line use calloc to avoid uninitialized memory
92 pFIR->z = calloc(nTaps * sizeof(typeSample), 1);
  /external/srec/tools/test_g2g/
test_g2g.c 497 *files = CALLOC( num_files, sizeof(char*), __FILE__);
502 file = files[i++] = CALLOC(strlen(line)+1,sizeof(char),__FILE__);
  /external/tinycompress/
compress.c 228 compress = calloc(1, sizeof(struct compress));
236 compress->config = calloc(1, sizeof(*config));
  /external/valgrind/main/coregrind/
m_options.c 312 patt = VG_(calloc)("m_options.swttc.1", last - first + 1, 1);
337 patt = VG_(calloc)("m_options.swttc.1", last - first + 1, 1);
m_tooliface.c 297 void* (*calloc) ( ThreadId, SizeT, SizeT ),
311 VG_(tdict).tool_calloc = calloc;
  /frameworks/rs/cpu_ref/
rsCpuCore.cpp 278 mWorkers.mThreadId = (pthread_t *) calloc(mWorkers.mCount, sizeof(pthread_t));
279 mWorkers.mNativeThreadId = (pid_t *) calloc(mWorkers.mCount, sizeof(pid_t));

Completed in 3144 milliseconds

<<21222324252627282930>>