HomeSort by relevance Sort by last modified time
    Searched refs:GG_ULONGLONG (Results 1 - 3 of 3) sorted by null

  /external/chromium/base/
port.h 14 #define GG_ULONGLONG(x) x##UI64
17 #define GG_ULONGLONG(x) x##ULL
34 #define GG_UINT64_C(x) GG_ULONGLONG(x)
atomicops_unittest.cc 94 const AtomicType k_test_val = (GG_ULONGLONG(1) <<
117 const AtomicType k_test_val = (GG_ULONGLONG(1) <<
134 AtomicType test_val = (GG_ULONGLONG(1) <<
145 test_val = GG_ULONGLONG(1) << (NUM_BITS(AtomicType) / 2);
  /external/chromium/base/allocator/
allocator_unittests.cc 85 #define GG_ULONGLONG(x) static_cast<uint64>(x)
168 const AtomicType k_test_val = (GG_ULONGLONG(1) <<
191 const AtomicType k_test_val = (GG_ULONGLONG(1) <<
209 AtomicType test_val = GG_ULONGLONG(1) << (NUM_BITS(AtomicType) / 2);

Completed in 153 milliseconds