/external/oprofile/libutil/ |
D | op_libiberty.c | 19 void * xcalloc(size_t n_elem, size_t sz) in xcalloc() function 32 void * output = xcalloc(1, alloc_size); in xmemdup()
|
D | op_libiberty.h | 51 void * xcalloc(size_t, size_t) OP_ATTRIB_MALLOC;
|
/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()
|
/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/elfutils/0.153/lib/ |
D | xmalloc.c | 58 xcalloc (n, s) in xcalloc() function
|
D | system.h | 69 extern void *xcalloc (size_t, size_t) __attribute__ ((__malloc__));
|
D | fixedsizehash.h | 133 xcalloc (sizeof (struct CONCAT(PREFIX,fshash)) in CONCAT()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/ |
D | util.h | 126 # define yasm_xcalloc(count, size) xcalloc(count, size)
|
/external/oprofile/m4/ |
D | binutils.m4 | 8 AC_CHECK_FUNCS(xcalloc)
|
/external/elfutils/0.153/src/ |
D | i386_ld.c | 216 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/ |
D | nlist.c | 75 #define xcalloc(n, m) calloc (n, m) macro
|
/external/oprofile/opjitconv/ |
D | parse_dump.c | 37 entry = xcalloc(1, sizeof(struct jitentry)); in parse_code_load()
|
/external/oprofile/pp/ |
D | opgprof.cpp | 186 u16 * hist = (u16*)xcalloc(histsize, sizeof(u16)); in output_gprof()
|
/external/oprofile/daemon/liblegacy/ |
D | opd_proc.c | 133 xcalloc(OP_MAX_COUNTERS, sizeof(struct op_24_sfile *)); in opd_put_image_sample()
|
/external/oprofile/utils/ |
D | ophelp.c | 392 parsed_events = (struct parsed_event *)xcalloc(num_chosen_events, in main()
|