/external/bison/src/ |
D | nullable.c | 64 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()
|
D | tables.c | 767 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()
|
D | lalr.c | 78 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()
|
D | relation.c | 102 INDEX = xcalloc (size + 1, sizeof *INDEX); in relation_digraph() 133 size_t *nedges = xcalloc (n, sizeof *nedges); in relation_transpose()
|
D | LR0.c | 102 size_t *symbol_count = xcalloc (nsyms + nuseless_nonterminals, in allocate_itemsets() 304 states = xcalloc (nstates, sizeof *states); in set_states()
|
D | Sbitset.c | 30 return xcalloc (1, Sbitset__nbytes (nbits)); in Sbitset__new()
|
D | derives.c | 71 rule_list **dset = xcalloc (nvars, sizeof *dset); in derives_compute()
|
D | conflicts.c | 391 conflicts = xcalloc (nstates, sizeof *conflicts); in conflicts_solve()
|
/external/bison/lib/ |
D | xalloc.h | 58 void *xcalloc (size_t n, size_t s) 91 ((t *) (sizeof (t) == 1 ? xzalloc (n) : xcalloc (n, sizeof (t))))
|
D | xmalloc.c | 93 xcalloc (size_t n, size_t s) in xcalloc() function
|
D | bitset_stats.c | 700 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()
|
D | bitsetv.c | 47 bsetv = xcalloc (1, vector_bytes + bytes * n_vecs); in bitsetv_alloc()
|
D | bitset.c | 141 bset = xcalloc (1, bytes); in bitset_alloc()
|
/external/avahi/avahi-common/ |
D | avahi-malloc.c | 89 static void *xcalloc(size_t nmemb, size_t size) { in xcalloc() function 120 return xcalloc(1, size); in avahi_malloc0()
|
/external/strace/ |
D | count.c | 62 counts = xcalloc(nsyscalls, sizeof(*counts)); in count_syscall() 171 sorted_count = xcalloc(sizeof(int), nsyscalls); in call_summary_pers()
|
D | xmalloc.c | 51 void *xcalloc(size_t nmemb, size_t size) in xcalloc() function
|
D | strace.c | 700 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()
|
D | unwind.c | 153 cache_head = xcalloc(cur_array_size, sizeof(*cache_head)); in build_mmap_cache()
|
/external/elfutils/lib/ |
D | xmalloc.c | 60 xcalloc (size_t n, size_t s) in xcalloc() function
|
D | system.h | 54 extern void *xcalloc (size_t, size_t) __attribute__ ((__malloc__));
|
D | fixedsizehash.h | 112 xcalloc (sizeof (struct CONCAT(PREFIX,fshash)) in CONCAT()
|
/external/elfutils/src/ |
D | i386_ld.c | 208 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()
|
D | elfcompress.c | 390 sections = xcalloc (shnum / 8 + 1, sizeof (unsigned int)); in process_file() 534 scnnames = xcalloc (shnum, sizeof (char *)); in process_file()
|
D | ldgeneric.c | 1067 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/ |
D | nlist.c | 54 #define xcalloc(n, m) calloc (n, m) macro
|