Searched refs:aflags (Results 1 – 9 of 9) sorted by relevance
/external/toybox/toys/lsb/ |
D | mount.c | 318 int aflags, noauto, len; in mount_main() local 349 aflags = flag_opts(mm->opts, flags, &aopts); in mount_main() 350 aflags = flag_opts(opts, aflags, &aopts); in mount_main() 352 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/freedreno/ir3/ |
D | ir3.h | 983 struct ir3_instruction *a, unsigned aflags) \ 988 ir3_reg_create(instr, 0, IR3_REG_SSA | aflags)->instr = a; \ 995 struct ir3_instruction *a, unsigned aflags, \ 1001 ir3_reg_create(instr, 0, IR3_REG_SSA | aflags)->instr = a; \ 1009 struct ir3_instruction *a, unsigned aflags, \ 1016 ir3_reg_create(instr, 0, IR3_REG_SSA | aflags)->instr = a; \
|
/external/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_peephole.cpp | 75 unsigned aflags = a->bc.op_ptr->flags; in optimize_cc_op() local 77 if (aflags & (AF_PRED | AF_SET | AF_KILL)) { in optimize_cc_op() 79 } else if (aflags & AF_CMOV) { in optimize_cc_op()
|
/external/syslinux/gpxe/src/include/gpxe/ |
D | aoe.h | 37 uint8_t aflags; member
|
/external/syslinux/gpxe/src/net/ |
D | aoe.c | 158 aoeata->aflags = ( ( command->cb.lba48 ? AOE_FL_EXTENDED : 0 )| in aoe_send_command()
|
/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/toybox/toys/pending/ |
D | ip.c | 487 static char *get_flag_string(struct arglist *aflags, int flags, int ismulti) in get_flag_string() argument 489 struct arglist *p = aflags; in get_flag_string()
|
/external/python/cpython3/Modules/_decimal/libmpdec/ |
D | mpdecimal.c | 711 uint8_t aflags = a->flags; in mpd_copy_flags() local 713 result->flags |= (aflags & ~(MPD_STATIC|MPD_DATAFLAGS)); in mpd_copy_flags()
|