Searched refs:aflags (Results 1 – 7 of 7) sorted by relevance
/third_party/toybox/toys/lsb/ |
D | mount.c | 340 int aflags, noauto, len; in mount_main() local 371 aflags = flag_opts(mm->opts, flags, &aopts); in mount_main() 372 aflags = flag_opts(opts, aflags, &aopts); in mount_main() 374 mount_filesystem(mm->device, mm->dir, mm->type, aflags, aopts); in mount_main()
|
/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/mesa3d/src/freedreno/ir3/ |
D | ir3.h | 2073 struct ir3_block *block, struct ir3_instruction *a, unsigned aflags) \ 2079 __ssa_src(instr, a, aflags); \ 2091 struct ir3_block *block, struct ir3_instruction *a, unsigned aflags, \ 2097 __ssa_src(instr, a, aflags); \ 2110 struct ir3_block *block, struct ir3_instruction *a, unsigned aflags, \ 2118 __ssa_src(instr, a, aflags); \ 2132 struct ir3_block *block, struct ir3_instruction *a, unsigned aflags, \ 2140 __ssa_src(instr, a, aflags); \ 2155 struct ir3_block *block, struct ir3_instruction *a, unsigned aflags, \ 2162 __ssa_src(instr, a, aflags); \ [all …]
|
/third_party/curl/tests/ |
D | servers.pm | 1236 my $aflags = "--port $port --port2 $port2 $flags"; 1237 my $cmd = "$exe $aflags"; 1297 my $aflags = "--port $port $flags"; 1298 my $cmd = "$exe $aflags"; 2046 my $aflags = "--port $port $flags"; 2047 my $cmd = "$srcdir/dictserver.py $aflags"; 2107 my $aflags = "--port $port $flags"; 2108 my $cmd = "$srcdir/smbserver.py $aflags"; 2167 my $aflags = "--port $port $flags"; 2168 my $cmd = "$srcdir/negtelnetserver.py $aflags";
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_resource.c | 912 enum zink_alloc_flag aflags = templ->flags & PIPE_RESOURCE_FLAG_SPARSE ? ZINK_ALLOC_SPARSE : 0; in resource_object_create() 916 enum zink_heap heap = zink_heap_from_domain_flags(flags, aflags); in resource_object_create() 1020 if (aflags == ZINK_ALLOC_SPARSE) { in resource_object_create()
|
/third_party/toybox/toys/pending/ |
D | ip.c | 538 static char *get_flag_string(struct arglist *aflags, int flags, int ismulti) in get_flag_string() argument 540 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()
|