Home
last modified time | relevance | path

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

12345678910>>...39

/external/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()
2661 bool Assembler::adr_info(Condition cond, in adr_info()
2695 void Assembler::and_(Condition cond, in and_()
2783 void Assembler::ands(Condition cond, in ands()
[all …]
Dmacro-assembler-aarch32.h555 void Adr(Condition cond, Register rd, RawLiteral* literal) { in Adr()
578 void Ldr(Condition cond, Register rt, RawLiteral* literal) { in Ldr()
599 void Ldrb(Condition cond, Register rt, RawLiteral* literal) { in Ldrb()
620 void Ldrd(Condition cond, Register rt, Register rt2, RawLiteral* literal) { in Ldrd()
644 void Ldrh(Condition cond, Register rt, RawLiteral* literal) { in Ldrh()
665 void Ldrsb(Condition cond, Register rt, RawLiteral* literal) { in Ldrsb()
686 void Ldrsh(Condition cond, Register rt, RawLiteral* literal) { in Ldrsh()
707 void Vldr(Condition cond, DataType dt, DRegister rd, RawLiteral* literal) { in Vldr()
729 void Vldr(Condition cond, DRegister rd, RawLiteral* literal) { in Vldr()
736 void Vldr(Condition cond, DataType dt, SRegister rd, RawLiteral* literal) { in Vldr()
[all …]
/external/llvm-project/clang/test/Analysis/
Dcfg-openmp.cpp13 int x, cond, fp, rd, lin, step, map; in xxx() local
176 int x, cond, fp, rd, lin, step, map; in dpf() local
198 int x, cond, fp, rd, lin, step, map; in dpfs() local
220 int x, cond, fp, rd, lin, step, map; in ds() local
237 int x, cond, fp, rd, lin, step, map; in for_fn() local
257 int x, cond, fp, rd, lin, step, map; in fs() local
277 int x, cond, fp, rd, lin, step, map; in ord() local
298 int x, cond, fp, rd, lin, step, map; in pf() local
323 int x, cond, fp, rd, lin, step, map; in pfs() local
348 int x, cond, fp, rd, lin, step, map; in simd() local
[all …]
/external/mesa3d/include/android_stub/log/
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 …]
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_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
/external/gemmlowp/profiling/
Dpthread_everywhere.h59 inline void pthread_cond_init(pthread_cond_t *cond, std::nullptr_t) { in pthread_cond_init()
62 inline void pthread_cond_signal(pthread_cond_t *cond) { (*cond)->notify_one(); } in pthread_cond_signal()
63 inline void pthread_cond_broadcast(pthread_cond_t *cond) { in pthread_cond_broadcast()
66 inline void pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex) { in pthread_cond_wait()
73 inline void pthread_cond_destroy(pthread_cond_t *cond) { delete *cond; } in pthread_cond_destroy()
/external/llvm-project/clang/test/Misc/
Dcaret-diags-multiline.cpp21 int f1(int cond) { in f1()
47 int f2(int cond) { in f2()
76 int f3(int cond) { in f3()
106 int f4(int cond) { in f4()
137 int f5(int cond) { in f5()
/external/llvm-project/openmp/runtime/src/
Dkmp_debug.h36 #define KMP_ASSERT(cond) \ argument
40 #define KMP_ASSERT2(cond, msg) \ argument
44 #define KMP_DEBUG_ASSERT(cond) KMP_ASSERT(cond) argument
45 #define KMP_DEBUG_ASSERT2(cond, msg) KMP_ASSERT2(cond, msg) argument
49 #define KMP_ASSERT(cond) \ argument
53 #define KMP_ASSERT2(cond, msg) KMP_ASSERT(cond) argument
54 #define KMP_DEBUG_ASSERT(cond) /* Nothing */ argument
55 #define KMP_DEBUG_ASSERT2(cond, msg) /* Nothing */ argument
59 #define KMP_ASSERT(cond) /* Nothing */ argument
60 #define KMP_ASSERT2(cond, msg) /* Nothing */ argument
[all …]
/external/libevent/
Devthread-internal.h159 #define EVTHREAD_FREE_COND(cond) \ argument
165 #define EVTHREAD_COND_SIGNAL(cond) \ argument
168 #define EVTHREAD_COND_BROADCAST(cond) \ argument
174 #define EVTHREAD_COND_WAIT(cond, lock) \ argument
178 #define EVTHREAD_COND_WAIT_TIMED(cond, lock, tv) \ argument
281 #define EVTHREAD_FREE_COND(cond) \ argument
287 #define EVTHREAD_COND_SIGNAL(cond) \ argument
290 #define EVTHREAD_COND_BROADCAST(cond) \ argument
296 #define EVTHREAD_COND_WAIT(cond, lock) \ argument
300 #define EVTHREAD_COND_WAIT_TIMED(cond, lock, tv) \ argument
[all …]
Devthread_win32.c130 CONDITION_VARIABLE *cond = mm_malloc(sizeof(CONDITION_VARIABLE)); in evthread_win32_condvar_alloc() local
140 CONDITION_VARIABLE *cond = cond_; in evthread_win32_condvar_free() local
146 evthread_win32_condvar_signal(void *cond, int broadcast) in evthread_win32_condvar_signal()
148 CONDITION_VARIABLE *cond = cond_; in evthread_win32_condvar_signal() local
159 CONDITION_VARIABLE *cond = cond_; in evthread_win32_condvar_wait() local
192 struct evthread_win32_cond *cond; in evthread_win32_cond_alloc() local
211 struct evthread_win32_cond *cond = cond_; in evthread_win32_cond_free() local
220 struct evthread_win32_cond *cond = cond_; in evthread_win32_cond_signal() local
235 struct evthread_win32_cond *cond = cond_; in evthread_win32_cond_wait() local
/external/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 …]
/external/abseil-cpp/absl/synchronization/internal/
Dmutex_nonprod.cc175 void MutexImpl::Await(const Condition& cond) { in Await()
183 bool MutexImpl::AwaitWithDeadline(const Condition& cond, absl::Time deadline) { in AwaitWithDeadline()
208 void Mutex::Await(const Condition& cond) { impl()->Await(cond); } in Await()
210 void Mutex::LockWhen(const Condition& cond) { in LockWhen()
215 bool Mutex::AwaitWithDeadline(const Condition& cond, absl::Time deadline) { in AwaitWithDeadline()
220 bool Mutex::AwaitWithTimeout(const Condition& cond, absl::Duration timeout) { in AwaitWithTimeout()
225 bool Mutex::LockWhenWithDeadline(const Condition& cond, absl::Time deadline) { in LockWhenWithDeadline()
230 bool Mutex::LockWhenWithTimeout(const Condition& cond, absl::Duration timeout) { in LockWhenWithTimeout()
235 void Mutex::ReaderLockWhen(const Condition& cond) { in ReaderLockWhen()
240 bool Mutex::ReaderLockWhenWithTimeout(const Condition& cond, in ReaderLockWhenWithTimeout()
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/internal/
Dmutex_nonprod.cc180 void MutexImpl::Await(const Condition& cond) { in Await()
188 bool MutexImpl::AwaitWithDeadline(const Condition& cond, absl::Time deadline) { in AwaitWithDeadline()
213 void Mutex::Await(const Condition& cond) { impl()->Await(cond); } in Await()
215 void Mutex::LockWhen(const Condition& cond) { in LockWhen()
220 bool Mutex::AwaitWithDeadline(const Condition& cond, absl::Time deadline) { in AwaitWithDeadline()
225 bool Mutex::AwaitWithTimeout(const Condition& cond, absl::Duration timeout) { in AwaitWithTimeout()
230 bool Mutex::LockWhenWithDeadline(const Condition& cond, absl::Time deadline) { in LockWhenWithDeadline()
235 bool Mutex::LockWhenWithTimeout(const Condition& cond, absl::Duration timeout) { in LockWhenWithTimeout()
240 void Mutex::ReaderLockWhen(const Condition& cond) { in ReaderLockWhen()
245 bool Mutex::ReaderLockWhenWithTimeout(const Condition& cond, in ReaderLockWhenWithTimeout()
[all …]
/external/webrtc/third_party/abseil-cpp/absl/synchronization/internal/
Dmutex_nonprod.cc175 void MutexImpl::Await(const Condition& cond) { in Await()
183 bool MutexImpl::AwaitWithDeadline(const Condition& cond, absl::Time deadline) { in AwaitWithDeadline()
208 void Mutex::Await(const Condition& cond) { impl()->Await(cond); } in Await()
210 void Mutex::LockWhen(const Condition& cond) { in LockWhen()
215 bool Mutex::AwaitWithDeadline(const Condition& cond, absl::Time deadline) { in AwaitWithDeadline()
220 bool Mutex::AwaitWithTimeout(const Condition& cond, absl::Duration timeout) { in AwaitWithTimeout()
225 bool Mutex::LockWhenWithDeadline(const Condition& cond, absl::Time deadline) { in LockWhenWithDeadline()
230 bool Mutex::LockWhenWithTimeout(const Condition& cond, absl::Duration timeout) { in LockWhenWithTimeout()
235 void Mutex::ReaderLockWhen(const Condition& cond) { in ReaderLockWhen()
240 bool Mutex::ReaderLockWhenWithTimeout(const Condition& cond, in ReaderLockWhenWithTimeout()
[all …]
/external/parameter-framework/upstream/utility/
DAlwaysAssert.hpp36 #define ALWAYS_ASSERT_FAILURE(cond) std::terminate() argument
39 #define ALWAYS_ASSERT_FAILURE(cond) assert(cond) argument
42 #define ALWAYS_ASSERT(cond, iostr) \ argument
/external/tensorflow/tensorflow/lite/core/
Dmacros.h28 #define TFLITE_EXPECT_FALSE(cond) __builtin_expect(cond, false) argument
29 #define TFLITE_EXPECT_TRUE(cond) __builtin_expect(!!(cond), true) argument
31 #define TFLITE_EXPECT_FALSE(cond) (cond) argument
32 #define TFLITE_EXPECT_TRUE(cond) (cond) argument
/external/libcups/cups/
Dthread.c24 _cupsCondBroadcast(_cups_cond_t *cond) /* I - Condition */ in _cupsCondBroadcast()
35 _cupsCondInit(_cups_cond_t *cond) /* I - Condition */ in _cupsCondInit()
46 _cupsCondWait(_cups_cond_t *cond, /* I - Condition */ in _cupsCondWait()
215 _cupsCondBroadcast(_cups_cond_t *cond) /* I - Condition */ in _cupsCondBroadcast()
226 _cupsCondInit(_cups_cond_t *cond) /* I - Condition */ in _cupsCondInit()
237 _cupsCondWait(_cups_cond_t *cond, /* I - Condition */ in _cupsCondWait()
392 _cupsCondBroadcast(_cups_cond_t *cond) /* I - Condition */ in _cupsCondBroadcast()
403 _cupsCondInit(_cups_cond_t *cond) /* I - Condition */ in _cupsCondInit()
414 _cupsCondWait(_cups_cond_t *cond, /* I - Condition */ in _cupsCondWait()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/
Doptimization.h198 #define ABSL_INTERNAL_ASSUME(cond) assert(cond) argument
200 #define ABSL_INTERNAL_ASSUME(cond) __builtin_assume(cond) argument
202 #define ABSL_INTERNAL_ASSUME(cond) \ argument
207 #define ABSL_INTERNAL_ASSUME(cond) __assume(cond) argument
209 #define ABSL_INTERNAL_ASSUME(cond) \ argument
/external/openscreen/third_party/abseil/src/absl/base/
Doptimization.h198 #define ABSL_INTERNAL_ASSUME(cond) assert(cond) argument
200 #define ABSL_INTERNAL_ASSUME(cond) __builtin_assume(cond) argument
202 #define ABSL_INTERNAL_ASSUME(cond) \ argument
207 #define ABSL_INTERNAL_ASSUME(cond) __assume(cond) argument
209 #define ABSL_INTERNAL_ASSUME(cond) \ argument
/external/libtextclassifier/abseil-cpp/absl/base/
Doptimization.h198 #define ABSL_INTERNAL_ASSUME(cond) assert(cond) argument
200 #define ABSL_INTERNAL_ASSUME(cond) __builtin_assume(cond) argument
202 #define ABSL_INTERNAL_ASSUME(cond) \ argument
207 #define ABSL_INTERNAL_ASSUME(cond) __assume(cond) argument
209 #define ABSL_INTERNAL_ASSUME(cond) \ argument
/external/openscreen/third_party/abseil/src/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()
534 explicit MutexLock(Mutex *mu, const Condition &cond) in MutexLock()
561 explicit ReaderMutexLock(Mutex *mu, const Condition &cond) in ReaderMutexLock()
589 explicit WriterMutexLock(Mutex *mu, const Condition &cond) in WriterMutexLock()
885 explicit MutexLockMaybe(Mutex *mu, const Condition &cond) in MutexLockMaybe()
916 explicit ReleasableMutexLock(Mutex *mu, const Condition &cond) in ReleasableMutexLock()
/external/tensorflow/tensorflow/python/autograph/operators/
Dconditional_expressions.py27 def if_exp(cond, if_true, if_false, expr_repr): argument
34 def _tf_if_exp(cond, if_true, if_false, expr_repr): argument
55 def _py_if_exp(cond, if_true, if_false): argument
Dlogical.py51 def _tf_lazy_and(cond, b): argument
57 def _py_lazy_and(cond, b): argument
70 def _tf_lazy_or(cond, b): argument
76 def _py_lazy_or(cond, b): argument
/external/llvm-project/compiler-rt/test/asan/TestCases/
Duse-after-scope-goto.cpp10 void f1(int cond) { in f1()
20 void f2(int cond) { in f2()
35 void f3(int cond) { in f3()

12345678910>>...39