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

  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
atomicops_unittest.cc 122 const AtomicType k_test_val = (GG_ULONGLONG(1) << local
124 value = k_test_val;
126 ASSERT_EQ(k_test_val, value);
127 ASSERT_EQ(k_test_val, prev);
129 value = k_test_val;
130 prev = base::subtle::NoBarrier_CompareAndSwap(&value, k_test_val, 5);
132 ASSERT_EQ(k_test_val, prev);
145 const AtomicType k_test_val = (GG_ULONGLONG(1) << local
147 value = k_test_val;
148 new_value = base::subtle::NoBarrier_AtomicExchange(&value, k_test_val);
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
atomicops_unittest.cc 122 const AtomicType k_test_val = (GG_ULONGLONG(1) << local
124 value = k_test_val;
126 ASSERT_EQ(k_test_val, value);
127 ASSERT_EQ(k_test_val, prev);
129 value = k_test_val;
130 prev = base::subtle::NoBarrier_CompareAndSwap(&value, k_test_val, 5);
132 ASSERT_EQ(k_test_val, prev);
145 const AtomicType k_test_val = (GG_ULONGLONG(1) << local
147 value = k_test_val;
148 new_value = base::subtle::NoBarrier_AtomicExchange(&value, k_test_val);
    [all...]
  /external/chromium/base/
atomicops_unittest.cc 94 const AtomicType k_test_val = (GG_ULONGLONG(1) << local
96 value = k_test_val;
98 EXPECT_EQ(k_test_val, value);
99 EXPECT_EQ(k_test_val, prev);
101 value = k_test_val;
102 prev = base::subtle::NoBarrier_CompareAndSwap(&value, k_test_val, 5);
104 EXPECT_EQ(k_test_val, prev);
117 const AtomicType k_test_val = (GG_ULONGLONG(1) << local
119 value = k_test_val;
120 new_value = base::subtle::NoBarrier_AtomicExchange(&value, k_test_val);
    [all...]
  /external/chromium_org/base/
atomicops_unittest.cc 94 const AtomicType k_test_val = (GG_ULONGLONG(1) << local
96 value = k_test_val;
98 EXPECT_EQ(k_test_val, value);
99 EXPECT_EQ(k_test_val, prev);
101 value = k_test_val;
102 prev = base::subtle::NoBarrier_CompareAndSwap(&value, k_test_val, 5);
104 EXPECT_EQ(k_test_val, prev);
117 const AtomicType k_test_val = (GG_ULONGLONG(1) << local
119 value = k_test_val;
120 new_value = base::subtle::NoBarrier_AtomicExchange(&value, k_test_val);
    [all...]
  /external/chromium/base/allocator/
allocator_unittests.cc 168 const AtomicType k_test_val = (GG_ULONGLONG(1) << local
170 value = k_test_val;
172 EXPECT_EQ(k_test_val, value);
173 EXPECT_EQ(k_test_val, prev);
175 value = k_test_val;
176 prev = base::subtle::NoBarrier_CompareAndSwap(&value, k_test_val, 5);
178 EXPECT_EQ(k_test_val, prev);
191 const AtomicType k_test_val = (GG_ULONGLONG(1) << local
193 value = k_test_val;
194 new_value = base::subtle::NoBarrier_AtomicExchange(&value, k_test_val);
    [all...]
  /external/chromium_org/base/allocator/
allocator_unittests.cc 167 const AtomicType k_test_val = (GG_ULONGLONG(1) << local
169 value = k_test_val;
171 EXPECT_EQ(k_test_val, value);
172 EXPECT_EQ(k_test_val, prev);
174 value = k_test_val;
175 prev = base::subtle::NoBarrier_CompareAndSwap(&value, k_test_val, 5);
177 EXPECT_EQ(k_test_val, prev);
190 const AtomicType k_test_val = (GG_ULONGLONG(1) << local
192 value = k_test_val;
193 new_value = base::subtle::NoBarrier_AtomicExchange(&value, k_test_val);
    [all...]

Completed in 271 milliseconds