Home
last modified time | relevance | path

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

12

/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()
Dconflicts.c391 conflicts = xcalloc (nstates, sizeof *conflicts); in conflicts_solve()
/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
Dbitset_stats.c700 sbset = xcalloc (1, bytes); in bitset_stats_init()
706 sbset = xcalloc (1, bytes); in bitset_stats_init()
712 sbset = xcalloc (1, bytes); in bitset_stats_init()
718 sbset = xcalloc (1, bytes); in bitset_stats_init()
Dbitsetv.c47 bsetv = xcalloc (1, vector_bytes + bytes * n_vecs); in bitsetv_alloc()
Dbitset.c141 bset = xcalloc (1, bytes); in bitset_alloc()
/external/avahi/avahi-common/
Davahi-malloc.c89 static void *xcalloc(size_t nmemb, size_t size) { in xcalloc() function
120 return xcalloc(1, size); in avahi_malloc0()
/external/strace/
Dcount.c62 counts = xcalloc(nsyscalls, sizeof(*counts)); in count_syscall()
171 sorted_count = xcalloc(sizeof(int), nsyscalls); in call_summary_pers()
Dxmalloc.c51 void *xcalloc(size_t nmemb, size_t size) in xcalloc() function
Dstrace.c700 struct tcb *newtcbs = xcalloc(tcbtabsize, sizeof(newtcbs[0])); in expand_tcbtab()
1471 tcbtab = xcalloc(tcbtabsize, sizeof(tcbtab[0])); in init()
1472 tcp = xcalloc(tcbtabsize, sizeof(*tcp)); in init()
Dunwind.c153 cache_head = xcalloc(cur_array_size, sizeof(*cache_head)); in build_mmap_cache()
/external/elfutils/lib/
Dxmalloc.c60 xcalloc (size_t n, size_t s) in xcalloc() function
Dsystem.h54 extern void *xcalloc (size_t, size_t) __attribute__ ((__malloc__));
Dfixedsizehash.h112 xcalloc (sizeof (struct CONCAT(PREFIX,fshash)) in CONCAT()
/external/elfutils/src/
Di386_ld.c208 data->d_buf = xcalloc (1, data->d_size); in elf_i386_initialize_plt()
229 data->d_buf = xcalloc (1, size); in elf_i386_initialize_pltrel()
250 data->d_buf = xcalloc (1, size); in elf_i386_initialize_got()
274 data->d_buf = xcalloc (1, size); in elf_i386_initialize_gotplt()
Delfcompress.c390 sections = xcalloc (shnum / 8 + 1, sizeof (unsigned int)); in process_file()
534 scnnames = xcalloc (shnum, sizeof (char *)); in process_file()
Dldgeneric.c1067 queued = (struct scnhead *) xcalloc (sizeof (struct scnhead), 1); in add_section()
3920 hashdata->d_buf = xcalloc (1, hashdata->d_size); in create_gnu_hash()
4069 hashdata->d_buf = xcalloc (1, hashdata->d_size); in create_hash()
4130 d->d_buf = xcalloc (d->d_size, 1); in create_build_id_section()
4420 symstrent = (struct Ebl_Strent **) xcalloc (nsym_allocated, in ld_generic_create_outfile()
4534 outdata->d_buf = xcalloc (1, outdata->d_size); in ld_generic_create_outfile()
4767 data->d_buf = xcalloc (data->d_size, 1); in ld_generic_create_outfile()
5154 ndxtosym = (struct symbol **) xcalloc (nsym_allocated, in ld_generic_create_outfile()
5209 file->symindirect = (Elf32_Word *) xcalloc (maxcnt, sizeof (Elf32_Word)); in ld_generic_create_outfile()
5740 versymdata->d_buf = xcalloc (1, versymdata->d_size); in ld_generic_create_outfile()
[all …]
/external/elfutils/libelf/
Dnlist.c54 #define xcalloc(n, m) calloc (n, m) macro

12