Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dtest-utils.cc97 typedef BitSetComputer<unsigned char, 2, 8, unsigned char> TwoBits; in TEST() typedef
99 CHECK_EQ(words, TwoBits::word_count(3000)); in TEST()
104 const int index = TwoBits::index(offset, i); in TEST()
106 data = TwoBits::encode(data, i, i % 4); in TEST()
111 const int index = TwoBits::index(offset, i); in TEST()
113 CHECK_EQ(i % 4, TwoBits::decode(data, i)); in TEST()