Home
last modified time | relevance | path

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

/external/chromium/sdch/open-vcdiff/src/
Dcodetable.h75 static const int kCodeTableSize = 256; member
102 unsigned char inst1[kCodeTableSize]; // from enum VCDiffInstructionType
103 unsigned char inst2[kCodeTableSize]; // from enum VCDiffInstructionType
104 unsigned char size1[kCodeTableSize];
105 unsigned char size2[kCodeTableSize];
106 unsigned char mode1[kCodeTableSize]; // from enum VCDiffModes
107 unsigned char mode2[kCodeTableSize]; // from enum VCDiffModes
Dinstruction_map.cc38 const unsigned char size_array[VCDiffCodeTableData::kCodeTableSize]) { in FindMaxSize() argument
40 for (int i = 1; i < VCDiffCodeTableData::kCodeTableSize; ++i) { in FindMaxSize()
90 for (int opcode = 0; opcode < VCDiffCodeTableData::kCodeTableSize; ++opcode) { in ~SecondInstructionMap()
159 for (int opcode = 0; opcode < VCDiffCodeTableData::kCodeTableSize; ++opcode) { in VCDiffInstructionMap()
179 for (int opcode = 0; opcode < VCDiffCodeTableData::kCodeTableSize; ++opcode) { in VCDiffInstructionMap()
Ddecodetable_test.cc83 CHECK_EQ(VCDiffCodeTableData::kCodeTableSize, opcode); in SetUpTestCase()
167 VCDiffCodeTableData::kCodeTableSize *
392 for (int opcode = 0; opcode < VCDiffCodeTableData::kCodeTableSize; ++opcode) { in TEST_F()
448 CHECK_EQ(VCDiffCodeTableData::kCodeTableSize, opcode); in TEST_F()
Dinstruction_map.h191 OpcodeOrNone** second_opcodes_[VCDiffCodeTableData::kCodeTableSize];
Dcodetable_test.cc82 CHECK_EQ(VCDiffCodeTableData::kCodeTableSize, opcode); in SetUpTestCase()
Dcodetable.cc240 for (int i = 0; i < kCodeTableSize; ++i) { in Validate()
Dencodetable_test.cc94 CHECK_EQ(VCDiffCodeTableData::kCodeTableSize, opcode); in SetUpTestCase()
Dinstruction_map_test.cc109 CHECK_EQ(VCDiffCodeTableData::kCodeTableSize, opcode); in SetUpTestCase()
623 CHECK_EQ(VCDiffCodeTableData::kCodeTableSize, opcode); in TEST_F()
Dvcdecoder4_test.cc962 for (int i = 0; i < VCDiffCodeTableData::kCodeTableSize; ++i) { in TEST_F()