/external/v8/src/arm/ |
D | assembler-arm.cc | 916 Condition cond = Instruction::ConditionField(instr); in print() local 1128 Condition cond) { in move_32_bit_immediate() 1199 Condition cond = Instruction::ConditionField(instr); in addrmod1() local 1353 void Assembler::b(int branch_offset, Condition cond) { in b() 1366 void Assembler::bl(int branch_offset, Condition cond) { in bl() 1385 void Assembler::blx(Register target, Condition cond) { // v5 and above in blx() 1392 void Assembler::bx(Register target, Condition cond) { // v5 and above, plus v4t in bx() 1399 void Assembler::b(Label* L, Condition cond) { in b() 1405 void Assembler::bl(Label* L, Condition cond) { in bl() 1420 SBit s, Condition cond) { in and_() [all …]
|
D | macro-assembler-arm.cc | 34 void MacroAssembler::Jump(Register target, Condition cond) { in Jump() 40 Condition cond) { in Jump() 47 Condition cond) { in Jump() 54 Condition cond) { in Jump() 62 int MacroAssembler::CallSize(Register target, Condition cond) { in CallSize() 67 void MacroAssembler::Call(Register target, Condition cond) { in Call() 78 Address target, RelocInfo::Mode rmode, Condition cond) { in CallSize() 87 CodeStub* stub, TypeFeedbackId ast_id, Condition cond) { in CallStubSize() 95 Condition cond) { in CallSizeNotPredictableCodeSize() 105 Condition cond, in Call() [all …]
|
/external/opencv3/3rdparty/include/ffmpeg_/libavutil/ |
D | avassert.h | 37 #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 63 #define av_assert2(cond) ((void)0) argument
|
/external/libevent/ |
D | evthread-internal.h | 154 #define EVTHREAD_FREE_COND(cond) \ argument 160 #define EVTHREAD_COND_SIGNAL(cond) \ argument 163 #define EVTHREAD_COND_BROADCAST(cond) \ argument 169 #define EVTHREAD_COND_WAIT(cond, lock) \ argument 173 #define EVTHREAD_COND_WAIT_TIMED(cond, lock, tv) \ argument 267 #define EVTHREAD_FREE_COND(cond) \ argument 273 #define EVTHREAD_COND_SIGNAL(cond) \ argument 276 #define EVTHREAD_COND_BROADCAST(cond) \ argument 282 #define EVTHREAD_COND_WAIT(cond, lock) \ argument 286 #define EVTHREAD_COND_WAIT_TIMED(cond, lock, tv) \ argument [all …]
|
D | evthread_win32.c | 128 CONDITION_VARIABLE *cond = mm_malloc(sizeof(CONDITION_VARIABLE)); in evthread_win32_condvar_alloc() local 138 CONDITION_VARIABLE *cond = _cond; in evthread_win32_condvar_free() local 146 CONDITION_VARIABLE *cond = _cond; in evthread_win32_condvar_signal() local 157 CONDITION_VARIABLE *cond = _cond; in evthread_win32_condvar_wait() local 190 struct evthread_win32_cond *cond; in evthread_win32_cond_alloc() local 209 struct evthread_win32_cond *cond = _cond; in evthread_win32_cond_free() local 218 struct evthread_win32_cond *cond = _cond; in evthread_win32_cond_signal() local 233 struct evthread_win32_cond *cond = _cond; in evthread_win32_cond_wait() local
|
D | evthread_pthread.c | 104 pthread_cond_t *cond = mm_malloc(sizeof(pthread_cond_t)); in evthread_posix_cond_alloc() local 117 pthread_cond_t *cond = _cond; in evthread_posix_cond_free() local 125 pthread_cond_t *cond = _cond; in evthread_posix_cond_signal() local 138 pthread_cond_t *cond = _cond; in evthread_posix_cond_wait() local
|
D | util-internal.h | 195 #define EVUTIL_ASSERT(cond) _EVUTIL_NIL_CONDITION(cond) argument 196 #define EVUTIL_FAILURE_CHECK(cond) 0 argument 198 #define EVUTIL_ASSERT(cond) \ argument 212 #define EVUTIL_FAILURE_CHECK(cond) EVUTIL_UNLIKELY(cond) argument
|
/external/parameter-framework/upstream/utility/ |
D | AlwaysAssert.hpp | 36 #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/dbus/dbus/ |
D | dbus-sysdeps-thread-win.c | 148 DBusCondVar *cond; in _dbus_platform_condvar_new() local 161 _dbus_platform_condvar_free (DBusCondVar *cond) in _dbus_platform_condvar_free() 169 _dbus_condvar_wait_win32 (DBusCondVar *cond, in _dbus_condvar_wait_win32() 228 _dbus_platform_condvar_wait (DBusCondVar *cond, in _dbus_platform_condvar_wait() 235 _dbus_platform_condvar_wait_timeout (DBusCondVar *cond, in _dbus_platform_condvar_wait_timeout() 243 _dbus_platform_condvar_wake_one (DBusCondVar *cond) in _dbus_platform_condvar_wake_one()
|
D | dbus-sysdeps-pthread.c | 55 pthread_cond_t cond; /**< the condition */ member 205 _dbus_platform_condvar_free (DBusCondVar *cond) in _dbus_platform_condvar_free() 212 _dbus_platform_condvar_wait (DBusCondVar *cond, in _dbus_platform_condvar_wait() 219 _dbus_platform_condvar_wait_timeout (DBusCondVar *cond, in _dbus_platform_condvar_wait_timeout() 260 _dbus_platform_condvar_wake_one (DBusCondVar *cond) in _dbus_platform_condvar_wake_one()
|
D | dbus-threads.c | 267 _dbus_condvar_free (DBusCondVar *cond) in _dbus_condvar_free() 304 _dbus_condvar_wait (DBusCondVar *cond, in _dbus_condvar_wait() 323 _dbus_condvar_wait_timeout (DBusCondVar *cond, in _dbus_condvar_wait_timeout() 340 _dbus_condvar_wake_one (DBusCondVar *cond) in _dbus_condvar_wake_one()
|
/external/mesa3d/src/gallium/auxiliary/os/ |
D | os_thread.h | 110 #define pipe_condvar_init(cond) \ argument 113 #define pipe_condvar_destroy(cond) \ argument 116 #define pipe_condvar_wait(cond, mutex) \ argument 119 #define pipe_condvar_signal(cond) \ argument 122 #define pipe_condvar_broadcast(cond) \ argument 215 #define pipe_static_condvar(cond) \ argument 218 #define pipe_condvar_init(cond) \ argument 221 #define pipe_condvar_destroy(cond) \ argument 227 #define pipe_condvar_wait(cond, mutex) \ argument 233 #define pipe_condvar_signal(cond) \ argument [all …]
|
/external/valgrind/none/tests/arm64/ |
D | integer.c | 9758 #define TEST_CCMP_X_imm(initial_nzcv, cond, argL_value, argR_value, iffalse_nzcv) \ in test_arith() argument 9762 #define TEST_CCMN_X_imm(initial_nzcv, cond, argL_value, argR_value, iffalse_nzcv) \ in test_arith() argument 9908 #define TEST_CCMP_W_imm(initial_nzcv, cond, argL_value, argR_value, iffalse_nzcv) \ in test_arith() argument 9912 #define TEST_CCMN_W_imm(initial_nzcv, cond, argL_value, argR_value, iffalse_nzcv) \ in test_arith() argument 10078 #define TEST_CCMP_X_reg(initial_nzcv, cond, argL_value, argR_value, iffalse_nzcv) \ in test_arith() argument 10082 #define TEST_CCMN_X_reg(initial_nzcv, cond, argL_value, argR_value, iffalse_nzcv) \ in test_arith() argument 10228 #define TEST_CCMP_W_reg(initial_nzcv, cond, argL_value, argR_value, iffalse_nzcv) \ in test_arith() argument 10232 #define TEST_CCMN_W_reg(initial_nzcv, cond, argL_value, argR_value, iffalse_nzcv) \ in test_arith() argument
|
/external/clang/test/Analysis/inlining/ |
D | false-positive-suppression.c | 231 void ternaryArg(char cond) { in ternaryArg() 242 void ternaryArgCast(char cond) { in ternaryArgCast() 254 void ternaryAssignment(char cond) { in ternaryAssignment() 260 int *retNull(char cond) { in retNull() 264 int ternaryRetNull(char cond) { in ternaryRetNull()
|
/external/compiler-rt/lib/tsan/dd/ |
D | dd_interceptors.cc | 167 uptr cond = atomic_load(p, memory_order_acquire); in init_cond() local 182 pthread_cond_t *cond = init_cond(c, true); in INTERCEPTOR() local 188 pthread_cond_t *cond = init_cond(c); in INTERCEPTOR() local 199 pthread_cond_t *cond = init_cond(c); in INTERCEPTOR() local 209 pthread_cond_t *cond = init_cond(c); in INTERCEPTOR() local 215 pthread_cond_t *cond = init_cond(c); in INTERCEPTOR() local 221 pthread_cond_t *cond = init_cond(c); in INTERCEPTOR() local
|
/external/apache-http/src/org/apache/http/impl/conn/tsccm/ |
D | WaitingThread.java | 58 private final Condition cond; field in WaitingThread 78 public WaitingThread(Condition cond, RouteSpecificPool pool) { in WaitingThread()
|
/external/valgrind/drd/tests/ |
D | tsan_thread_wrappers_pthread.h | 214 void LockWhen(Condition cond) { Lock(); WaitLoop(cond); } in LockWhen() 215 void ReaderLockWhen(Condition cond) { Lock(); WaitLoop(cond); } in ReaderLockWhen() 216 void Await(Condition cond) { WaitLoop(cond); } in Await() 218 bool ReaderLockWhenWithTimeout(Condition cond, int millis) in ReaderLockWhenWithTimeout() 220 bool LockWhenWithTimeout(Condition cond, int millis) in LockWhenWithTimeout() 222 bool AwaitWithTimeout(Condition cond, int millis) in AwaitWithTimeout() 227 void WaitLoop(Condition cond) { in WaitLoop() 235 bool WaitLoopWithTimeout(Condition cond, int millis) { in WaitLoopWithTimeout()
|
/external/clang/test/CodeGenCXX/ |
D | throw-expressions.cpp | 85 void test7(bool cond) { in test7() 101 int &test8(bool cond) { in test8()
|
D | microsoft-abi-eh-cleanups.cpp | 70 int HasConditionalCleanup(bool cond) { in HasConditionalCleanup() 93 int HasConditionalDeactivatedCleanups(bool cond) { in HasConditionalDeactivatedCleanups()
|
/external/regex-re2/re2/ |
D | onepass.cc | 182 static bool Satisfy(uint32 cond, const StringPiece& context, const char* p) { in Satisfy() 191 static void ApplyCaptures(uint32 cond, const char* p, in ApplyCaptures() 258 uint32 cond = state->action[c]; in SearchOnePass() local 360 uint32 cond; member 431 uint32 cond = stack[nstack].cond; in IsOnePass() local
|
/external/v8/src/compiler/ |
D | common-operator-reducer.cc | 24 Decision DecideCondition(Node* const cond) { in DecideCondition() 81 Node* const cond = node->InputAt(0); in ReduceBranch() local 209 Node* const cond = branch->InputAt(0); in ReducePhi() local 309 Node* const cond = node->InputAt(0); in ReduceSelect() local
|
/external/vboot_reference/firmware/lib/include/ |
D | vboot_common.h | 20 #define _BA1_(cond, line) \ argument 24 #define BUILD_ASSERT(cond) _BA0_(cond, __LINE__) argument
|
/external/compiler-rt/lib/builtins/ |
D | assembly.h | 86 #define IT(cond) it cond argument 87 #define ITT(cond) itt cond argument 89 #define IT(cond) argument 90 #define ITT(cond) argument
|
/external/valgrind/helgrind/ |
D | hg_intercepts.c | 1164 static int pthread_cond_wait_WRK(pthread_cond_t* cond, in pthread_cond_wait_WRK() 1221 pthread_cond_t* cond, pthread_mutex_t* mutex) { in PTH_FUNC() 1226 pthread_cond_t* cond, pthread_mutex_t* mutex) { in PTH_FUNC() 1231 pthread_cond_t *cond, pthread_mutex_t *mutex) { in PTH_FUNC() 1251 static int pthread_cond_timedwait_WRK(pthread_cond_t* cond, in pthread_cond_timedwait_WRK() 1320 pthread_cond_t* cond, pthread_mutex_t* mutex, in PTH_FUNC() 1326 pthread_cond_t* cond, pthread_mutex_t* mutex, in PTH_FUNC() 1331 pthread_cond_t* cond, pthread_mutex_t* mutex, in PTH_FUNC() 1336 pthread_cond_t* cond, pthread_mutex_t* mutex, in PTH_FUNC() 1342 pthread_cond_t *cond, pthread_mutex_t *mutex, in PTH_FUNC() [all …]
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_flow.c | 100 LLVMValueRef cond) in lp_build_flow_skip_cond_break() 130 LLVMValueRef cond; in lp_build_mask_check() local 247 LLVMValueRef cond; in lp_build_loop_end_cond() local 324 LLVMValueRef next, cond; in lp_build_for_loop_end() local
|