Home
last modified time | relevance | path

Searched refs:xcalloc (Results 1 – 25 of 81) sorted by relevance

1234

/external/oprofile/libutil/
Dop_libiberty.c19 void * xcalloc(size_t n_elem, size_t sz) in xcalloc() function
32 void * output = xcalloc(1, alloc_size); in xmemdup()
Dop_libiberty.h51 void * xcalloc(size_t, size_t) OP_ATTRIB_MALLOC;
/external/bison/src/
Dnullable.c64 size_t *rcount = xcalloc (nrules, sizeof *rcount); in nullable_compute()
67 rule_list **rsets = xcalloc (nvars, sizeof *rsets); in nullable_compute()
72 nullable = xcalloc (nvars, sizeof *nullable); in nullable_compute()
Dtables.c767 table = xcalloc (table_size, sizeof *table); in pack_table()
768 conflict_table = xcalloc (table_size, sizeof *conflict_table); in pack_table()
823 froms = xcalloc (nvectors, sizeof *froms); in tables_generate()
824 tos = xcalloc (nvectors, sizeof *tos); in tables_generate()
825 conflict_tos = xcalloc (nvectors, sizeof *conflict_tos); in tables_generate()
826 tally = xcalloc (nvectors, sizeof *tally); in tables_generate()
836 order = xcalloc (nvectors, sizeof *order); in tables_generate()
Dlalr.c78 goto_map = xcalloc (nvars + 1, sizeof *goto_map); in set_goto_map()
113 from_state = xcalloc (ngotos, sizeof *from_state); in set_goto_map()
114 to_state = xcalloc (ngotos, sizeof *to_state); in set_goto_map()
450 lookback = xcalloc (nLA, sizeof *lookback); in lalr()
Drelation.c102 INDEX = xcalloc (size + 1, sizeof *INDEX); in relation_digraph()
133 size_t *nedges = xcalloc (n, sizeof *nedges); in relation_transpose()
DLR0.c102 size_t *symbol_count = xcalloc (nsyms + nuseless_nonterminals, in allocate_itemsets()
304 states = xcalloc (nstates, sizeof *states); in set_states()
DSbitset.c30 return xcalloc (1, Sbitset__nbytes (nbits)); in Sbitset__new()
Dderives.c71 rule_list **dset = xcalloc (nvars, sizeof *dset); in derives_compute()
/external/openssh/
Dauth-skey.c66 *prompts = xcalloc(*numprompts, sizeof(char *)); in skey_query()
67 *echo_on = xcalloc(*numprompts, sizeof(u_int)); in skey_query()
Dgroupaccess.c66 groups_bygid = xcalloc(ngroups, sizeof(*groups_bygid)); in ga_init()
67 groups_byname = xcalloc(ngroups, sizeof(*groups_byname)); in ga_init()
Dauth-bsdauth.c83 *prompts = xcalloc(*numprompts, sizeof(char *)); in bsdauth_query()
84 *echo_on = xcalloc(*numprompts, sizeof(u_int)); in bsdauth_query()
Dxmalloc.h20 void *xcalloc(size_t, size_t);
Dsandbox-null.c50 box = xcalloc(1, sizeof(*box)); in ssh_sandbox_init()
Dsandbox-rlimit.c54 box = xcalloc(1, sizeof(*box)); in ssh_sandbox_init()
Dsandbox-darwin.c52 box = xcalloc(1, sizeof(*box)); in ssh_sandbox_init()
Dssh-pkcs11.c311 k11 = xcalloc(1, sizeof(*k11)); in pkcs11_rsa_wrap()
507 p = xcalloc(1, sizeof(*p)); in pkcs11_add_provider()
543 p->slotlist = xcalloc(p->nslots, sizeof(CK_SLOT_ID)); in pkcs11_add_provider()
549 p->slotinfo = xcalloc(p->nslots, sizeof(struct pkcs11_slotinfo)); in pkcs11_add_provider()
Dssh-keyscan.c540 r = xcalloc(read_wait_nfdset, sizeof(fd_mask)); in conloop()
541 e = xcalloc(read_wait_nfdset, sizeof(fd_mask)); in conloop()
715 fdcon = xcalloc(maxfd, sizeof(con)); in main()
718 read_wait = xcalloc(read_wait_nfdset, sizeof(fd_mask)); in main()
Dxmalloc.c41 xcalloc(size_t nmemb, size_t size) in xcalloc() function
/external/bison/lib/
Dxalloc.h58 void *xcalloc (size_t n, size_t s)
91 ((t *) (sizeof (t) == 1 ? xzalloc (n) : xcalloc (n, sizeof (t))))
Dxmalloc.c93 xcalloc (size_t n, size_t s) in xcalloc() function
/external/elfutils/lib/
Dxmalloc.c58 xcalloc (n, s) in xcalloc() function
Dsystem.h56 extern void *xcalloc (size_t, size_t) __attribute__ ((__malloc__));
/external/openssh/openbsd-compat/
Dbsd-cygwin_util.c90 p = xcalloc(WENV_SIZ + 1, sizeof(char *)); in fetch_windows_environment()
/external/chromium_org/third_party/jemalloc/chromium/
Djemalloc.h100 void *xcalloc(size_t num, size_t size);

1234