HomeSort by relevance Sort by last modified time
    Searched defs:Atomic64 (Results 1 - 8 of 8) sorted by null

  /external/libchrome/base/
atomicops.h 56 // We need to be able to go between Atomic64 and AtomicWord implicitly. This
57 // means Atomic64 and AtomicWord should be the same type on 64-bit.
61 typedef int64_t Atomic64;
63 typedef intptr_t Atomic64;
68 // Atomic64 routines below, depending on your architecture.
123 Atomic64 NoBarrier_CompareAndSwap(volatile Atomic64* ptr,
124 Atomic64 old_value,
125 Atomic64 new_value);
126 Atomic64 NoBarrier_AtomicExchange(volatile Atomic64* ptr, Atomic64 new_value)
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
atomicops.h 69 typedef intptr_t Atomic64;
72 typedef int64 Atomic64;
77 // We need to be able to go between Atomic64 and AtomicWord implicitly. This
78 // means Atomic64 and AtomicWord should be the same type on 64-bit.
83 typedef int64 Atomic64;
85 typedef intptr_t Atomic64;
91 // Atomic64 routines below, depending on your architecture.
149 Atomic64 NoBarrier_CompareAndSwap(volatile Atomic64* ptr,
150 Atomic64 old_value
    [all...]
  /external/v8/src/base/
atomicops.h 54 // We need to be able to go between Atomic64 and AtomicWord implicitly. This
55 // means Atomic64 and AtomicWord should be the same type on 64-bit.
57 typedef int64_t Atomic64;
59 typedef intptr_t Atomic64;
64 // Atomic64 routines below, depending on your architecture.
119 Atomic64 NoBarrier_CompareAndSwap(volatile Atomic64* ptr,
120 Atomic64 old_value,
121 Atomic64 new_value);
122 Atomic64 NoBarrier_AtomicExchange(volatile Atomic64* ptr, Atomic64 new_value)
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/stubs/
atomicops.h 67 // We need to be able to go between Atomic64 and AtomicWord implicitly. This
68 // means Atomic64 and AtomicWord should be the same type on 64-bit.
72 typedef int64 Atomic64;
74 typedef intptr_t Atomic64;
79 // Atomic64 routines below, depending on your architecture.
134 Atomic64 NoBarrier_CompareAndSwap(volatile Atomic64* ptr,
135 Atomic64 old_value,
136 Atomic64 new_value);
137 Atomic64 NoBarrier_AtomicExchange(volatile Atomic64* ptr, Atomic64 new_value)
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/stubs/
atomicops.h 67 // We need to be able to go between Atomic64 and AtomicWord implicitly. This
68 // means Atomic64 and AtomicWord should be the same type on 64-bit.
72 typedef int64 Atomic64;
74 typedef intptr_t Atomic64;
79 // Atomic64 routines below, depending on your architecture.
134 Atomic64 NoBarrier_CompareAndSwap(volatile Atomic64* ptr,
135 Atomic64 old_value,
136 Atomic64 new_value);
137 Atomic64 NoBarrier_AtomicExchange(volatile Atomic64* ptr, Atomic64 new_value)
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/stubs/
atomicops.h 67 // We need to be able to go between Atomic64 and AtomicWord implicitly. This
68 // means Atomic64 and AtomicWord should be the same type on 64-bit.
72 typedef int64 Atomic64;
74 typedef intptr_t Atomic64;
79 // Atomic64 routines below, depending on your architecture.
134 Atomic64 NoBarrier_CompareAndSwap(volatile Atomic64* ptr,
135 Atomic64 old_value,
136 Atomic64 new_value);
137 Atomic64 NoBarrier_AtomicExchange(volatile Atomic64* ptr, Atomic64 new_value)
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
atomicops.h 69 typedef intptr_t Atomic64;
72 typedef int64 Atomic64;
77 // We need to be able to go between Atomic64 and AtomicWord implicitly. This
78 // means Atomic64 and AtomicWord should be the same type on 64-bit.
83 typedef int64 Atomic64;
85 typedef intptr_t Atomic64;
91 // Atomic64 routines below, depending on your architecture.
149 Atomic64 NoBarrier_CompareAndSwap(volatile Atomic64* ptr,
150 Atomic64 old_value
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/stubs/
atomicops.h 67 // We need to be able to go between Atomic64 and AtomicWord implicitly. This
68 // means Atomic64 and AtomicWord should be the same type on 64-bit.
72 typedef int64 Atomic64;
74 typedef intptr_t Atomic64;
79 // Atomic64 routines below, depending on your architecture.
134 Atomic64 NoBarrier_CompareAndSwap(volatile Atomic64* ptr,
135 Atomic64 old_value,
136 Atomic64 new_value);
137 Atomic64 NoBarrier_AtomicExchange(volatile Atomic64* ptr, Atomic64 new_value)
    [all...]

Completed in 1016 milliseconds