/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | fast-isel-call-return.ll | 7 ; CHECK: bl xmalloc 8 %0 = call noalias i8* @xmalloc(i64 undef) 12 declare noalias i8* @xmalloc(i64)
|
D | arm64-2012-07-11-InstrEmitterBug.ll | 8 declare noalias i8* @xmalloc(i64) optsize 40 %call34 = tail call noalias i8* @xmalloc(i64 %conv33) nounwind optsize
|
/external/llvm/test/CodeGen/AArch64/ |
D | fast-isel-call-return.ll | 7 ; CHECK: bl xmalloc 8 %0 = call noalias i8* @xmalloc(i64 undef) 12 declare noalias i8* @xmalloc(i64)
|
D | arm64-2012-07-11-InstrEmitterBug.ll | 8 declare noalias i8* @xmalloc(i64) optsize 40 %call34 = tail call noalias i8* @xmalloc(i64 %conv33) nounwind optsize
|
/external/e2fsprogs/intl/ |
D | relocatable.c | 43 # define xmalloc malloc macro 119 memory = (char *) xmalloc (orig_prefix_len + 1 + curr_prefix_len + 1); in set_this_relocation_prefix() 203 q = (char *) xmalloc (p - curr_pathname + 1); in compute_curr_prefix() 263 curr_prefix = (char *) xmalloc (curr_prefix_len + 1); in compute_curr_prefix() 433 (char *) xmalloc (curr_prefix_len + strlen (pathname_tail) + 1); in relocate()
|
/external/toybox/scripts/ |
D | config2help.c | 30 void *xmalloc(size_t size) in xmalloc() function 57 ret = xmalloc(len); in xmprintf() 102 struct double_list *new = xmalloc(sizeof(struct double_list)); in dlist_add() 223 list = xmalloc(sizeof(char *)*count); in grab_dashlines() 251 memset(new = xmalloc(sizeof(struct symbol)), 0, sizeof(struct symbol)); in parse() 383 char **new = xmalloc(sizeof(char *)*(clen+tlen)); in main() 485 strcpy(s = xmalloc(strlen(sym->name)+1), sym->name); in main()
|
/external/strace/ |
D | xmalloc.h | 40 #define xmalloc strace_malloc macro 44 void *xmalloc(size_t size) ATTRIBUTE_MALLOC ATTRIBUTE_ALLOC_SIZE((1));
|
D | xmalloc.c | 52 xmalloc(size_t size) in xmalloc() function 139 p = xmalloc(n + 1); in xstrndup()
|
/external/elfutils/libcpu/ |
D | i386_parse.y | 50 #define obstack_chunk_alloc xmalloc 268 struct synonym *newp = xmalloc (sizeof (*newp)); 344 struct suffix *ns = xmalloc (sizeof (*ns)); 421 $$ = xmalloc (sizeof (struct bitvalue)); 428 $$ = xmalloc (sizeof (struct bitvalue)); 435 $$ = xmalloc (sizeof (struct bitvalue)); 466 runp->next = xmalloc (sizeof (struct argument)); 473 $$ = xmalloc (sizeof (struct argument)); 492 $$ = xmalloc (sizeof (struct argname)); 524 $$ = xmalloc (sizeof (struct argname)); [all …]
|
/external/u-boot/scripts/dtc/ |
D | srcpos.c | 43 char *dir = xmalloc(len + 1); in get_dirname() 150 srcfile = xmalloc(sizeof(*srcfile)); in srcfile_push() 188 node = xmalloc(sizeof(*node)); in srcfile_add_search_path() 238 pos_new = xmalloc(sizeof(struct srcpos)); in srcpos_copy()
|
D | livetree.c | 38 new = xmalloc(sizeof(*new)); in add_label() 55 struct property *new = xmalloc(sizeof(*new)); in build_property() 67 struct property *new = xmalloc(sizeof(*new)); in build_property_delete() 102 struct node *new = xmalloc(sizeof(*new)); in build_node() 119 struct node *new = xmalloc(sizeof(*new)); in build_node_delete() 341 struct reserve_info *new = xmalloc(sizeof(*new)); in build_reserve_entry() 384 dti = xmalloc(sizeof(*dti)); in build_dt_info() 660 tbl = xmalloc(n * sizeof(*tbl)); in sort_reserve_entries() 698 tbl = xmalloc(n * sizeof(*tbl)); in sort_properties() 734 tbl = xmalloc(n * sizeof(*tbl)); in sort_subnodes() [all …]
|
/external/dtc/ |
D | srcpos.c | 43 char *dir = xmalloc(len + 1); in get_dirname() 150 srcfile = xmalloc(sizeof(*srcfile)); in srcfile_push() 188 node = xmalloc(sizeof(*node)); in srcfile_add_search_path() 243 pos_new = xmalloc(sizeof(struct srcpos)); in srcpos_copy()
|
D | livetree.c | 38 new = xmalloc(sizeof(*new)); in add_label() 55 struct property *new = xmalloc(sizeof(*new)); in build_property() 67 struct property *new = xmalloc(sizeof(*new)); in build_property_delete() 102 struct node *new = xmalloc(sizeof(*new)); in build_node() 119 struct node *new = xmalloc(sizeof(*new)); in build_node_delete() 340 struct reserve_info *new = xmalloc(sizeof(*new)); in build_reserve_entry() 383 dti = xmalloc(sizeof(*dti)); in build_dt_info() 650 tbl = xmalloc(n * sizeof(*tbl)); in sort_reserve_entries() 688 tbl = xmalloc(n * sizeof(*tbl)); in sort_properties() 724 tbl = xmalloc(n * sizeof(*tbl)); in sort_subnodes() [all …]
|
/external/u-boot/scripts/kconfig/ |
D | util.c | 26 file = xmalloc(sizeof(*file)); in file_lookup() 84 gs.s = xmalloc(sizeof(char) * 64); in str_new() 131 void *xmalloc(size_t size) in xmalloc() function
|
D | zconf.l | 43 text = xmalloc(START_STRSIZE); in new_string() 65 text = xmalloc(size + 1); in alloc_string()
|
/external/openssh/ |
D | auth-options.c | 177 forced_command = xmalloc(strlen(opts) + 1); in auth_parse_options() 207 authorized_principals = xmalloc(strlen(opts) + 1); in auth_parse_options() 240 s = xmalloc(strlen(opts) + 1); in auth_parse_options() 281 char *patterns = xmalloc(strlen(opts) + 1); in auth_parse_options() 335 char *patterns = xmalloc(strlen(opts) + 1); in auth_parse_options() 390 tun = xmalloc(strlen(opts) + 1); in auth_parse_options()
|
D | xmalloc.c | 40 xmalloc(size_t size) in xmalloc() function 87 cp = xmalloc(len); in xstrdup()
|
/external/dtc/tests/ |
D | sw_tree1.c | 45 *fdt = xmalloc(*size); in realloc_fdt() 52 *fdt = xmalloc(SPACE); in realloc_fdt() 116 fdt = xmalloc(size); in main()
|
D | nopulate.c | 74 buf = xmalloc(2 * fdt_size_dt_struct(fdt)); in main() 82 fdt2 = xmalloc(fdt_totalsize(fdt) + newsize); in main()
|
/external/fsverity-utils/ |
D | util.c | 24 void *xmalloc(size_t size) in xmalloc() function 35 return memset(xmalloc(size), 0, size); in xzalloc() 40 return memcpy(xmalloc(size), mem, size); in xmemdup()
|
/external/toybox/toys/pending/ |
D | getfattr.c | 48 keys = xmalloc(keys_len); 58 sorted_keys = xmalloc(key_count * sizeof(char *));
|
D | last.c | 46 struct arg_list *new = xmalloc(sizeof(struct arg_list)); in llist_add_node() 181 llist_add_node(&TT.list, memcpy(xmalloc(sizeof(ut)), &ut, sizeof(ut))); in last_main() 183 llist_add_node(&TT.list, memcpy(xmalloc(sizeof(ut)), &ut, sizeof(ut))); in last_main()
|
/external/toybox/toys/lsb/ |
D | killall.c | 52 struct int_list *new = xmalloc(sizeof(*TT.pids)); 98 TT.err = xmalloc(2*toys.optc); in killall_main()
|
/external/toybox/lib/ |
D | env.c | 29 } else environ = xmalloc(256*sizeof(char *)); in xclearenv() 46 memcpy(new = xmalloc(((*envc|0xff)+1)*sizeof(char *)), *env, in xsetmyenv()
|
/external/elfutils/lib/ |
D | xstrdup.c | 41 return strcpy (xmalloc (strlen (string) + 1), string); in xstrdup()
|