Searched refs:xcalloc (Results 1 - 25 of 26) sorted by relevance

12

/external/oprofile/libutil/
H A Dop_libiberty.c18 /* some system have a valid libiberty without xcalloc */
19 void * xcalloc(size_t n_elem, size_t sz) function
32 void * output = xcalloc(1, alloc_size);
H A Dop_libiberty.h51 void * xcalloc(size_t, size_t) OP_ATTRIB_MALLOC;
/external/elfutils/lib/
H A Dsystem.h23 extern void *xcalloc (size_t, size_t) __attribute__ ((__malloc__));
H A Dxmalloc.c45 xcalloc (n, s) function
H A Dfixedsizehash.h100 xcalloc (sizeof (struct CONCAT(PREFIX,fshash))
/external/bison/src/
H A Dnullable.c66 size_t *rcount = xcalloc (nrules, sizeof *rcount);
69 rule_list **rsets = xcalloc (nvars, sizeof *rsets);
74 nullable = xcalloc (nvars, sizeof *nullable);
H A Drelation.c102 INDEX = xcalloc (size + 1, sizeof *INDEX);
133 size_t *nedges = xcalloc (n, sizeof *nedges);
H A Dderives.c73 rule_list **dset = xcalloc (nvars, sizeof *dset);
H A Dlalr.c84 goto_map = xcalloc (nvars + 1, sizeof *goto_map);
119 from_state = xcalloc (ngotos, sizeof *from_state);
120 to_state = xcalloc (ngotos, sizeof *to_state);
389 lookback = xcalloc (nLA, sizeof *lookback);
H A Dtables.c757 table = xcalloc (table_size, sizeof *table);
758 conflict_table = xcalloc (table_size, sizeof *conflict_table);
814 froms = xcalloc (nvectors, sizeof *froms);
815 tos = xcalloc (nvectors, sizeof *tos);
816 conflict_tos = xcalloc (nvectors, sizeof *conflict_tos);
817 tally = xcalloc (nvectors, sizeof *tally);
827 order = xcalloc (nvectors, sizeof *order);
H A DLR0.c106 size_t *symbol_count = xcalloc (nsyms + nuseless_nonterminals,
305 states = xcalloc (nstates, sizeof *states);
H A Dconflicts.c312 conflicts = xcalloc (nstates, sizeof *conflicts);
H A Dsymtab.c642 symbols = xcalloc (nsyms, sizeof *symbols);
/external/bison/lib/
H A Dxalloc.h51 void *xcalloc (size_t n, size_t s);
H A Dxmalloc.c200 to xcalloc (N, S). */
212 xcalloc (size_t n, size_t s) function
H A Dbitsetv.c47 bsetv = xcalloc (1, vector_bytes + bytes * n_vecs);
H A Dbitset_stats.c702 sbset = xcalloc (1, bytes);
708 sbset = xcalloc (1, bytes);
714 sbset = xcalloc (1, bytes);
720 sbset = xcalloc (1, bytes);
H A Dbitset.c141 bset = xcalloc (1, bytes);
/external/elfutils/libelf/
H A Dnlist.c42 #define xcalloc(n, m) calloc (n, m) macro
/external/elfutils/src/
H A Di386_ld.c204 data->d_buf = xcalloc (1, data->d_size);
224 data->d_buf = xcalloc (1, data->d_size);
251 data->d_buf = xcalloc (1, data->d_size);
H A Dldgeneric.c988 queued = (struct scnhead *) xcalloc (sizeof (struct scnhead), 1);
3772 symstrent = (struct Ebl_Strent **) xcalloc (nsym_allocated,
3875 outdata->d_buf = xcalloc (1, outdata->d_size);
4090 data->d_buf = xcalloc (data->d_size, 1);
4477 ndxtosym = (struct symbol **) xcalloc (nsym_allocated,
4530 file->symindirect = (Elf32_Word *) xcalloc (maxcnt, sizeof (Elf32_Word));
5036 versymdata->d_buf = xcalloc (1, versymdata->d_size);
5119 hashcodes = (Elf32_Word *) xcalloc (nsym_dyn_allocated,
5253 hashdata->d_buf = xcalloc (1, hashdata->d_size);
H A Dstrip.c540 shdr_info = (struct shdr_info *) xcalloc (shnum + 2,
1002 shdr_info[cnt].data->d_buf = xcalloc (1, shdr_info[cnt].data->d_size);
1152 = (Elf32_Word *) xcalloc (shdr_info[cnt].data->d_size
H A Dldscript.y542 newp = (struct filename_list *) xcalloc (1, sizeof (*newp));
H A Dldscript.c2001 newp = (struct filename_list *) xcalloc (1, sizeof (*newp));
H A Dreadelf.c2439 lengths = (uint32_t *) xcalloc (nbucket, sizeof (uint32_t));
2457 counts = (uint32_t *) xcalloc (maxlength + 1, sizeof (uint32_t));

Completed in 225 milliseconds

12