Home
last modified time | relevance | path

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

/external/chromium/sdch/open-vcdiff/src/
Ddecodetable_test.cc59 for (unsigned char inst_mode1 = 0; in SetUpTestCase() local
60 inst_mode1 <= VCD_LAST_INSTRUCTION_TYPE + kLastExerciseMode; in SetUpTestCase()
61 ++inst_mode1) { in SetUpTestCase()
62 unsigned char inst1 = inst_mode1; in SetUpTestCase()
64 if (inst_mode1 > VCD_COPY) { in SetUpTestCase()
66 mode1 = inst_mode1 - VCD_COPY; in SetUpTestCase()
416 for (unsigned char inst_mode1 = 0; in TEST_F() local
417 inst_mode1 <= VCD_LAST_INSTRUCTION_TYPE + kLastExerciseMode; in TEST_F()
418 ++inst_mode1) { in TEST_F()
419 unsigned char inst1 = inst_mode1; in TEST_F()
[all …]
Dcodetable_test.cc56 for (unsigned char inst_mode1 = 0; in SetUpTestCase() local
57 inst_mode1 <= VCD_LAST_INSTRUCTION_TYPE + kLastExerciseMode; in SetUpTestCase()
58 ++inst_mode1) { in SetUpTestCase()
59 unsigned char inst1 = inst_mode1; in SetUpTestCase()
61 if (inst_mode1 > VCD_COPY) { in SetUpTestCase()
63 mode1 = inst_mode1 - VCD_COPY; in SetUpTestCase()
Dencodetable_test.cc68 for (unsigned char inst_mode1 = 0; in SetUpTestCase() local
69 inst_mode1 <= VCD_LAST_INSTRUCTION_TYPE + kLastExerciseMode; in SetUpTestCase()
70 ++inst_mode1) { in SetUpTestCase()
71 unsigned char inst1 = inst_mode1; in SetUpTestCase()
73 if (inst_mode1 > VCD_COPY) { in SetUpTestCase()
75 mode1 = inst_mode1 - VCD_COPY; in SetUpTestCase()
Dinstruction_map_test.cc83 for (unsigned char inst_mode1 = 0; in SetUpTestCase() local
84 inst_mode1 <= VCD_LAST_INSTRUCTION_TYPE + kLastExerciseMode; in SetUpTestCase()
85 ++inst_mode1) { in SetUpTestCase()
86 unsigned char inst1 = inst_mode1; in SetUpTestCase()
88 if (inst_mode1 > VCD_COPY) { in SetUpTestCase()
90 mode1 = inst_mode1 - VCD_COPY; in SetUpTestCase()
564 for (unsigned char inst_mode1 = 0; in TEST_F() local
565 inst_mode1 <= VCD_LAST_INSTRUCTION_TYPE + kLastExerciseMode; in TEST_F()
566 ++inst_mode1) { in TEST_F()
567 unsigned char inst1 = inst_mode1; in TEST_F()
[all …]