Searched refs:active_set (Results 1 – 5 of 5) sorted by relevance
/external/iproute2/ip/ |
D | ipmacsec.c | 186 bool active_set = false; in parse_sa_args() local 210 if (active_set) in parse_sa_args() 213 active_set = true; in parse_sa_args() 215 if (active_set) in parse_sa_args() 218 active_set = true; in parse_sa_args() 325 bool active_set = false; in parse_rxsci_args() local 329 if (active_set) in parse_rxsci_args() 332 active_set = true; in parse_rxsci_args() 334 if (active_set) in parse_rxsci_args() 337 active_set = true; in parse_rxsci_args()
|
/external/mesa3d/src/amd/llvm/ |
D | ac_llvm_build.c | 491 LLVMValueRef active_set = ac_build_ballot(ctx, ctx->i32_1); in ac_build_vote_all() local 493 return LLVMBuildICmp(ctx->builder, LLVMIntEQ, vote_set, active_set, ""); in ac_build_vote_all() 505 LLVMValueRef active_set = ac_build_ballot(ctx, ctx->i32_1); in ac_build_vote_eq() local 508 LLVMValueRef all = LLVMBuildICmp(ctx->builder, LLVMIntEQ, vote_set, active_set, ""); in ac_build_vote_eq()
|
D | ac_nir_to_llvm.c | 2862 LLVMValueRef active_set = ac_build_ballot(&ctx->ac, ctx->ac.i32_1); in visit_first_invocation() local 2866 LLVMValueRef args[] = {active_set, ctx->ac.i1false}; in visit_first_invocation()
|
/external/python/cpython3/Lib/tkinter/ |
D | tix.py | 1432 def active_set(self, index): member in TList
|
/external/python/cpython2/Lib/lib-tk/ |
D | Tix.py | 1435 def active_set(self, index): member in TList
|