/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/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/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/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | os.h | 227 …efine InterlockedCompareExchange(Dest, Exchange, Comparand) __sync_val_compare_and_swap(Dest, Comp… argument
|
/external/curl/tests/data/ |
D | test320 | 26 <TR><TD>Key Exchange:</TD><TD>SRP</TD></TR> 75 <TR><TD>Key Exchange:</TD><TD>SRP</TD></TR>
|
/external/libxml2/test/catalogs/ |
D | whites.script | 3 public " -//OASIS//DTD XML Exchange Table Model 19990315//EN"
|
D | catal.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/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/libchrome/base/ |
D | atomicops_unittest.cc | 230 TEST(AtomicOpsTest, Exchange) { in TEST() argument
|
/external/scapy/scapy/contrib/ |
D | diameter.uts | 163 r1 = DiamReq ('Capabilities-Exchange', drHbHId=1234, drEtEId=5678) 205 ans1 = DiamAns ('Capabilities-Exchange', drHbHId=1234, drEtEId=5678)
|
/external/ipsec-tools/src/racoon/ |
D | TODO | 21 o Informational Exchange processing properly.
|
/external/python/cpython2/Doc/library/ |
D | errno.rst | 295 Exchange full
|
/external/python/cpython3/Doc/library/ |
D | errno.rst | 298 Exchange full
|
/external/spirv-llvm/lib/SPIRV/ |
D | OCLUtil.h | 498 _SPIRV_OP(xchg, Exchange) in init()
|
/external/python/cpython3/Modules/zlib/ |
D | make_vms.com | 16 $! 0.05 20100221 Exchange zlibdefs.h by zconf.h.in
|
/external/python/cpython2/Modules/zlib/ |
D | make_vms.com | 16 $! 0.05 20100221 Exchange zlibdefs.h by zconf.h.in
|
/external/zlib/src/ |
D | make_vms.com | 16 $! 0.05 20100221 Exchange zlibdefs.h by zconf.h.in
|
/external/clang/lib/CodeGen/ |
D | CGBuiltin.cpp | 1924 llvm::Value *Exchange = EmitScalarExpr(E->getArg(1)); in EmitBuiltinExpr() local 1925 RTy = Exchange->getType(); in EmitBuiltinExpr() 1926 Exchange = Builder.CreatePtrToInt(Exchange, IntType); in EmitBuiltinExpr() 1932 Builder.CreateAtomicCmpXchg(Destination, Comparand, Exchange, in EmitBuiltinExpr()
|
/external/dlmalloc/ |
D | malloc.c | 1510 LONG __cdecl _InterlockedCompareExchange(LONG volatile *Dest, LONG Exchange, LONG Comp);
|
/external/tcpdump/ |
D | CHANGES | 485 Add DCB Exchange protocol (DCBX) version 1.01.
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 3228 // Branch and Exchange Jazelle -- for disassembly only
|
/external/freetype/ |
D | ChangeLog.21 | 5698 * src/autohint/ahglyph.c (ah_setup_uv): Exchange `for' loop and 7336 (PSH3_DIR_UP, PSH3_DIR_DOWN): Exchange values.
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 3644 // Branch and Exchange Jazelle -- for disassembly only
|