| /third_party/selinux/libsepol/src/ |
| H A D | policydb_validate.c | 1002 static int validate_cond_list(sepol_handle_t *handle, const cond_list_t *cond, const policydb_t *p, validate_t flavors[]) in validate_cond_list() argument [all...] |
| /third_party/selinux/checkpolicy/ |
| H A D | module_compiler.c | 1203 cond_list_t *get_current_cond_list(cond_list_t * cond) in get_current_cond_list() argument 1215 void append_cond_list(cond_list_t * cond) in append_cond_list() argument
|
| /third_party/spirv-tools/source/opt/ |
| H A D | ir_builder.h | 355 Instruction* AddSelect(uint32_t type, uint32_t cond, uint32_t true_value, in AddSelect() argument
|
| /third_party/vk-gl-cts/modules/glshared/ |
| H A D | glsAttributeLocationTests.cpp | 664 Cond::Cond (ConstCond cond) in Cond() argument 671 Attribute::Attribute (const AttribType& type, const string& name, deInt32 layoutLocation, const Cond& cond, int arraySize) in Attribute() argument
|
| /base/telephony/core_service/services/sim/src/ |
| H A D | sim_file.cpp | 1304 bool cond = sz >= lenNum; in OnMccMncLoaded() local 1889 unsigned int cond = 0; in ObtainSpnCondition() local [all...] |
| /third_party/glslang/glslang/MachineIndependent/ |
| H A D | Intermediate.cpp | 2401 TIntermSelection* TIntermediate::addSelection(TIntermTyped* cond, TIntermNodePair nodePair, const TSourceLoc& loc) in addSelection() argument 2452 TIntermTyped* TIntermediate::addSelection(TIntermTyped* cond, TIntermTyped* trueBlock, TIntermTyped* falseBlock, in addSelection() argument [all...] |
| /third_party/libuv/include/uv/ |
| H A D | win.h | 282 CONDITION_VARIABLE cond; member
|
| /third_party/mesa3d/src/egl/drivers/dri2/ |
| H A D | egl_dri2.h | 419 cnd_t cond; member
|
| /third_party/mesa3d/src/broadcom/qpu/ |
| H A D | qpu_instr.h | 348 enum v3d_qpu_branch_cond cond; member
|
| /third_party/mesa3d/src/asahi/compiler/ |
| H A D | agx_compile.c | 1176 agx_index cond = agx_src_index(&nif->condition); in emit_if() local
|
| /third_party/mesa3d/src/broadcom/compiler/ |
| H A D | vir.c | 236 vir_set_cond(struct qinst *inst, enum v3d_qpu_cond cond) in vir_set_cond() argument 396 vir_branch_inst(struct v3d_compile *c, enum v3d_qpu_branch_cond cond) in vir_branch_inst() argument
|
| /third_party/node/src/ |
| H A D | node_api.cc | 509 std::unique_ptr<node::ConditionVariable> cond; member in v8impl::__anon15407::ThreadSafeFunction
|
| /third_party/mesa3d/src/microsoft/compiler/ |
| H A D | dxil_nir.c | 190 nir_ssa_def *cond; in ubo_load_select_32b_comps() local
|
| /third_party/ltp/tools/sparse/sparse-src/ |
| H A D | pre-process.c | 1556 static int preprocessor_if(struct stream *stream, struct token *token, int cond) in preprocessor_if() argument
|
| H A D | example.c | 1072 const char *cond = "XXX"; in generate_branch() local 1138 const char *cond; in generate_select() local [all...] |
| H A D | simplify.c | 2428 pseudo_t cond, src1, src2; in simplify_select() local 2604 pseudo_t cond = insn->cond; simplify_branch() local 2648 pseudo_t cond = insn->cond; simplify_switch() local [all...] |
| /third_party/node/deps/v8/src/compiler/backend/ppc/ |
| H A D | code-generator-ppc.cc | 3815 Condition cond = FlagsConditionToCondition(condition, op); in AssembleArchBranch() local 3894 Condition cond = FlagsConditionToCondition(condition, op); in AssembleArchTrap() local 3924 Condition cond = FlagsConditionToCondition(condition, op); in AssembleArchBoolean() local [all...] |
| /third_party/node/deps/v8/src/compiler/ |
| H A D | js-call-reducer.cc | 118 IfBuilder0(JSGraphAssembler* gasm, TNode<Boolean> cond, bool negate_cond) in IfBuilder0() argument 189 IfBuilder0 If(TNode<Boolean> cond) { return {this, cond, false}; } in If() argument 190 IfBuilder0 IfNot(TNode<Boolean> cond) { return {this, cond, true}; } in IfNot() argument 197 IfBuilder1(JSGraphAssembler* gasm, TNode<Boolean> cond) in IfBuilder1() argument 257 IfBuilder1<T> SelectIf(TNode<Boolean> cond) { in SelectIf() argument 482 ForBuilder0(JSGraphAssembler* gasm, TNode<Number> initial_value, const ConditionFunction1& cond, const StepFunction1& step) ForBuilder0() argument 526 auto cond = [=](TNode<Number> i) { ForZeroUntil() local 541 ForBuilder1(JSGraphAssembler* gasm, TNode<Number> initial_value, const ConditionFunction1& cond, const StepFunction1& step, TNode<Object> initial_arg0) ForBuilder1() argument 600 For1(TNode<Number> initial_value, const ConditionFunction1& cond, const StepFunction1& step, TNode<Object> initial_arg0) For1() argument 608 auto cond = [=](TNode<Number> i) { For1ZeroUntil() local [all...] |
| /third_party/node/deps/v8/src/codegen/arm64/ |
| H A D | constants-arm64.h | 324 inline Condition NegateCondition(Condition cond) { in NegateCondition() argument
|
| H A D | assembler-arm64-inl.h | 861 Instr Assembler::Cond(Condition cond) { return cond << Condition_offset; } in Cond() argument
|
| H A D | macro-assembler-arm64-inl.h | 293 void TurboAssembler::B(Condition cond, Labe argument 85 Ccmp(const Register& rn, const Operand& operand, StatusFlags nzcv, Condition cond) Ccmp() argument 95 CcmpTagged(const Register& rn, const Operand& operand, StatusFlags nzcv, Condition cond) CcmpTagged() argument 104 Ccmn(const Register& rn, const Operand& operand, StatusFlags nzcv, Condition cond) Ccmn() argument 393 Cinc(const Register& rd, const Register& rn, Condition cond) Cinc() argument 401 Cinv(const Register& rd, const Register& rn, Condition cond) Cinv() argument 421 Cneg(const Register& rd, const Register& rn, Condition cond) Cneg() argument 431 CzeroX(const Register& rd, Condition cond) CzeroX() argument 440 CmovX(const Register& rd, const Register& rn, Condition cond) CmovX() argument 456 Cset(const Register& rd, Condition cond) Cset() argument 463 Csetm(const Register& rd, Condition cond) Csetm() argument 470 Csinc(const Register& rd, const Register& rn, const Register& rm, Condition cond) Csinc() argument 478 Csinv(const Register& rd, const Register& rn, const Register& rm, Condition cond) Csinv() argument 486 Csneg(const Register& rd, const Register& rn, const Register& rm, Condition cond) Csneg() argument 527 Fccmp(const VRegister& fn, const VRegister& fm, StatusFlags nzcv, Condition cond) Fccmp() argument 551 Fcsel(const VRegister& fd, const VRegister& fn, const VRegister& fm, Condition cond) Fcsel() argument 1358 CompareAndBranch(const Register& lhs, const Operand& rhs, Condition cond, Label* label) CompareAndBranch() argument 1373 CompareTaggedAndBranch(const Register& lhs, const Operand& rhs, Condition cond, Label* label) CompareTaggedAndBranch() argument [all...] |
| /third_party/node/deps/v8/src/codegen/s390/ |
| H A D | assembler-s390.h | 461 void pfd(Condition cond, const MemOperand& opnd) { in pfd() argument 465 void pfd(Condition cond, Register x2, Register b2, const Operand& d2) { in pfd() argument 953 void b(Condition cond, Label* l, Label::Distance dist = Label::kFar, in b() argument 959 bc_short(Condition cond, Label* l, Label::Distance dist = Label::kFar) bc_short() argument 962 bc_long(Condition cond, Label* l) bc_long() argument 980 b(Condition cond, Register r) b() argument [all...] |
| /third_party/node/deps/v8/src/codegen/ppc/ |
| H A D | constants-ppc.h | 135 inline Condition NegateCondition(Condition cond) { in NegateCondition() argument
|
| H A D | assembler-ppc.h | 687 void bc_short(Condition cond, Label* L, CRegister cr = cr7, in bc_short() argument 732 void bclr(Condition cond, CRegister cr = cr7, LKBit lk = LeaveLK) { in bclr() argument 775 void isel(Condition cond, Register rt, Register ra, Register rb, in isel() argument 818 b(Condition cond, Label* L, CRegister cr = cr7, LKBit lk = LeaveLK) b() argument [all...] |
| /third_party/node/deps/v8/src/diagnostics/x64/ |
| H A D | disasm-x64.cc | 857 byte cond = *(data + 1) & 0x0F; in JumpConditional() local 866 byte cond = *data & 0x0F; in JumpConditionalShort() local 877 byte cond = *(data + 1) & 0x0F; in SetCC() local
|