Home
last modified time | relevance | path

Searched defs:cond (Results 1 – 25 of 824) sorted by relevance

12345678910>>...33

/third_party/ffmpeg/libavutil/
Davassert.h37 #define av_assert0(cond) do { \ argument
51 #define av_assert1(cond) av_assert0(cond) argument
53 #define av_assert1(cond) ((void)0) argument
61 #define av_assert2(cond) av_assert0(cond) argument
64 #define av_assert2(cond) ((void)0) argument
/third_party/vixl/src/aarch32/
Dassembler-aarch32.cc1923 void Assembler::adc(Condition cond, in adc()
2011 void Assembler::adcs(Condition cond, in adcs()
2099 void Assembler::add(Condition cond, in add()
2316 void Assembler::add(Condition cond, Register rd, const Operand& operand) { in add()
2348 void Assembler::adds(Condition cond, in adds()
2502 void Assembler::addw(Condition cond, in addw()
2538 void Assembler::adr(Condition cond, in adr()
2663 bool Assembler::adr_info(Condition cond, in adr_info()
2697 void Assembler::and_(Condition cond, in and_()
2785 void Assembler::ands(Condition cond, in ands()
[all …]
Dmacro-assembler-aarch32.h632 void Adr(Condition cond, Register rd, RawLiteral* literal) { in Assembler()
659 void Ldr(Condition cond, Register rt, RawLiteral* literal) { in Assembler()
684 void Ldrb(Condition cond, Register rt, RawLiteral* literal) { in Assembler()
709 void Ldrd(Condition cond, Register rt, Register rt2, RawLiteral* literal) { in Assembler()
737 void Ldrh(Condition cond, Register rt, RawLiteral* literal) { in Assembler()
762 void Ldrsb(Condition cond, Register rt, RawLiteral* literal) { in Assembler()
787 void Ldrsh(Condition cond, Register rt, RawLiteral* literal) { in Assembler()
812 void Vldr(Condition cond, DataType dt, DRegister rd, RawLiteral* literal) { in Assembler()
838 void Vldr(Condition cond, DRegister rd, RawLiteral* literal) { in Assembler()
845 void Vldr(Condition cond, DataType dt, SRegister rd, RawLiteral* literal) { in Assembler()
[all …]
/third_party/mesa3d/src/util/
Dcnd_monotonic.h48 u_cnd_monotonic_init(struct u_cnd_monotonic *cond) in u_cnd_monotonic_init()
72 u_cnd_monotonic_destroy(struct u_cnd_monotonic *cond) in u_cnd_monotonic_destroy()
84 u_cnd_monotonic_broadcast(struct u_cnd_monotonic *cond) in u_cnd_monotonic_broadcast()
97 u_cnd_monotonic_signal(struct u_cnd_monotonic *cond) in u_cnd_monotonic_signal()
110 u_cnd_monotonic_timedwait(struct u_cnd_monotonic *cond, mtx_t *mtx, const struct timespec *abs_time) in u_cnd_monotonic_timedwait()
132 u_cnd_monotonic_wait(struct u_cnd_monotonic *cond, mtx_t *mtx) in u_cnd_monotonic_wait()
/third_party/mesa3d/include/android_stub/log/
Dlog_system.h62 #define SLOGV_IF(cond, ...) ((void)0) argument
64 #define SLOGV_IF(cond, ...) \ argument
82 #define SLOGD_IF(cond, ...) \ argument
99 #define SLOGI_IF(cond, ...) \ argument
116 #define SLOGW_IF(cond, ...) \ argument
133 #define SLOGE_IF(cond, ...) \ argument
Dlog_radio.h64 #define RLOGV_IF(cond, ...) ((void)0) argument
66 #define RLOGV_IF(cond, ...) \ argument
84 #define RLOGD_IF(cond, ...) \ argument
101 #define RLOGI_IF(cond, ...) \ argument
118 #define RLOGW_IF(cond, ...) \ argument
135 #define RLOGE_IF(cond, ...) \ argument
Dlog_main.h87 #define android_vprintLog(prio, cond, tag, ...) \ argument
122 #define android_printAssert(cond, tag, ...) \ argument
134 #define LOG_ALWAYS_FATAL_IF(cond, ...) \ argument
153 #define LOG_FATAL_IF(cond, ...) __FAKE_USE_VA_ARGS(__VA_ARGS__) argument
162 #define LOG_FATAL_IF(cond, ...) LOG_ALWAYS_FATAL_IF(cond, ##__VA_ARGS__) argument
175 #define ALOG_ASSERT(cond, ...) LOG_FATAL_IF(!(cond), ##__VA_ARGS__) argument
214 #define ALOGV_IF(cond, ...) __FAKE_USE_VA_ARGS(__VA_ARGS__) argument
216 #define ALOGV_IF(cond, ...) \ argument
231 #define ALOGD_IF(cond, ...) \ argument
245 #define ALOGI_IF(cond, ...) \ argument
[all …]
/third_party/mbedtls/library/
Dmps_common.h102 #define MBEDTLS_MPS_STATE_VALIDATE_RAW(cond, string) \ argument
114 #define MBEDTLS_MPS_STATE_VALIDATE_RAW(cond, string) \ argument
124 #define MBEDTLS_MPS_ASSERT_RAW(cond, string) \ argument
136 #define MBEDTLS_MPS_ASSERT_RAW(cond, string) do {} while (0) argument
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/
Dassembler_arm.cc153 void Assembler::EmitShiftImmediate(Condition cond, Shift opcode, Register rd, in EmitShiftImmediate()
165 void Assembler::EmitShiftRegister(Condition cond, Shift opcode, Register rd, in EmitShiftRegister()
230 void Assembler::sbc(Register rd, Register rn, Operand o, Condition cond) { in sbc()
234 void Assembler::sbcs(Register rd, Register rn, Operand o, Condition cond) { in sbcs()
250 void Assembler::teq(Register rn, Operand o, Condition cond) { in teq()
282 void Assembler::movs(Register rd, Operand o, Condition cond) { in movs()
367 void Assembler::muls(Register rd, Register rn, Register rm, Condition cond) { in muls()
395 Condition cond) { in smull()
410 Condition cond) { in umlal()
482 void Assembler::ldrh(Register rd, Address ad, Condition cond) { in ldrh()
[all …]
/third_party/node/deps/v8/src/codegen/arm/
Dassembler-arm.cc922 Condition cond = Instruction::ConditionField(instr); in print() local
1192 Condition cond) { in Move32BitImmediate()
1244 Condition cond = Instruction::ConditionField(instr); in AddrMode1() local
1462 void Assembler::b(int branch_offset, Condition cond, RelocInfo::Mode rmode) { in b()
1481 void Assembler::bl(int branch_offset, Condition cond, RelocInfo::Mode rmode) { in bl()
1509 void Assembler::blx(Register target, Condition cond) { in blx()
1514 void Assembler::bx(Register target, Condition cond) { in bx()
1519 void Assembler::b(Label* L, Condition cond) { in b()
1524 void Assembler::bl(Label* L, Condition cond) { in bl()
1537 Condition cond) { in and_()
[all …]
/third_party/ffmpeg/libavfilter/dnn/
Dsafe_queue.c36 static inline int dnn_cond_init(DNNCond *cond, const void *attr) { return 0; } in dnn_cond_init()
37 static inline int dnn_cond_destroy(DNNCond *cond) { return 0; } in dnn_cond_destroy()
38 static inline int dnn_cond_signal(DNNCond *cond) { return 0; } in dnn_cond_signal()
39 static inline int dnn_cond_wait(DNNCond *cond, AVMutex *mutex) in dnn_cond_wait()
49 DNNCond cond; member
/third_party/skia/third_party/externals/abseil-cpp/absl/base/
Doptimization.h201 #define ABSL_INTERNAL_ASSUME(cond) assert(cond) argument
203 #define ABSL_INTERNAL_ASSUME(cond) __builtin_assume(cond) argument
205 #define ABSL_INTERNAL_ASSUME(cond) \ argument
210 #define ABSL_INTERNAL_ASSUME(cond) __assume(cond) argument
212 #define ABSL_INTERNAL_ASSUME(cond) \ argument
/third_party/FreeBSD/sys/kern/
Dkern_condvar.c50 cv_signal(pthread_cond_t *cond) in cv_signal()
67 cv_wait(pthread_cond_t *cond, pthread_mutex_t *mutex) in cv_wait()
100 cv_broadcast(pthread_cond_t *cond) in cv_broadcast()
/third_party/skia/third_party/externals/tint/src/writer/msl/
Dgenerator_impl_if_test.cc25 auto* cond = Var("cond", ty.bool_()); in TEST_F() local
41 auto* cond = Var("cond", ty.bool_()); in TEST_F() local
62 auto* cond = Var("cond", ty.bool_()); in TEST_F() local
80 auto* cond = Var("cond", ty.bool_()); in TEST_F() local
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dmutex.h315 void WriterLockWhen(const Condition &cond) ABSL_EXCLUSIVE_LOCK_FUNCTION() { in WriterLockWhen()
359 bool WriterLockWhenWithTimeout(const Condition &cond, absl::Duration timeout) in WriterLockWhenWithTimeout()
379 bool WriterLockWhenWithDeadline(const Condition &cond, absl::Time deadline) in WriterLockWhenWithDeadline()
532 explicit MutexLock(Mutex *mu, const Condition &cond) in MutexLock()
559 explicit ReaderMutexLock(Mutex *mu, const Condition &cond) in ReaderMutexLock()
587 explicit WriterMutexLock(Mutex *mu, const Condition &cond) in WriterMutexLock()
883 explicit MutexLockMaybe(Mutex *mu, const Condition &cond) in MutexLockMaybe()
914 explicit ReleasableMutexLock(Mutex *mu, const Condition &cond) in ReleasableMutexLock()
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/
Dpthread_cond_test.cpp63 …clockid_t clock, int (*testWaitFunc)(pthread_cond_t* cond, pthread_mutex_t* mutex, const timespec*… in MakeTimeout()
156 …MakeTimeout(CLOCK_MONOTONIC, [](pthread_cond_t* cond, pthread_mutex_t* mutex, const timespec* time… in __anonaf1334be0102()
160 …MakeTimeout(CLOCK_MONOTONIC, [](pthread_cond_t* cond, pthread_mutex_t* mutex, const timespec* time… in __anonaf1334be0202()
177 …MakeTimeout(CLOCK_REALTIME, [](pthread_cond_t* cond, pthread_mutex_t* mutex, const timespec* timeo… in __anonaf1334be0302()
181 …MakeTimeout(CLOCK_REALTIME, [](pthread_cond_t* cond, pthread_mutex_t* mutex, const timespec* timeo… in __anonaf1334be0402()
/third_party/typescript/tests/baselines/reference/
DcontrolFlowIteration.js2 let cond: boolean; variable
23 var cond; variable
DcontrolFlowConditionalExpression.js3 let cond: boolean; variable
11 var cond; variable
DcontrolFlowBinaryAndExpression.js3 let cond: boolean; variable
15 var cond; variable
/third_party/ffmpeg/compat/
Dw32pthreads.h140 static inline int pthread_cond_init(pthread_cond_t *cond, const void *unused_attr) in pthread_cond_init()
147 static inline int pthread_cond_destroy(pthread_cond_t *cond) in pthread_cond_destroy()
152 static inline int pthread_cond_broadcast(pthread_cond_t *cond) in pthread_cond_broadcast()
158 static inline int pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex) in pthread_cond_wait()
164 static inline int pthread_cond_timedwait(pthread_cond_t *cond, pthread_mutex_t *mutex, in pthread_cond_timedwait()
180 static inline int pthread_cond_signal(pthread_cond_t *cond) in pthread_cond_signal()
Dos2threads.h133 static av_always_inline int pthread_cond_init(pthread_cond_t *cond, in pthread_cond_init()
144 static av_always_inline int pthread_cond_destroy(pthread_cond_t *cond) in pthread_cond_destroy()
152 static av_always_inline int pthread_cond_signal(pthread_cond_t *cond) in pthread_cond_signal()
162 static av_always_inline int pthread_cond_broadcast(pthread_cond_t *cond) in pthread_cond_broadcast()
170 static av_always_inline int pthread_cond_timedwait(pthread_cond_t *cond, in pthread_cond_timedwait()
192 static av_always_inline int pthread_cond_wait(pthread_cond_t *cond, in pthread_cond_wait()
/third_party/skia/third_party/externals/tint/src/writer/glsl/
Dgenerator_impl_if_test.cc27 auto* cond = Expr("cond"); in TEST_F() local
49 auto* cond = Expr("cond"); in TEST_F() local
76 auto* cond = Expr("cond"); in TEST_F() local
106 auto* cond = Expr("cond"); in TEST_F() local
/third_party/skia/third_party/externals/tint/src/writer/wgsl/
Dgenerator_impl_if_test.cc27 auto* cond = Expr("cond"); in TEST_F() local
50 auto* cond = Expr("cond"); in TEST_F() local
75 auto* cond = Expr("cond"); in TEST_F() local
105 auto* cond = Expr("cond"); in TEST_F() local
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
Dgenerator_impl_if_test.cc27 auto* cond = Expr("cond"); in TEST_F() local
49 auto* cond = Expr("cond"); in TEST_F() local
76 auto* cond = Expr("cond"); in TEST_F() local
106 auto* cond = Expr("cond"); in TEST_F() local
/third_party/mesa3d/src/c11/impl/
Dthreads_posix.c83 cnd_broadcast(cnd_t *cond) in cnd_broadcast()
91 cnd_destroy(cnd_t *cond) in cnd_destroy()
99 cnd_init(cnd_t *cond) in cnd_init()
107 cnd_signal(cnd_t *cond) in cnd_signal()
115 cnd_timedwait(cnd_t *cond, mtx_t *mtx, const struct timespec *abs_time) in cnd_timedwait()
131 cnd_wait(cnd_t *cond, mtx_t *mtx) in cnd_wait()

12345678910>>...33