Home
last modified time | relevance | path

Searched refs:next_word_value (Results 1 – 2 of 2) sorted by relevance

/external/chromium/base/
Datomicops_unittest.cc23 AtomicType prev_word_value, next_word_value; in TestAtomicIncrement() local
25 memset(&next_word_value, 0xEE, sizeof(AtomicType)); in TestAtomicIncrement()
29 s.next_word = next_word_value; in TestAtomicIncrement()
34 EXPECT_EQ(s.next_word, next_word_value); in TestAtomicIncrement()
39 EXPECT_EQ(s.next_word, next_word_value); in TestAtomicIncrement()
44 EXPECT_EQ(s.next_word, next_word_value); in TestAtomicIncrement()
49 EXPECT_EQ(s.next_word, next_word_value); in TestAtomicIncrement()
54 EXPECT_EQ(s.next_word, next_word_value); in TestAtomicIncrement()
59 EXPECT_EQ(s.next_word, next_word_value); in TestAtomicIncrement()
64 EXPECT_EQ(s.next_word, next_word_value); in TestAtomicIncrement()
[all …]
/external/chromium/base/allocator/
Dallocator_unittests.cc101 AtomicType prev_word_value, next_word_value; in TestAtomicIncrement() local
103 memset(&next_word_value, 0xEE, sizeof(AtomicType)); in TestAtomicIncrement()
107 s.next_word = next_word_value; in TestAtomicIncrement()
112 EXPECT_EQ(s.next_word, next_word_value); in TestAtomicIncrement()
117 EXPECT_EQ(s.next_word, next_word_value); in TestAtomicIncrement()
122 EXPECT_EQ(s.next_word, next_word_value); in TestAtomicIncrement()
127 EXPECT_EQ(s.next_word, next_word_value); in TestAtomicIncrement()
132 EXPECT_EQ(s.next_word, next_word_value); in TestAtomicIncrement()
137 EXPECT_EQ(s.next_word, next_word_value); in TestAtomicIncrement()
142 EXPECT_EQ(s.next_word, next_word_value); in TestAtomicIncrement()
[all …]