Searched refs:kWordWidth (Results 1 - 1 of 1) sorted by relevance

/external/skia/tests/
H A DRandomTest.cpp103 const int kWordWidth = 16; local
106 const int kN = (1 << kWordWidth);
114 for (int i = 0; i < kWordWidth-1; ++i) {
128 int entry_shift = (value >> (kWordWidth-5)) & 0x1f;

Completed in 44 milliseconds