Home
last modified time | relevance | path

Searched refs:check_flag (Results 1 – 7 of 7) sorted by relevance

/external/openssh/
Daclocal.m44 dnl OSSH_CHECK_CFLAG_COMPILE(check_flag[, define_flag])
5 dnl Check that $CC accepts a flag 'check_flag'. If it is supported append
7 dnl 'check_flag'.
41 dnl OSSH_CHECK_CFLAG_LINK(check_flag[, define_flag])
42 dnl Check that $CC accepts a flag 'check_flag'. If it is supported append
44 dnl 'check_flag'.
79 dnl OSSH_CHECK_LDFLAG_LINK(check_flag[, define_flag])
80 dnl Check that $LD accepts a flag 'check_flag'. If it is supported append
82 dnl 'check_flag'.
/external/libnl/lib/route/link/
Dbridge.c90 static void check_flag(struct rtnl_link *link, struct nlattr *attrs[], in check_flag() function
136 check_flag(link, br_attrs, IFLA_BRPORT_MODE, RTNL_BRIDGE_HAIRPIN_MODE); in bridge_parse_protinfo()
137 check_flag(link, br_attrs, IFLA_BRPORT_GUARD, RTNL_BRIDGE_BPDU_GUARD); in bridge_parse_protinfo()
138 check_flag(link, br_attrs, IFLA_BRPORT_PROTECT, RTNL_BRIDGE_ROOT_BLOCK); in bridge_parse_protinfo()
139 check_flag(link, br_attrs, IFLA_BRPORT_FAST_LEAVE, RTNL_BRIDGE_FAST_LEAVE); in bridge_parse_protinfo()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dtestb-je-fusion.ll6 define i32 @check_flag(i32 %flags, ...) nounwind {
7 ; CHECK-LABEL: check_flag:
Dvastart-defs-eflags.ll8 define i32 @check_flag(i32 %flags, ...) nounwind {
9 ; CHECK-LABEL: check_flag:
/external/llvm/test/CodeGen/X86/
Dtestb-je-fusion.ll8 define i32 @check_flag(i32 %flags, ...) nounwind {
Dvastart-defs-eflags.ll7 define i32 @check_flag(i32 %flags, ...) nounwind {
/external/minigbm/
Dvirtio_gpu.c402 static inline void handle_flag(uint64_t *flag, uint64_t check_flag, uint32_t *bind, in handle_flag() argument
405 if ((*flag) & check_flag) { in handle_flag()
406 (*flag) &= ~check_flag; in handle_flag()