Searched refs:aflags (Results 1 – 8 of 8) sorted by relevance
/third_party/toybox/toys/lsb/ |
D | mount.c | 339 int aflags, noauto, len; in mount_main() local 370 aflags = flag_opts(mm->opts, flags, &aopts); in mount_main() 371 aflags = flag_opts(opts, aflags, &aopts); in mount_main() 373 mount_filesystem(mm->device, mm->dir, mm->type, aflags, aopts); in mount_main()
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3.h | 1870 struct ir3_block *block, struct ir3_instruction *a, unsigned aflags) \ 1876 __ssa_src(instr, a, aflags); \ 1888 struct ir3_block *block, struct ir3_instruction *a, unsigned aflags, \ 1893 __ssa_src(instr, a, aflags); \ 1905 struct ir3_block *block, struct ir3_instruction *a, unsigned aflags, \ 1913 __ssa_src(instr, a, aflags); \ 1927 struct ir3_block *block, struct ir3_instruction *a, unsigned aflags, \ 1935 __ssa_src(instr, a, aflags); \ 1950 struct ir3_block *block, struct ir3_instruction *a, unsigned aflags, \ 1957 __ssa_src(instr, a, aflags); \ [all …]
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_peephole.cpp | 94 unsigned aflags = a->bc.op_ptr->flags; in optimize_cc_op() local 96 if (aflags & (AF_PRED | AF_SET | AF_KILL)) { in optimize_cc_op() 98 } else if (aflags & AF_CMOV) { in optimize_cc_op()
|
/third_party/iowow/src/fs/tests/ |
D | iwfs_test3.c | 113 iwfs_fsm_aflags aflags = IWFSM_SOLID_ALLOCATED_SPACE | IWFSM_ALLOC_NO_OVERALLOCATE; in test_stress() local 158 rc = fsm.allocate(&fsm, r->rsz, &r->alc_addr, &r->alc_len, aflags); in test_stress()
|
/third_party/curl/tests/ |
D | runtests.pl | 1507 my $aflags = "--port $port $flags"; 1509 my $cmd = "$exe $aflags"; 2454 my $aflags = "--port $port $flags"; 2455 my $cmd = "$srcdir/dictserver.py $aflags"; 2526 my $aflags = "--port $port $flags"; 2527 my $cmd = "$srcdir/smbserver.py $aflags"; 2597 my $aflags = "--port $port $flags"; 2598 my $cmd = "$srcdir/negtelnetserver.py $aflags";
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_resource.c | 607 enum zink_alloc_flag aflags = templ->flags & PIPE_RESOURCE_FLAG_SPARSE ? ZINK_ALLOC_SPARSE : 0; in resource_object_create() 611 enum zink_heap heap = zink_heap_from_domain_flags(flags, aflags); in resource_object_create() 692 if (aflags == ZINK_ALLOC_SPARSE) { in resource_object_create()
|
/third_party/toybox/toys/pending/ |
D | ip.c | 536 static char *get_flag_string(struct arglist *aflags, int flags, int ismulti) in get_flag_string() argument 538 struct arglist *p = aflags; in get_flag_string()
|
/third_party/python/Modules/_decimal/libmpdec/ |
D | mpdecimal.c | 743 uint8_t aflags = a->flags; in mpd_copy_flags() local 745 result->flags |= (aflags & ~(MPD_STATIC|MPD_DATAFLAGS)); in mpd_copy_flags()
|