/external/valgrind/none/tests/mips64/ |
D | cvm_atomic_thread.stdout.exp-LE | 5 Store Atomic Add: 32 bit 2156643710, 64 bit 12633614303292 6 Load Atomic Add: 32 bit 2156643710, 64 bit 12633614303292 7 Load Atomic Swap: 32 bit 3456986, 64 bit 3555751 8 Load Atomic Increment: 32 bit 6913974, 64 bit 6913974 9 Load Atomic Decrement: 32 bit 4288053322, 64 bit -6913974 10 Load Atomic Clear: 32 bit 0, 64 bit 0 11 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 | 38 typedef std::atomic<Tp> Atomic; in test() typedef 39 static_assert(std::is_literal_type<Atomic>::value, ""); in test() 42 constexpr Atomic a(t); in test() 46 constexpr Atomic a{t}; in test() 50 constexpr Atomic a = ATOMIC_VAR_INIT(t); in test()
|
/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)
|
D | functional.compute.shared_var.txt | 57 Atomic operation test cases issue multiple work groups of size 3x2x1. In each
|
/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/guava/ |
D | README.android | 7 …Replace usages of Unsafe.compareAndSwap(Int|Long) in Striped64.java with Atomic(Integer|Long)Field…
|
/external/skia/tests/ |
D | AtomicTest.cpp | 33 DEF_TEST(Atomic, reporter) { in DEF_TEST() argument
|
/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/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 | 107 TYPE(Atomic, Type) 110 LAST_TYPE(Atomic)
|
/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
|
/external/zlib/src/contrib/ada/ |
D | mtest.adb | 26 pragma Atomic (Stop);
|
/external/llvm/lib/Support/ |
D | Android.mk | 12 Atomic.cpp \
|
D | CMakeLists.txt | 109 Atomic.cpp
|
/external/llvm/cmake/modules/ |
D | CheckAtomic.cmake | 42 ## llvm's Atomic.h, which should be replaced. Other code simply
|
/external/libcxx/ |
D | TODO.TXT | 22 Atomic Related Tasks
|
/external/llvm/docs/ |
D | Atomics.rst | 2 LLVM Atomic Instructions and Concurrency Guide 35 Atomic and volatile in the IR are orthogonal; "volatile" is the C/C++ volatile, 100 Atomic instructions 105 ordering; see `Atomic orderings`_. 130 Atomic orderings 411 Atomic operations are represented in the SelectionDAG with ``ATOMIC_*`` opcodes.
|
/external/mesa3d/src/gallium/docs/source/ |
D | tgsi.rst | 1568 Atomic opcodes 1579 .. opcode:: ATOMUADD - Atomic integer addition 1594 .. opcode:: ATOMXCHG - Atomic exchange 1609 .. opcode:: ATOMCAS - Atomic compare-and-exchange 1624 .. opcode:: ATOMAND - Atomic bitwise And 1639 .. opcode:: ATOMOR - Atomic bitwise Or 1654 .. opcode:: ATOMXOR - Atomic bitwise Xor 1669 .. opcode:: ATOMUMIN - Atomic unsigned minimum 1684 .. opcode:: ATOMUMAX - Atomic unsigned maximum 1699 .. opcode:: ATOMIMIN - Atomic signed minimum [all …]
|
/external/autotest/frontend/afe/doctests/ |
D | 001_rpc_test.txt | 832 ValidationError: {'one_time_hosts': 'One time hosts cannot be used with an Atomic Group.'} 842 …requested a synch_count (25) greater than the maximum machines in the requested Atomic Group (8).'} 864 ValidationError: {'hosts': u'Hosts "host1, host2" are not in Atomic Group "mini rack"'} 875 ValidationError: {'atomic_group_name': u'Insufficient hosts in Atomic Group "mini rack" with the su… 885 ValidationError: {'atomic_group_name': u'Insufficient hosts in Atomic Group "mini rack" with the su…
|
/external/llvm/test/CodeGen/PowerPC/ |
D | atomics.ll | 76 ; Atomic CmpXchg
|