/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_state.cc | 56 void Exchange::Complete(Status status) { in Complete() 67 std::ostream& operator<<(std::ostream& os, const Exchange::State& state) { in operator <<() 72 const char* ToString(Exchange::State state) { in ToString() 74 case Exchange::State::kExchangeCreated: in ToString() 76 case Exchange::State::kRequestWriteIssued: in ToString() 78 case Exchange::State::kRequestWriteCompleted: in ToString() 80 case Exchange::State::kResponseReadIssued: in ToString() 85 string Exchange::DebugString() const { in DebugString() 96 Exchange* ExchangeQueue::GetReadyForRequestWriting() { in GetReadyForRequestWriting() 103 for (Exchange& e : exchanges_) { in GetReadyForRequestWriting() [all …]
|
D | grpc_state.h | 276 class Exchange { 285 Exchange(const ::grpc::ByteBuffer& request_buf, protobuf::Message* response, in Exchange() function 327 const char* ToString(Exchange::State s); 329 std::ostream& operator<<(std::ostream& os, const Exchange::State& state); 359 Exchange* GetReadyForRequestWriting(); 363 Exchange* GetReadyForResponseReading(); 372 Exchange& GetFront(); 401 std::deque<Exchange> exchanges_; 515 Exchange* e; in ResponseReadCompleted() 577 Exchange* exchange = exchanges_.GetReadyForRequestWriting(); in MaybeIssueRequestWriteLocked() [all …]
|
/external/llvm-project/clang/test/CodeGen/ |
D | ms-intrinsics.c | 226 void *Exchange, void *Comparand) { in test_InterlockedCompareExchangePointer() argument 227 return _InterlockedCompareExchangePointer(Destination, Exchange, Comparand); in test_InterlockedCompareExchangePointer() 241 void *Exchange, void *Comparand) { in test_InterlockedCompareExchangePointer_nf() argument 242 return _InterlockedCompareExchangePointer_nf(Destination, Exchange, Comparand); in test_InterlockedCompareExchangePointer_nf() 399 char test_InterlockedCompareExchange8(char volatile *Destination, char Exchange, char Comperand) { in test_InterlockedCompareExchange8() argument 400 return _InterlockedCompareExchange8(Destination, Exchange, Comperand); in test_InterlockedCompareExchange8() 408 short test_InterlockedCompareExchange16(short volatile *Destination, short Exchange, short Comperan… in test_InterlockedCompareExchange16() argument 409 return _InterlockedCompareExchange16(Destination, Exchange, Comperand); in test_InterlockedCompareExchange16() 417 long test_InterlockedCompareExchange(long volatile *Destination, long Exchange, long Comperand) { in test_InterlockedCompareExchange() argument 418 return _InterlockedCompareExchange(Destination, Exchange, Comperand); in test_InterlockedCompareExchange() [all …]
|
D | ms-intrinsics-other.c | 134 LONG test_InterlockedCompareExchange(LONG volatile *Destination, LONG Exchange, LONG Comperand) { in test_InterlockedCompareExchange() argument 135 return _InterlockedCompareExchange(Destination, Exchange, Comperand); in test_InterlockedCompareExchange() 265 LONG test_InterlockedCompareExchange_acq(LONG volatile *Destination, LONG Exchange, LONG Comperand)… in test_InterlockedCompareExchange_acq() argument 266 return _InterlockedCompareExchange_acq(Destination, Exchange, Comperand); in test_InterlockedCompareExchange_acq() 274 LONG test_InterlockedCompareExchange_rel(LONG volatile *Destination, LONG Exchange, LONG Comperand)… in test_InterlockedCompareExchange_rel() argument 275 return _InterlockedCompareExchange_rel(Destination, Exchange, Comperand); in test_InterlockedCompareExchange_rel() 283 LONG test_InterlockedCompareExchange_nf(LONG volatile *Destination, LONG Exchange, LONG Comperand) { in test_InterlockedCompareExchange_nf() argument 284 return _InterlockedCompareExchange_nf(Destination, Exchange, Comperand); in test_InterlockedCompareExchange_nf()
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_atomic_msvc.h | 32 char Exchange, char Comparand); 35 short Exchange, short Comparand); 38 long long volatile *Destination, long long Exchange, long long Comparand); 42 void *Exchange, void *Comparand); 45 long Exchange,
|
/external/clang/test/CodeGen/ |
D | ms-intrinsics.c | 30 void *Exchange, void *Comparand) { in test_InterlockedCompareExchangePointer() argument 31 return _InterlockedCompareExchangePointer(Destination, Exchange, Comparand); in test_InterlockedCompareExchangePointer()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_atomic_msvc.h | 38 char Exchange, char Comparand); // NOLINT 42 short Exchange, short Comparand); // NOLINT 47 long long Exchange, long long Comparand); // NOLINT 51 void *Exchange, void *Comparand); 56 long Exchange, long Comparand); // NOLINT
|
/external/deqp/external/openglcts/docs/specs/ |
D | CTS_ARB_shader_atomic_counter_ops.txt | 40 - Exchange operation, compare and exchange operation 65 Exchange operations test
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMParallelDSP.cpp | 66 bool Exchange = false; member 144 bool Exchange = false) { in AddMulPair() argument 150 if (Exchange) in AddMulPair() 151 Mul1->Exchange = true; in AddMulPair() 634 Value *Acc, bool Exchange, in InsertParallelMACs() 640 if (Exchange) in InsertParallelMACs() 732 Acc = CreateSMLAD(WideLHS, WideRHS, Acc, RHSMul->Exchange, InsertAfter); in InsertParallelMACs()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMParallelDSP.cpp | 65 bool Exchange = false; member 143 bool Exchange = false) { in AddMulPair() argument 149 if (Exchange) in AddMulPair() 150 Mul1->Exchange = true; in AddMulPair() 629 Value *Acc, bool Exchange, in InsertParallelMACs() 635 if (Exchange) in InsertParallelMACs() 728 Acc = CreateSMLAD(WideLHS, WideRHS, Acc, RHSMul->Exchange, InsertAfter); in InsertParallelMACs()
|
/external/llvm-project/mlir/integration_test/data/ |
D | test.mtx | 3 % This is a test sparse matrix in Matrix Market Exchange Format.
|
/external/python/google-api-python-client/samples/adexchangeseller/ |
D | README | 1 A collection of command-line samples for the Ad Exchange Seller REST API.
|
/external/libxml2/test/catalogs/ |
D | catal.script | 3 public "-//OASIS//DTD XML Exchange Table Model 19990315//EN"
|
D | whites.script | 3 public " -//OASIS//DTD XML Exchange Table Model 19990315//EN"
|
D | whites.sgml | 2 PUBLIC "-//OASIS//DTD XML Exchange Table Model 19990315//EN " "soextblx.dtd"
|
D | catal3.sgml | 2 PUBLIC "-//OASIS//DTD XML Exchange Table Model 19990315//EN" "soextblx.dtd"
|
/external/python/google-api-python-client/samples/adexchangebuyer/ |
D | README.md | 3 The DoubleClick Ad Exchange Buyer REST API samples are now hosted separately
|
/external/ukey2/src/main/proto/ |
D | device_to_device_messages.proto | 36 // in an unauthenticated Diffie-Hellman Key Exchange 46 // initiator in an unauthenticated Diffie-Hellman Key Exchange
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | os.h | 272 #define InterlockedCompareExchange(Dest, Exchange, Comparand) \ argument 273 __sync_val_compare_and_swap(Dest, Comparand, Exchange)
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interface_atomic.cc | 554 SCOPED_ATOMIC(Exchange, a, v, mo); in __tsan_atomic8_exchange() 559 SCOPED_ATOMIC(Exchange, a, v, mo); in __tsan_atomic16_exchange() 564 SCOPED_ATOMIC(Exchange, a, v, mo); in __tsan_atomic32_exchange() 569 SCOPED_ATOMIC(Exchange, a, v, mo); in __tsan_atomic64_exchange() 575 SCOPED_ATOMIC(Exchange, a, v, mo); in __tsan_atomic128_exchange() 905 ATOMIC_RET(Exchange, *(a32*)(a+16), *(a32**)a, *(a32*)(a+8), mo_acq_rel); in __tsan_go_atomic32_exchange() 910 ATOMIC_RET(Exchange, *(a64*)(a+16), *(a64**)a, *(a64*)(a+8), mo_acq_rel); in __tsan_go_atomic64_exchange()
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_interface_atomic.cpp | 578 SCOPED_ATOMIC(Exchange, a, v, mo); in __tsan_atomic8_exchange() 583 SCOPED_ATOMIC(Exchange, a, v, mo); in __tsan_atomic16_exchange() 588 SCOPED_ATOMIC(Exchange, a, v, mo); in __tsan_atomic32_exchange() 593 SCOPED_ATOMIC(Exchange, a, v, mo); in __tsan_atomic64_exchange() 599 SCOPED_ATOMIC(Exchange, a, v, mo); in __tsan_atomic128_exchange() 929 ATOMIC_RET(Exchange, *(a32*)(a+16), *(a32**)a, *(a32*)(a+8), mo_acq_rel); in __tsan_go_atomic32_exchange() 934 ATOMIC_RET(Exchange, *(a64*)(a+16), *(a64**)a, *(a64*)(a+8), mo_acq_rel); in __tsan_go_atomic64_exchange()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/gprpp/ |
D | mpscq.cc | 31 Node* prev = head_.Exchange(node, MemoryOrder::ACQ_REL); in Push()
|
D | atomic.h | 52 T Exchange(T desired, MemoryOrder order) { in Exchange() function
|
/external/python/google-api-python-client/samples/ |
D | README.md | 3 ## ![](http://www.google.com/images/icons/product/doubleclick-32.gif) Ad Exchange Buyer API 5 Lets you manage your Ad Exchange Buyer account. 7 Documentation for the Ad Exchange Buyer API in 13 <td>Samples for working with the Ad Exchange Buyer API</td> 317 <td>Samples for working with the Ad Exchange Buyer API</td>
|
/external/curl/tests/data/ |
D | test320 | 26 <TR><TD>Key Exchange:</TD><TD>SRP</TD></TR>
|