D | linearize_test.cc | 75 const uint32_t blocks[] = {0, 1, 2, 7, 3, 4, 8, 5, 6}; in TEST_F() local 76 TestCode(data, blocks); in TEST_F() 100 const uint32_t blocks[] = {0, 1, 2, 7, 4, 5, 8, 3, 6}; in TEST_F() local 101 TestCode(data, blocks); in TEST_F() 127 const uint32_t blocks[] = {0, 1, 2, 8, 5, 6, 4, 9, 3, 7}; in TEST_F() local 128 TestCode(data, blocks); in TEST_F() 157 const uint32_t blocks[] = {0, 1, 2, 8, 3, 10, 4, 5, 11, 9, 6, 7}; in TEST_F() local 158 TestCode(data, blocks); in TEST_F() 187 const uint32_t blocks[] = {0, 1, 2, 8, 4, 10, 5, 6, 11, 9, 3, 7}; in TEST_F() local 188 TestCode(data, blocks); in TEST_F() [all …]
|