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

<<11121314151617181920>>

  /external/bison/linux-lib/
stdlib.h 488 # undef calloc
489 # define calloc rpl_calloc
491 _GL_FUNCDECL_RPL (calloc, void *, (size_t nmemb, size_t size));
492 _GL_CXXALIAS_RPL (calloc, void *, (size_t nmemb, size_t size));
494 _GL_CXXALIAS_SYS (calloc, void *, (size_t nmemb, size_t size));
496 _GL_CXXALIASWARN (calloc); variable
498 # undef calloc macro
499 /* Assume calloc is always declared. */
500 _GL_WARN_ON_USE (calloc, "calloc is not POSIX compliant everywhere -
    [all...]
  /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/f2fs-tools/tools/
f2fs_io_parse.c 100 misc = calloc(1, sizeof(struct pid_ent));
166 pent = calloc(1, sizeof(struct pid_ent));
  /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/libdrm/freedreno/kgsl/
kgsl_ringbuffer.c 86 bo = calloc(1, sizeof(*bo));
208 kgsl_ring = calloc(1, sizeof(*kgsl_ring));
  /external/libdrm/libkms/
dumb.c 91 bo = calloc(1, sizeof(*bo));
204 kms = calloc(1, sizeof(*kms));
exynos.c 78 bo = calloc(1, sizeof(*bo));
192 kms = calloc(1, sizeof(*kms));
intel.c 93 bo = calloc(1, sizeof(*bo));
224 kms = calloc(1, sizeof(*kms));
nouveau.c 94 bo = calloc(1, sizeof(*bo));
206 kms = calloc(1, sizeof(*kms));
radeon.c 110 bo = calloc(1, sizeof(*bo));
227 kms = calloc(1, sizeof(*kms));
vmwgfx.c 89 bo = calloc(1, sizeof(*bo));
193 kms = calloc(1, sizeof(*kms));
  /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 63 ctx = calloc(1, sizeof(*ctx));
67 ctx->buf = calloc(depth, sizeof(*ctx->buf));
  /external/linux-tools-perf/src/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/openssh/
bitmap.c 41 if ((ret = calloc(1, sizeof(*ret))) == NULL)
43 if ((ret->d = calloc(1, BITMAP_BYTES)) == NULL) {
digest-libc.c 175 if (digest == NULL || (ret = calloc(1, sizeof(ret))) == NULL)
177 if ((ret->mdctx = calloc(1, digest->ctx_len)) == NULL) {
hmac.c 47 if ((ret = calloc(1, sizeof(*ret))) == NULL)
55 if ((ret->buf = calloc(1, ret->buf_len)) == NULL)
  /external/selinux/libsepol/src/
avrule_block.c 47 if ((block = calloc(1, sizeof(*block))) == NULL) {
57 if ((decl = calloc(1, sizeof(*decl))) == NULL) {
  /external/valgrind/coregrind/m_gdbserver/
regcache.c 101 regcache->registers = calloc (1, register_bytes);
105 regcache->register_supplied = calloc (1, num_registers);
  /external/vboot_reference/tests/
vb21_host_sig_tests.c 122 buf = calloc(1, bufsize);
139 buf = calloc(1, bufsize);
  /frameworks/av/media/libmedia/
IEffect.cpp 157 cmd = (char *)calloc(cmdSize, 1);
164 resp = (char *)calloc(replySize, 1);

Completed in 499 milliseconds

<<11121314151617181920>>