Home
last modified time | relevance | path

Searched refs:Exchange (Results 1 – 25 of 47) sorted by relevance

12

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_atomic_msvc.h38 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/clang/test/CodeGen/
Dms-intrinsics.c30 void *Exchange, void *Comparand) { in test_InterlockedCompareExchangePointer() argument
31 return _InterlockedCompareExchangePointer(Destination, Exchange, Comparand); in test_InterlockedCompareExchangePointer()
/external/openssh/
Dmoduli.08 sshd(8) in the Diffie-Hellman Group Exchange key exchange method.
61 When performing Diffie-Hellman Group Exchange, sshd(8) first estimates
70 M. Friedl, N. Provos, and W. Simpson, Diffie-Hellman Group Exchange for
/external/deqp/external/openglcts/docs/specs/
DCTS_ARB_shader_atomic_counter_ops.txt40 - Exchange operation, compare and exchange operation
65 Exchange operations test
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dos.h235 …efine InterlockedCompareExchange(Dest, Exchange, Comparand) __sync_val_compare_and_swap(Dest, Comp… argument
/external/ukey2/src/main/proto/
Ddevice_to_device_messages.proto35 // in an unauthenticated Diffie-Hellman Key Exchange
45 // initiator in an unauthenticated Diffie-Hellman Key Exchange
/external/python/google-api-python-client/samples/adexchangeseller/
DREADME1 A collection of command-line samples for the Ad Exchange Seller REST API.
/external/libxml2/test/catalogs/
Dcatal.script3 public "-//OASIS//DTD XML Exchange Table Model 19990315//EN"
Dwhites.script3 public " -//OASIS//DTD XML Exchange Table Model 19990315//EN"
Dwhites.sgml2 PUBLIC "-//OASIS//DTD XML Exchange Table Model 19990315//EN " "soextblx.dtd"
Dcatal3.sgml2 PUBLIC "-//OASIS//DTD XML Exchange Table Model 19990315//EN" "soextblx.dtd"
/external/python/google-api-python-client/samples/adexchangebuyer/
DREADME.md3 The DoubleClick Ad Exchange Buyer REST API samples are now hosted separately
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interface_atomic.cc554 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/python/google-api-python-client/samples/
DREADME.md3 ## ![](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>
334 <td>Samples for working with the Ad Exchange Buyer API</td>
/external/curl/tests/data/
Dtest32026 <TR><TD>Key Exchange:</TD><TD>SRP</TD></TR>
/external/syzkaller/vendor/golang.org/x/oauth2/
Doauth2.go178 func (c *Config) Exchange(ctx context.Context, code string) (*Token, error) { func
/external/libchrome/base/
Datomicops_unittest.cc230 TEST(AtomicOpsTest, Exchange) { in TEST() argument
/external/scapy/scapy/contrib/
Ddiameter.uts163 r1 = DiamReq ('Capabilities-Exchange', drHbHId=1234, drEtEId=5678)
205 ans1 = DiamAns ('Capabilities-Exchange', drHbHId=1234, drEtEId=5678)
/external/ipsec-tools/src/racoon/
DTODO21 o Informational Exchange processing properly.
/external/python/cpython2/Doc/library/
Derrno.rst295 Exchange full
/external/python/cpython3/Doc/library/
Derrno.rst298 Exchange full
/external/spirv-llvm/lib/SPIRV/
DOCLUtil.h498 _SPIRV_OP(xchg, Exchange) in init()
/external/v8/src/compiler/
Dinstruction-selector.cc1731 ATOMIC_CASE(Exchange, Word32) in VisitNode()
1732 ATOMIC_CASE(Exchange, Word64) in VisitNode()
1747 ATOMIC_CASE(Exchange) in VisitNode()
1762 ATOMIC_CASE(Exchange) in VisitNode()
Dwasm-compiler.cc3863 V(I32AtomicExchange, Exchange, Uint32, Word32) \
3864 V(I64AtomicExchange, Exchange, Uint64, Word64) \
3865 V(I32AtomicExchange8U, Exchange, Uint8, Word32) \
3866 V(I32AtomicExchange16U, Exchange, Uint16, Word32) \
3867 V(I64AtomicExchange8U, Exchange, Uint8, Word64) \
3868 V(I64AtomicExchange16U, Exchange, Uint16, Word64) \
3869 V(I64AtomicExchange32U, Exchange, Uint32, Word64)
/external/python/cpython2/Modules/zlib/
Dmake_vms.com16 $! 0.05 20100221 Exchange zlibdefs.h by zconf.h.in

12