Searched refs:check_flag (Results 1 – 9 of 9) sorted by relevance
/external/libopus/cmake/ |
D | OpusFunctions.cmake | 44 function(check_flag NAME FLAG) function 61 check_flag(SSE1 /arch:SSE) 68 check_flag(SSE1 -msse) 80 check_flag(SSE2 /arch:SSE2) 87 check_flag(SSE2 -msse2) 99 check_flag(SSE4_1 /arch:SSE2) # SSE2 and above 106 check_flag(SSE4_1 -msse4.1) 117 check_flag(AVX /arch:AVX) 119 check_flag(AVX -mavx)
|
D | OpusConfig.cmake | 84 check_flag(FAST_MATH /fp:fast) 85 check_flag(STACK_PROTECTOR /GS) 86 check_flag(STACK_PROTECTOR_DISABLED /GS-) 88 check_flag(FAST_MATH -ffast-math) 89 check_flag(STACK_PROTECTOR -fstack-protector-strong) 90 check_flag(HIDDEN_VISIBILITY -fvisibility=hidden)
|
/external/libnl/lib/route/link/ |
D | bridge.c | 117 static void check_flag(struct rtnl_link *link, struct nlattr *attrs[], in check_flag() function 163 check_flag(link, br_attrs, IFLA_BRPORT_MODE, RTNL_BRIDGE_HAIRPIN_MODE); in bridge_parse_protinfo() 164 check_flag(link, br_attrs, IFLA_BRPORT_GUARD, RTNL_BRIDGE_BPDU_GUARD); in bridge_parse_protinfo() 165 check_flag(link, br_attrs, IFLA_BRPORT_PROTECT, RTNL_BRIDGE_ROOT_BLOCK); in bridge_parse_protinfo() 166 check_flag(link, br_attrs, IFLA_BRPORT_FAST_LEAVE, RTNL_BRIDGE_FAST_LEAVE); in bridge_parse_protinfo() 167 check_flag(link, br_attrs, IFLA_BRPORT_UNICAST_FLOOD, in bridge_parse_protinfo() 169 check_flag(link, br_attrs, IFLA_BRPORT_LEARNING, RTNL_BRIDGE_LEARNING); in bridge_parse_protinfo() 170 check_flag(link, br_attrs, IFLA_BRPORT_LEARNING_SYNC, in bridge_parse_protinfo()
|
/external/ltp/testcases/kernel/syscalls/pipe/ |
D | pipe12.c | 26 int check_flag; member 67 if (tc->check_flag) { in verify_pipe()
|
/external/llvm/test/CodeGen/X86/ |
D | testb-je-fusion.ll | 8 define i32 @check_flag(i32 %flags, ...) nounwind {
|
D | vastart-defs-eflags.ll | 7 define i32 @check_flag(i32 %flags, ...) nounwind {
|
/external/rust/crates/mio/src/sys/wasi/ |
D | mod.rs | 322 fn check_flag(got: &wasi::Eventrwflags, want: &wasi::Eventrwflags) -> bool { in debug_details() function 327 check_flag, in debug_details()
|
/external/rust/crates/mio/src/sys/unix/selector/ |
D | kqueue.rs | 478 fn check_flag(got: &Flags, want: &Flags) -> bool { in debug_details() function 483 check_flag, in debug_details()
|
/external/minigbm/ |
D | virtgpu_virgl.c | 390 static inline void handle_flag(uint64_t *flag, uint64_t check_flag, uint32_t *bind, in handle_flag() argument 393 if ((*flag) & check_flag) { in handle_flag() 394 (*flag) &= ~check_flag; in handle_flag()
|