| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_format_soa.c | 1107 LLVMValueRef cond = LLVMBuildExtractElement(gallivm->builder, should_store_mask, loop_state.counter, ""); in lp_build_store_rgba_soa() local
|
| /third_party/mesa3d/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_disasm.c | 42 uint32_t cond : 5; member
|
| /third_party/musl/Benchmark/musl/ |
| H A D | libc_pthread.cpp | 263 pthread_cond_t cond; in Bm_function_pthread_cond_init() local 273 pthread_cond_t cond; in Bm_function_pthread_cond_init_destroy() local 383 pthread_cond_t cond; in Bm_function_pthread_cond_timedwait() local 475 pthread_cond_t cond; in Bm_function_pthread_cond_signal() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/r600/sb/ |
| H A D | sb_expr.cpp | 985 bool cond = evaluate_condition(n.bc.op_ptr->flags & (AF_CC_MASK | in fold_alu_op3() local
|
| /third_party/node/deps/uv/include/uv/ |
| H A D | unix.h | 148 uv_cond_t cond; member
|
| /third_party/node/deps/uv/src/unix/ |
| H A D | thread.c | 537 uv_cond_t cond; member 718 uv_cond_init(uv_cond_t* cond) uv_cond_init() argument 724 uv_cond_init(uv_cond_t* cond) uv_cond_init() argument 755 uv_cond_destroy(uv_cond_t* cond) uv_cond_destroy() argument 789 uv_cond_signal(uv_cond_t* cond) uv_cond_signal() argument 794 uv_cond_broadcast(uv_cond_t* cond) uv_cond_broadcast() argument 799 uv_cond_wait(uv_cond_t* cond, uv_mutex_t* mutex) uv_cond_wait() argument 805 uv_cond_timedwait(uv_cond_t* cond, uv_mutex_t* mutex, uint64_t timeout) uv_cond_timedwait() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
| H A D | RemoveDynamicIndexing.cpp | 230 TIntermBinary *cond = in GetIndexFunctionDefinition() local
|
| /third_party/skia/src/core/ |
| H A D | SkFont.cpp | 71 static inline uint32_t set_clear_mask(uint32_t bits, bool cond, uint32_t mask) { in set_clear_mask() argument
|
| /third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
| H A D | SpirvShaderControlFlow.cpp | 513 auto cond = Operand(this, state, condId); in EmitBranchConditional() local
|
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| H A D | ir_builder.h | 351 Instruction* AddSelect(uint32_t type, uint32_t cond, uint32_t true_value, in AddSelect() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| H A D | ir_builder.h | 351 Instruction* AddSelect(uint32_t type, uint32_t cond, uint32_t true_value, in AddSelect() argument
|
| /third_party/skia/third_party/skcms/src/ |
| H A D | Transform_inl.h | 151 SI T if_then_else(C cond, T t, T e) { in if_then_else() argument
|
| /third_party/vixl/src/aarch32/ |
| H A D | macro-assembler-aarch32.cc | 223 void MacroAssembler::HandleOutOfBoundsImmediate(Condition cond, in HandleOutOfBoundsImmediate() argument 250 MemOperandComputationHelper( Condition cond, Register scratch, Register base, uint32_t offset, uint32_t extra_offset_mask) MemOperandComputationHelper() argument 965 Delegate(InstructionType type, InstructionCondSizeRL instruction, Condition cond, EncodingSize size, Register rd, Location* location) Delegate() argument 989 GenerateSplitInstruction( InstructionCondSizeRROp instruction, Condition cond, Register rd, Register rn, uint32_t imm, uint32_t mask) GenerateSplitInstruction() argument 1012 Delegate(InstructionType type, InstructionCondSizeRROp instruction, Condition cond, EncodingSize size, Register rd, Register rn, const Operand& operand) Delegate() argument 1335 Delegate(InstructionType type, InstructionCondDtSSop instruction, Condition cond, DataType dt, SRegister rd, const SOperand& operand) Delegate() argument 1366 Delegate(InstructionType type, InstructionCondDtDDop instruction, Condition cond, DataType dt, DRegister rd, const DOperand& operand) Delegate() argument 1512 Delegate(InstructionType type, InstructionCondDtQQop instruction, Condition cond, DataType dt, QRegister rd, const QOperand& operand) Delegate() argument 1657 Delegate(InstructionType type, InstructionCondRL instruction, Condition cond, Register rt, Location* location) Delegate() argument 1696 Delegate(InstructionType type, InstructionCondRRL instruction, Condition cond, Register rt, Register rt2, Location* location) Delegate() argument 1720 Delegate(InstructionType type, InstructionCondSizeRMop instruction, Condition cond, EncodingSize size, Register rd, const MemOperand& operand) Delegate() argument 1917 Delegate(InstructionType type, InstructionCondRRMop instruction, Condition cond, Register rt, Register rt2, const MemOperand& operand) Delegate() argument 2114 Delegate(InstructionType type, InstructionCondDtSMop instruction, Condition cond, DataType dt, SRegister rd, const MemOperand& operand) Delegate() argument 2187 Delegate(InstructionType type, InstructionCondDtDMop instruction, Condition cond, DataType dt, DRegister rd, const MemOperand& operand) Delegate() argument 2260 Delegate(InstructionType type, InstructionCondMsrOp instruction, Condition cond, MaskedSpecialRegister spec_reg, const Operand& operand) Delegate() argument 2282 Delegate(InstructionType type, InstructionCondDtDL instruction, Condition cond, DataType dt, DRegister rd, Location* location) Delegate() argument 2305 Delegate(InstructionType type, InstructionCondDtSL instruction, Condition cond, DataType dt, SRegister rd, Location* location) Delegate() argument [all...] |
| /third_party/selinux/checkpolicy/test/ |
| H A D | dismod.c | 621 cond_list_t *cond = decl->cond_list; in display_avdecl() local
|
| /base/hiviewdfx/hisysevent/test/moduletest/common/ |
| H A D | hisysevent_native_test.cpp | 114 static bool WrapSysEventWriteAssertion(int32_t ret, bool cond)
in WrapSysEventWriteAssertion() argument
|
| /test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/jsvmtest/ |
| H A D | jsvm_utils.cpp | 51 void PrintErrorMessage(const std::string &cond, const std::string &file, unsigned int line, const char *fmt, ...) in PrintErrorMessage() argument
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | omx.c | 239 static void append_buffer(pthread_mutex_t *mutex, pthread_cond_t *cond, in append_buffer() argument 249 static OMX_BUFFERHEADERTYPE *get_buffer(pthread_mutex_t *mutex, pthread_cond_t *cond, in get_buffer() argument
|
| H A D | vp8.h | 128 pthread_cond_t cond; member
|
| /third_party/ffmpeg/libavformat/ |
| H A D | udp.c | 109 pthread_cond_t cond; member [all...] |
| /third_party/backends/backend/ |
| H A D | kvs40xx.h | 123 pthread_cond_t cond; member
|
| /third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
| H A D | CollationDataBuilder.java | 647 copyContractionsFromBaseCE32(StringBuilder context, int c, int ce32, ConditionalCE32 cond) copyContractionsFromBaseCE32() argument [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
| H A D | CollationDataBuilder.java | 636 copyContractionsFromBaseCE32(StringBuilder context, int c, int ce32, ConditionalCE32 cond) copyContractionsFromBaseCE32() argument [all...] |
| /third_party/icu/icu4c/source/i18n/ |
| H A D | collationdatabuilder.cpp | 276 ConditionalCE32 *cond = builder.getConditionalCE32ForCE32(ce32); in getCE32FromBuilderData() local 686 ConditionalCE32 *cond = getConditionalCE32ForCE32(oldCE32); addCE32() local 691 ConditionalCE32 *cond; addCE32() local 932 ConditionalCE32 *cond = getConditionalCE32(index); // the last ConditionalCE32 so far copyFromBaseCE32() local 981 copyContractionsFromBaseCE32(UnicodeString &context, UChar32 c, uint32_t ce32, ConditionalCE32 *cond, UErrorCode &errorCode) copyContractionsFromBaseCE32() argument 1103 ConditionalCE32 *cond = src.getConditionalCE32ForCE32(ce32); copyCE32() local 1464 ConditionalCE32 *cond = getConditionalCE32ForCE32(ce32); buildContexts() local [all...] |
| /third_party/mesa3d/src/amd/compiler/ |
| H A D | aco_instruction_selection.cpp | 70 Temp cond; member [all...] |
| /third_party/mbedtls/library/ |
| H A D | bignum.c | 47 static inline signed short mbedtls_ct_mpi_sign_if(mbedtls_ct_condition_t cond, in mbedtls_ct_mpi_sign_if() argument
|