Home
last modified time | relevance | path

Searched refs:ExpectInstructionByte (Results 1 – 2 of 2) sorted by relevance

/external/open-vcdiff/src/
Dvcdiffengine_test.cc164 void ExpectInstructionByte(char byte) { in ExpectInstructionByte() function in open_vcdiff::__anon3c7a0c290111::VCDiffEngineTestBase
208 ExpectInstructionByte(0x01 + size); in ExpectAddInstruction()
210 ExpectInstructionByte(0x01); in ExpectAddInstruction()
217 ExpectInstructionByte(0x10 + (0x10 * mode) + size); in ExpectCopyInstruction()
219 ExpectInstructionByte(0x13 + (0x10 * mode)); in ExpectCopyInstruction()
229 ExpectInstructionByte(0x9C + in ExpectAddCopyInstruction()
237 ExpectInstructionByte(0xD2 + (0x04 * copy_mode) + add_size); in ExpectAddCopyInstruction()
/external/chromium/sdch/open-vcdiff/src/
Dvcdiffengine_test.cc166 void ExpectInstructionByte(char byte) { in ExpectInstructionByte() function in open_vcdiff::__anon5d88d20d0111::VCDiffEngineTestBase
210 ExpectInstructionByte(0x01 + size); in ExpectAddInstruction()
212 ExpectInstructionByte(0x01); in ExpectAddInstruction()
219 ExpectInstructionByte(0x10 + (0x10 * mode) + size); in ExpectCopyInstruction()
221 ExpectInstructionByte(0x13 + (0x10 * mode)); in ExpectCopyInstruction()
232 ExpectInstructionByte(0x9C + in ExpectAddCopyInstruction()
241 ExpectInstructionByte(0xD2 + (0x04 * copy_mode) + add_size); in ExpectAddCopyInstruction()