Home
last modified time | relevance | path

Searched defs:cond (Results 426 - 450 of 591) sorted by relevance

1...<<11121314151617181920>>...24

/third_party/selinux/libsepol/src/
H A Dpolicydb_validate.c1002 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 Dmodule_compiler.c1203 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 Dir_builder.h355 Instruction* AddSelect(uint32_t type, uint32_t cond, uint32_t true_value, in AddSelect() argument
/third_party/vk-gl-cts/modules/glshared/
H A DglsAttributeLocationTests.cpp664 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 Dsim_file.cpp1304 bool cond = sz >= lenNum; in OnMccMncLoaded() local
1889 unsigned int cond = 0; in ObtainSpnCondition() local
[all...]
/third_party/glslang/glslang/MachineIndependent/
H A DIntermediate.cpp2401 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 Dwin.h282 CONDITION_VARIABLE cond; member
/third_party/mesa3d/src/egl/drivers/dri2/
H A Degl_dri2.h419 cnd_t cond; member
/third_party/mesa3d/src/broadcom/qpu/
H A Dqpu_instr.h348 enum v3d_qpu_branch_cond cond; member
/third_party/mesa3d/src/asahi/compiler/
H A Dagx_compile.c1176 agx_index cond = agx_src_index(&nif->condition); in emit_if() local
/third_party/mesa3d/src/broadcom/compiler/
H A Dvir.c236 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 Dnode_api.cc509 std::unique_ptr<node::ConditionVariable> cond; member in v8impl::__anon15407::ThreadSafeFunction
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_nir.c190 nir_ssa_def *cond; in ubo_load_select_32b_comps() local
/third_party/ltp/tools/sparse/sparse-src/
H A Dpre-process.c1556 static int preprocessor_if(struct stream *stream, struct token *token, int cond) in preprocessor_if() argument
H A Dexample.c1072 const char *cond = "XXX"; in generate_branch() local
1138 const char *cond; in generate_select() local
[all...]
H A Dsimplify.c2428 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 Dcode-generator-ppc.cc3815 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 Djs-call-reducer.cc118 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 Dconstants-arm64.h324 inline Condition NegateCondition(Condition cond) { in NegateCondition() argument
H A Dassembler-arm64-inl.h861 Instr Assembler::Cond(Condition cond) { return cond << Condition_offset; } in Cond() argument
H A Dmacro-assembler-arm64-inl.h293 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 Dassembler-s390.h461 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 Dconstants-ppc.h135 inline Condition NegateCondition(Condition cond) { in NegateCondition() argument
H A Dassembler-ppc.h687 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 Ddisasm-x64.cc857 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

Completed in 66 milliseconds

1...<<11121314151617181920>>...24