HomeSort by relevance Sort by last modified time
    Searched full:xcalloc (Results 76 - 100 of 186) sorted by null

1 2 34 5 6 7 8

  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
hashtab.h 74 best if you use xcalloc instead. */
libiberty.h 308 extern void *xcalloc (size_t, size_t) ATTRIBUTE_MALLOC;
339 #define XCNEW(T) ((T *) xcalloc (1, sizeof (T)))
347 #define XCNEWVEC(T, N) ((T *) xcalloc ((N), sizeof (T)))
356 #define XCNEWVAR(T, S) ((T *) xcalloc (1, (S)))
  /external/bison/src/
LR0.c 103 size_t *symbol_count = xcalloc (nsyms + nuseless_nonterminals,
306 states = xcalloc (nstates, sizeof *states);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/
glxinit.c 584 psc = Xcalloc(1, sizeof *psc);
625 dpyPriv = (__GLXdisplayPrivate *) Xcalloc(1, sizeof(__GLXdisplayPrivate));
  /external/mesa3d/src/gallium/state_trackers/egl/x11/
glxinit.c 584 psc = Xcalloc(1, sizeof *psc);
625 dpyPriv = (__GLXdisplayPrivate *) Xcalloc(1, sizeof(__GLXdisplayPrivate));
  /external/chromium_org/third_party/jemalloc/chromium/
jemalloc.h 100 void *xcalloc(size_t num, size_t size);
  /external/chromium_org/third_party/jemalloc/vendor/
jemalloc.h 100 void *xcalloc(size_t num, size_t size);
  /external/dropbear/libtomcrypt/src/math/
gmp_desc.c 24 *a = XCALLOC(1, sizeof(__mpz_struct));
  /external/elfutils/lib/
fixedsizehash.h 133 xcalloc (sizeof (struct CONCAT(PREFIX,fshash))
  /external/elfutils/src/
i386_ld.c 216 data->d_buf = xcalloc (1, data->d_size);
237 data->d_buf = xcalloc (1, size);
258 data->d_buf = xcalloc (1, size);
282 data->d_buf = xcalloc (1, size);
    [all...]
  /external/openssh/
auth2-chall.c 303 response = xcalloc(nresp, sizeof(char *));
gss-genr.c 145 *ctx = xcalloc(1, sizeof (Gssctxt));
monitor_wrap.c 859 *prompts = xcalloc((*num + 1), sizeof(char *));
860 *echo_on = xcalloc((*num + 1), sizeof(u_int));
943 *prompts = xcalloc(*numprompts, sizeof(char *));
944 *echo_on = xcalloc(*numprompts, sizeof(u_int));
    [all...]
ssh-pkcs11-helper.c 67 ki = xcalloc(1, sizeof(*ki));
key.c 63 cert = xcalloc(1, sizeof(*cert));
79 k = xcalloc(1, sizeof(*k));
399 retval = xcalloc(1, dgst_raw_len * 3 + 1);
421 retval = xcalloc((rounds * 6), sizeof(char));
505 retval = xcalloc(1, (FLDSIZE_X + 3) * (FLDSIZE_Y + 2));
1193 to->principals = xcalloc(from->nprincipals,
    [all...]
sshd.c 1110 startup_pipes = xcalloc(options.max_startups, sizeof(int));
1123 fdset = (fd_set *)xcalloc(howmany(maxfd + 1, NFDBITS),
    [all...]
  /external/oprofile/opjitconv/
parse_dump.c 37 entry = xcalloc(1, sizeof(struct jitentry));
  /external/oprofile/pp/
opgprof.cpp 186 u16 * hist = (u16*)xcalloc(histsize, sizeof(u16));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/libexec/gcc/i686-linux/4.6.x-google/
liblto_plugin.so 
liblto_plugin.so.0 
liblto_plugin.so.0.0.0 
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/libexec/gcc/mipsel-linux-android/4.6/
lto-wrapper 
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/libexec/gcc/i686-linux-android/4.6/
lto-wrapper 
  /external/bison/lib/
bitset.c 141 bset = xcalloc (1, bytes);
  /external/elfutils/libelf/
nlist.c 75 #define xcalloc(n, m) calloc (n, m) macro

Completed in 940 milliseconds

1 2 34 5 6 7 8