HomeSort by relevance Sort by last modified time
    Searched defs:AtomicWord (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.
67 // Use AtomicWord for a machine-sized pointer. It will use the Atomic32 or
69 typedef intptr_t AtomicWord;
156 // AtomicWord compatible with our other Atomic* types.
  /external/protobuf/src/google/protobuf/stubs/
atomicops.h 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.
90 // Use AtomicWord for a machine-sized pointer. It will use the Atomic32 or
92 typedef intptr_t AtomicWord;
236 // On some platforms we need additional declarations to make AtomicWord
  /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.
63 // Use AtomicWord for a machine-sized pointer. It will use the Atomic32 or
65 typedef intptr_t AtomicWord;
150 // AtomicWord compatible with our other Atomic* types.
  /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.
78 // Use AtomicWord for a machine-sized pointer. It will use the Atomic32 or
80 typedef intptr_t AtomicWord;
196 // On some platforms we need additional declarations to make AtomicWord
  /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.
78 // Use AtomicWord for a machine-sized pointer. It will use the Atomic32 or
80 typedef intptr_t AtomicWord;
196 // On some platforms we need additional declarations to make AtomicWord
  /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.
78 // Use AtomicWord for a machine-sized pointer. It will use the Atomic32 or
80 typedef intptr_t AtomicWord;
196 // On some platforms we need additional declarations to make AtomicWord
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
atomicops.h 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.
90 // Use AtomicWord for a machine-sized pointer. It will use the Atomic32 or
92 typedef intptr_t AtomicWord;
236 // On some platforms we need additional declarations to make AtomicWord
  /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.
78 // Use AtomicWord for a machine-sized pointer. It will use the Atomic32 or
80 typedef intptr_t AtomicWord;
196 // On some platforms we need additional declarations to make AtomicWord

Completed in 348 milliseconds