/external/valgrind/none/tests/mips64/ |
D | cvm_atomic_thread.stdout.exp | 1 Store Atomic Add: 32 bit 2156643710, 64 bit 12633614303292 2 Load Atomic Add: 32 bit 2156643710, 64 bit 12633614303292 3 Load Atomic Swap: 32 bit 3456986, 64 bit 3555751 4 Load Atomic Increment: 32 bit 6913974, 64 bit 6913974 5 Load Atomic Decrement: 32 bit 4288053322, 64 bit -6913974 6 Load Atomic Clear: 32 bit 0, 64 bit 0 7 Load Atomic Set: 32 bit 4294967295, 64 bit -1
|
/external/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/ |
D | ctor.pass.cpp | 41 typedef std::atomic<Tp> Atomic; in operator ()() typedef 42 static_assert(std::is_literal_type<Atomic>::value, ""); in operator ()() 45 constexpr Atomic a(t); in operator ()() 49 constexpr Atomic a{t}; in operator ()() 53 constexpr Atomic a = ATOMIC_VAR_INIT(t); in operator ()()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrAtomics.td | 1 // WebAssemblyInstrAtomics.td-WebAssembly Atomic codegen support-*- tablegen -*- 11 /// \brief WebAssembly Atomic operand code-gen constructs. 18 // Atomic fences 24 // Atomic loads 30 // Atomic stores
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.shaders.atomic_counter.txt | 31 + Atomic counters with different offsets 32 + Atomic counters with default layout qualifier and implicit offset and binding 48 the shader. Atomic counter values are verified by comparing against the 54 peforming operation. Atomic counter values returned by different atomic
|
D | functional.ssbo.txt | 45 * Atomic operations 63 Atomic operation test cases use a single SSBO for both input data, output data
|
D | functional.compute.basic.txt | 32 + Atomic counter (atomicCounterIncrement)
|
D | functional.fbo.no_attachments.txt | 34 - Atomic counter use (none guaranteed in fragment shader)
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-atomic.ll | 357 %"class.X::Atomic" = type { %struct.x_atomic_t } 360 @counter = external hidden global %"class.X::Atomic", align 4 364 …%0 = atomicrmw add i32* getelementptr inbounds (%"class.X::Atomic", %"class.X::Atomic"* @counter, … 370 …%1 = atomicrmw add i32* getelementptr inbounds (%"class.X::Atomic", %"class.X::Atomic"* @counter, …
|
/external/llvm/test/DebugInfo/Inputs/ |
D | dwarfdump-objc.m | 13 @property (atomic) int Atomic; property
|
/external/guava/ |
D | README.android | 7 …Replace usages of Unsafe.compareAndSwap(Int|Long) in Striped64.java with Atomic(Integer|Long)Field…
|
/external/swiftshader/third_party/LLVM/test/Transforms/FunctionAttrs/ |
D | atomic.ll | 3 ; Atomic load/store to local doesn't affect whether a function is
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrAtomics.td | 1 //=- AArch64InstrAtomics.td - AArch64 Atomic codegen support -*- tablegen -*-=// 10 // AArch64 Atomic operand code-gen constructs. 15 // Atomic fences 21 // Atomic loads 104 // Atomic stores 367 // Atomic cmpxchg for -O0
|
/external/llvm/test/Transforms/FunctionAttrs/ |
D | atomic.ll | 3 ; Atomic load/store to local doesn't affect whether a function is
|
/external/clang/test/SemaObjC/ |
D | atomoic-property-synnthesis-rules.m | 11 warning: Atomic property 'x' has a synthesized setter and a 13 warning: Atomic property 'x' has a synthesized getter and a 349 // :warning: Atomic property 'x' cannot pair a synthesized setter/getter with a manually implemente… 362 // :warning: Atomic property 'x' cannot pair a synthesized setter/getter with a manually implemente…
|
/external/llvm/lib/Target/PowerPC/ |
D | p9-instrs.txt | 126 // 4.5.1 Load Atomic 128 // Load Word Atomic X-form p864 131 // Load Doubleword Atomic X-form p864 134 // 4.5.2 Store Atomic 136 // Store Word Atomic X-form p866 139 // Store Doubleword Atomic X-form p866
|
/external/llvm/test/CodeGen/X86/ |
D | 2010-10-08-cmpxchg8b.ll | 9 ; Neither Atomic-xx.ll nor atomic_op.ll cover this. Those tests were
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | 2010-10-08-cmpxchg8b.ll | 9 ; Neither Atomic-xx.ll nor atomic_op.ll cover this. Those tests were
|
/external/clang/include/clang/AST/ |
D | TypeNodes.def | 108 TYPE(Atomic, Type) 111 LAST_TYPE(Atomic)
|
/external/linux-kselftest/tools/testing/selftests/powerpc/math/ |
D | vsx_asm.S | 42 # Atomic DEC
|
/external/zlib/src/contrib/ada/ |
D | mtest.adb | 26 pragma Atomic (Stop);
|
/external/llvm/test/DebugInfo/ |
D | dwarfdump-objc.test | 43 CHECK: DW_AT_APPLE_property_name {{.*}} "Atomic"
|
/external/python/cpython2/Doc/library/ |
D | mutex.rst | 53 "Atomic" test-and-set, grab the lock if it is not set, and return ``True``,
|
/external/llvm/lib/Support/ |
D | CMakeLists.txt | 111 Atomic.cpp
|
/external/clang/test/CodeGenCXX/ |
D | mangle-ms.cpp | 454 namespace Atomic { namespace
|
/external/llvm/cmake/modules/ |
D | CheckAtomic.cmake | 79 ## llvm's Atomic.h, which should be replaced. Other code simply
|