Home
last modified time | relevance | path

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

12

/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/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/elfutils/0.153/lib/
Dxmalloc.c58 xcalloc (n, s) in xcalloc() function
Dsystem.h69 extern void *xcalloc (size_t, size_t) __attribute__ ((__malloc__));
Dfixedsizehash.h133 xcalloc (sizeof (struct CONCAT(PREFIX,fshash)) in CONCAT()
/external/chromium_org/third_party/yasm/source/patched-yasm/
Dutil.h126 # define yasm_xcalloc(count, size) xcalloc(count, size)
/external/oprofile/m4/
Dbinutils.m48 AC_CHECK_FUNCS(xcalloc)
/external/elfutils/0.153/src/
Di386_ld.c216 data->d_buf = xcalloc (1, data->d_size); in elf_i386_initialize_plt()
237 data->d_buf = xcalloc (1, size); in elf_i386_initialize_pltrel()
258 data->d_buf = xcalloc (1, size); in elf_i386_initialize_got()
282 data->d_buf = xcalloc (1, size); in elf_i386_initialize_gotplt()
/external/elfutils/0.153/libelf/
Dnlist.c75 #define xcalloc(n, m) calloc (n, m) macro
/external/oprofile/opjitconv/
Dparse_dump.c37 entry = xcalloc(1, sizeof(struct jitentry)); in parse_code_load()
/external/oprofile/pp/
Dopgprof.cpp186 u16 * hist = (u16*)xcalloc(histsize, sizeof(u16)); in output_gprof()
/external/oprofile/daemon/liblegacy/
Dopd_proc.c133 xcalloc(OP_MAX_COUNTERS, sizeof(struct op_24_sfile *)); in opd_put_image_sample()
/external/oprofile/utils/
Dophelp.c392 parsed_events = (struct parsed_event *)xcalloc(num_chosen_events, in main()

12