Searched refs:aflags (Results 1 – 9 of 9) sorted by relevance
/external/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()
|
/external/tcpdump/ |
D | print-bgp.c | 2250 u_int aflags, alenlen, alen; in bgp_attr_print() local 2255 aflags = *tptr; in bgp_attr_print() 2259 alenlen = bgp_attr_lenlen(aflags, tptr); in bgp_attr_print() 2263 alen = bgp_attr_len(aflags, tptr); in bgp_attr_print() 2273 if (aflags) { in bgp_attr_print() 2275 aflags & 0x80 ? "O" : "", in bgp_attr_print() 2276 aflags & 0x40 ? "T" : "", in bgp_attr_print() 2277 aflags & 0x20 ? "P" : "", in bgp_attr_print() 2278 aflags & 0x10 ? "E" : "")); in bgp_attr_print() 2279 if (aflags & 0xf) in bgp_attr_print() [all …]
|
/external/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()
|
/external/mesa3d/src/freedreno/ir3/ |
D | ir3.h | 1491 struct ir3_instruction *a, unsigned aflags) \ 1496 __ssa_src(instr, a, aflags); \ 1506 struct ir3_instruction *a, unsigned aflags, \ 1512 __ssa_src(instr, a, aflags); \ 1523 struct ir3_instruction *a, unsigned aflags, \ 1530 __ssa_src(instr, a, aflags); \ 1542 struct ir3_instruction *a, unsigned aflags, \ 1550 __ssa_src(instr, a, aflags); \
|
/external/curl/tests/ |
D | runtests.pl | 1473 my $aflags = "--port $port $flags"; 1475 my $cmd = "$exe $aflags"; 2418 my $aflags = "--port $port $flags"; 2419 my $cmd = "$srcdir/dictserver.py $aflags"; 2490 my $aflags = "--port $port $flags"; 2491 my $cmd = "$srcdir/smbserver.py $aflags"; 2561 my $aflags = "--port $port $flags"; 2562 my $cmd = "$srcdir/negtelnetserver.py $aflags";
|
/external/llvm/unittests/Support/ |
D | YAMLIOTest.cpp | 1344 AFlags aflags = static_cast<AFlags>(kf.flags); in mapping() local 1345 io.mapRequired("flags", aflags); in mapping() 1346 kf.flags = aflags; in mapping()
|
/external/llvm-project/llvm/unittests/Support/ |
D | YAMLIOTest.cpp | 1536 AFlags aflags = static_cast<AFlags>(kf.flags); in mapping() local 1537 io.mapRequired("flags", aflags); in mapping() 1538 kf.flags = aflags; in mapping()
|
/external/toybox/toys/pending/ |
D | ip.c | 537 static char *get_flag_string(struct arglist *aflags, int flags, int ismulti) in get_flag_string() argument 539 struct arglist *p = aflags; in get_flag_string()
|
/external/python/cpython3/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()
|