Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...25

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp749 SDValue cond = Node->getOperand(0); in trySelect() local
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dparser_impl.cc1931 auto cond = const_literal(); in expect_case_selectors() local
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dresolver_test.cc171 auto* cond = Expr(true); in TEST_F() local
228 auto* cond = Expr(2); in TEST_F() local
/third_party/vixl/src/aarch32/
H A Ddisasm-aarch32.h109 ConditionPrinter(const ITBlock& it_block, Condition cond) in ConditionPrinter() argument
113 friend std::ostream& operator<<(std::ostream& os, ConditionPrinter cond) { in operator <<() argument
289 virtual DisassemblerStream& operator<<(const ConditionPrinter& cond) { in operator <<() argument
290 os_ << cond; in operator <<() local
293 virtual DisassemblerStream& operator<<(Condition cond) { in operator <<() argument
294 os_ << cond; operator <<() local
[all...]
/third_party/vixl/src/aarch64/
H A Dassembler-aarch64.h7211 Cond(Condition cond) Cond() argument
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_pthread.cpp142 void ValidateCond(dng_pthread_cond_t *cond) in ValidateCond() argument
506 int dng_pthread_cond_init(dng_pthread_cond_t *cond, void * /* attrs */) in dng_pthread_cond_init() argument
524 int dng_pthread_cond_destroy(dng_pthread_cond_t *cond) in dng_pthread_cond_destroy() argument
571 cond_wait_internal(dng_pthread_cond_t *cond, dng_pthread_mutex_t *mutex, int timeout_milliseconds) cond_wait_internal() argument
653 dng_pthread_cond_wait(dng_pthread_cond_t *cond, dng_pthread_mutex_t *mutex) dng_pthread_cond_wait() argument
662 dng_pthread_cond_timedwait(dng_pthread_cond_t *cond, dng_pthread_mutex_t *mutex, struct dng_timespec *latest_time) dng_pthread_cond_timedwait() argument
683 dng_pthread_cond_signal(dng_pthread_cond_t *cond) dng_pthread_cond_signal() argument
715 dng_pthread_cond_broadcast(dng_pthread_cond_t *cond) dng_pthread_cond_broadcast() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
H A Dmutex_test.cc678 bool cond = false; member
759 bool cond; // to delay first thread (under mu) member
[all...]
/third_party/skia/include/private/
H A DSkVx.h438 SINT Vec<N,T> naive_if_then_else(const Vec<N,M<T>>& cond, const Vec<N,T>& t, const Vec<N,T>& e) { in naive_if_then_else() argument
443 SIT Vec<1,T> if_then_else(const Vec<1,M<T>>& cond, const Vec<1,T>& t, const Vec<1,T>& e) { in if_then_else() argument
448 SINT Vec<N,T> if_then_else(const Vec<N,M<T>>& cond, const Vec<N,T>& t, const Vec<N,T>& e) { in if_then_else() argument
[all...]
/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...]
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dotherstestndk.cpp587 cnd_t cond; in cndwaittest() local
988 pthread_cond_t cond = PTHREAD_COND_INITIALIZER; in Pthreadcondclockwait() local
1004 pthread_cond_t *cond = (pthread_cond_t *)nullptr; in Pthreadcondtimedwaitmonotonicnp() local
1022 pthread_cond_t cond = PTHREAD_COND_INITIALIZER; in Pthreadcondtimeoutnp() local
[all...]
H A Dpthreadndk1.cpp549 pthread_cond_t cond = PTHREAD_COND_INITIALIZER; in PThreadCondBroadcast() local
558 pthread_cond_t cond; in PThreadCondDestroy() local
568 pthread_cond_t cond = PTHREAD_COND_INITIALIZER; in PThreadCondInit() local
579 pthread_cond_t cond = PTHREAD_COND_INITIALIZER; in PThreadCondSignal() local
587 pthread_cond_t cond; global() member
630 pthread_cond_t cond; global() member
[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...]

Completed in 56 milliseconds

1...<<11121314151617181920>>...25