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

<<11121314151617181920>>

  /external/chromium_org/third_party/libevent/
chromium.patch 142 if ((base = calloc(1, sizeof(struct event_base))) == NULL)
143 event_err(1, "%s: calloc", __func__);
  /external/chromium_org/third_party/libevent/test/
bench.c 159 events = calloc(num_pipes, sizeof(struct event));
160 pipes = calloc(num_pipes * 2, sizeof(int));
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
lookahead.c 84 ctx = calloc(1, sizeof(*ctx));
88 ctx->buf = calloc(depth, sizeof(*ctx->buf));
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_lookahead.c 66 ctx = calloc(1, sizeof(*ctx));
70 ctx->buf = calloc(depth, sizeof(*ctx->buf));
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
hash_table.c 144 node = calloc(1, sizeof(*node));
169 hn = calloc(1, sizeof(*hn));
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prmem.h 52 ** NOTE: pr wraps up malloc, free, calloc, realloc so they are already
58 ** as their libc equivalent malloc, calloc, realloc, and free, and have
  /external/e2fsprogs/e2fsck/
mtrace.h 66 extern __ptr_t calloc __P ((size_t __nmemb, size_t __size));
67 /* Free a block allocated by `malloc', `realloc' or `calloc'. */
  /external/eigen/unsupported/Eigen/
AdolcForward 35 #if defined(calloc)
36 # undef calloc
  /external/iproute2/netem/
maketable.c 34 x = calloc(limit, sizeof(double));
99 table = calloc(DISTTABLESIZE, sizeof(int));
  /external/libcxx/include/
cstdlib 48 void* calloc(size_t nmemb, size_t size);
122 using ::calloc;
  /external/libsepol/src/
avrule_block.c 47 if ((block = calloc(1, sizeof(*block))) == NULL) {
57 if ((decl = calloc(1, sizeof(*decl))) == NULL) {
  /external/libvpx/libvpx/vp8/encoder/
lookahead.c 84 ctx = calloc(1, sizeof(*ctx));
88 ctx->buf = calloc(depth, sizeof(*ctx->buf));
  /external/libvpx/libvpx/vp9/encoder/
vp9_lookahead.c 72 ctx = calloc(1, sizeof(*ctx));
76 ctx->buf = calloc(depth, sizeof(*ctx->buf));
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-mem.c 36 rec_argv = calloc(rec_argc + 1, sizeof(char *));
162 rep_argv = calloc(rep_argc + 1, sizeof(char *));
  /external/llvm/lib/Support/Windows/
RWMutex.inc 78 data_ = calloc(1, sizeof(SRWLOCK));
81 data_ = calloc(1, sizeof(CRITICAL_SECTION));
  /external/mesa3d/src/mesa/program/
hash_table.c 144 node = calloc(1, sizeof(*node));
169 hn = calloc(1, sizeof(*hn));
  /external/qemu/android/
framebuffer.c 103 qfbuff->extra = calloc( 1, sizeof(QFrameBufferExtra) );
107 qfbuff->pixels = calloc( pitch, height );
  /external/srec/srec/cfront/
wav_acc.c 51 wave->income = (samdata *) CALLOC(window_size, sizeof(samdata), "cfront.wave.income");
52 wave->outgo = (samdata *) CALLOC(window_size, sizeof(samdata), "cfront.wave.outgo");
  /external/valgrind/main/coregrind/m_gdbserver/
regcache.c 101 regcache->registers = calloc (1, register_bytes);
105 regcache->register_supplied = calloc (1, num_registers);
  /frameworks/wilhelm/tests/sandbox/
engine.c 35 SLInterfaceID *engine_ids = calloc(numSupportedInterfaces+1, sizeof(SLInterfaceID));
37 SLboolean *engine_req = calloc(numSupportedInterfaces+1, sizeof(SLboolean));
  /hardware/intel/common/libwsbm/src/
wsbm_slabpool.c 392 kbo = calloc(1, sizeof(*kbo));
455 slab = calloc(1, sizeof(*slab));
467 slab->buffers = calloc(numBuffers, sizeof(*slab->buffers));
723 sBuf = calloc(1, sizeof(*sBuf));
1036 tmp = calloc(1, sizeof(*tmp));
1148 slabPool = calloc(1, sizeof(*slabPool));
1154 slabPool->bucketSizes = calloc(numSizes, sizeof(*slabPool->bucketSizes));
1158 slabPool->headers = calloc(numSizes, sizeof(*slabPool->headers));
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
lookahead.c 84 ctx = calloc(1, sizeof(*ctx));
88 ctx->buf = calloc(depth, sizeof(*ctx->buf));
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_lookahead.c 72 ctx = calloc(1, sizeof(*ctx));
76 ctx->buf = calloc(depth, sizeof(*ctx->buf));
  /hardware/intel/img/psb_video/src/android/
psb_HDMIExtMode.c 140 psb_HDMIExt_info = (psb_HDMIExt_info_p)calloc(1, sizeof(psb_HDMIExt_info_s));
147 psb_HDMIExt_info->hdmi_extvideo_prop = (psb_extvideo_prop_p)calloc(1, sizeof(psb_extvideo_prop_s));
  /hardware/libhardware/modules/audio/
audio_policy.c 253 dap = (struct default_audio_policy *)calloc(1, sizeof(*dap));
320 dev = (struct default_ap_device *)calloc(1, sizeof(*dev));

Completed in 3592 milliseconds

<<11121314151617181920>>