Home
last modified time | relevance | path

Searched refs:aflags (Results 1 – 9 of 9) sorted by relevance

/external/toybox/toys/lsb/
Dmount.c318 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/
Dprint-bgp.c2250 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/
Dir3.h983 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/
Dsb_peephole.cpp75 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/
Daoe.h37 uint8_t aflags; member
/external/syslinux/gpxe/src/net/
Daoe.c158 aoeata->aflags = ( ( command->cb.lba48 ? AOE_FL_EXTENDED : 0 )| in aoe_send_command()
/external/llvm/unittests/Support/
DYAMLIOTest.cpp1344 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/
Dip.c487 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/
Dmpdecimal.c711 uint8_t aflags = a->flags; in mpd_copy_flags() local
713 result->flags |= (aflags & ~(MPD_STATIC|MPD_DATAFLAGS)); in mpd_copy_flags()