/external/open-vcdiff/src/ |
D | instruction_map.cc | 152 const VCDiffCodeTableData& code_table_data, in VCDiffInstructionMap() argument 155 FindMaxSize(code_table_data.size1)), in VCDiffInstructionMap() 157 FindMaxSize(code_table_data.size2)) { in VCDiffInstructionMap() 160 if (code_table_data.inst2[opcode] == VCD_NOOP) { in VCDiffInstructionMap() 164 first_instruction_map_.Add(code_table_data.inst1[opcode], in VCDiffInstructionMap() 165 code_table_data.size1[opcode], in VCDiffInstructionMap() 166 code_table_data.mode1[opcode], in VCDiffInstructionMap() 168 } else if (code_table_data.inst1[opcode] == VCD_NOOP) { in VCDiffInstructionMap() 172 first_instruction_map_.Add(code_table_data.inst2[opcode], in VCDiffInstructionMap() 173 code_table_data.size2[opcode], in VCDiffInstructionMap() [all …]
|
D | decodetable.cc | 39 const VCDiffCodeTableData& code_table_data, unsigned char max_mode) { in UseCodeTable() argument 40 if (!code_table_data.Validate(max_mode)) return false; in UseCodeTable() 44 *non_default_code_table_data_ = code_table_data; in UseCodeTable()
|
D | decodetable.h | 52 bool UseCodeTable(const VCDiffCodeTableData& code_table_data,
|
D | encodetable.cc | 73 const VCDiffCodeTableData& code_table_data, in VCDiffCodeTableWriter() argument 79 code_table_data_(&code_table_data), in VCDiffCodeTableWriter()
|
D | instruction_map.h | 49 VCDiffInstructionMap(const VCDiffCodeTableData& code_table_data,
|
D | encodetable.h | 71 const VCDiffCodeTableData& code_table_data,
|
D | vcdecoder.cc | 104 bool UseCodeTable(const VCDiffCodeTableData& code_table_data, in UseCodeTable() argument 106 return reader_.UseCodeTable(code_table_data, max_mode); in UseCodeTable()
|
/external/chromium_org/sdch/open-vcdiff/src/ |
D | instruction_map.cc | 152 const VCDiffCodeTableData& code_table_data, in VCDiffInstructionMap() argument 155 FindMaxSize(code_table_data.size1)), in VCDiffInstructionMap() 157 FindMaxSize(code_table_data.size2)) { in VCDiffInstructionMap() 160 if (code_table_data.inst2[opcode] == VCD_NOOP) { in VCDiffInstructionMap() 164 first_instruction_map_.Add(code_table_data.inst1[opcode], in VCDiffInstructionMap() 165 code_table_data.size1[opcode], in VCDiffInstructionMap() 166 code_table_data.mode1[opcode], in VCDiffInstructionMap() 168 } else if (code_table_data.inst1[opcode] == VCD_NOOP) { in VCDiffInstructionMap() 172 first_instruction_map_.Add(code_table_data.inst2[opcode], in VCDiffInstructionMap() 173 code_table_data.size2[opcode], in VCDiffInstructionMap() [all …]
|
D | decodetable.cc | 39 const VCDiffCodeTableData& code_table_data, unsigned char max_mode) { in UseCodeTable() argument 40 if (!code_table_data.Validate(max_mode)) return false; in UseCodeTable() 44 *non_default_code_table_data_ = code_table_data; in UseCodeTable()
|
D | decodetable.h | 52 bool UseCodeTable(const VCDiffCodeTableData& code_table_data,
|
D | encodetable.cc | 73 const VCDiffCodeTableData& code_table_data, in VCDiffCodeTableWriter() argument 79 code_table_data_(&code_table_data), in VCDiffCodeTableWriter()
|
D | instruction_map.h | 49 VCDiffInstructionMap(const VCDiffCodeTableData& code_table_data,
|
D | encodetable.h | 71 const VCDiffCodeTableData& code_table_data,
|
D | vcdecoder.cc | 104 bool UseCodeTable(const VCDiffCodeTableData& code_table_data, in UseCodeTable() argument 106 return reader_.UseCodeTable(code_table_data, max_mode); in UseCodeTable()
|
/external/chromium/sdch/open-vcdiff/src/ |
D | instruction_map.cc | 152 const VCDiffCodeTableData& code_table_data, in VCDiffInstructionMap() argument 155 FindMaxSize(code_table_data.size1)), in VCDiffInstructionMap() 157 FindMaxSize(code_table_data.size2)) { in VCDiffInstructionMap() 160 if (code_table_data.inst2[opcode] == VCD_NOOP) { in VCDiffInstructionMap() 164 first_instruction_map_.Add(code_table_data.inst1[opcode], in VCDiffInstructionMap() 165 code_table_data.size1[opcode], in VCDiffInstructionMap() 166 code_table_data.mode1[opcode], in VCDiffInstructionMap() 168 } else if (code_table_data.inst1[opcode] == VCD_NOOP) { in VCDiffInstructionMap() 172 first_instruction_map_.Add(code_table_data.inst2[opcode], in VCDiffInstructionMap() 173 code_table_data.size2[opcode], in VCDiffInstructionMap() [all …]
|
D | decodetable.cc | 39 const VCDiffCodeTableData& code_table_data, unsigned char max_mode) { in UseCodeTable() argument 40 if (!code_table_data.Validate(max_mode)) return false; in UseCodeTable() 44 *non_default_code_table_data_ = code_table_data; in UseCodeTable()
|
D | decodetable.h | 52 bool UseCodeTable(const VCDiffCodeTableData& code_table_data,
|
D | encodetable.cc | 57 const VCDiffCodeTableData& code_table_data, in VCDiffCodeTableWriter() argument 63 code_table_data_(&code_table_data), in VCDiffCodeTableWriter()
|
D | instruction_map.h | 49 VCDiffInstructionMap(const VCDiffCodeTableData& code_table_data,
|
D | encodetable.h | 72 const VCDiffCodeTableData& code_table_data,
|
D | vcdecoder.cc | 103 bool UseCodeTable(const VCDiffCodeTableData& code_table_data, in UseCodeTable() argument 105 return reader_.UseCodeTable(code_table_data, max_mode); in UseCodeTable()
|