HomeSort by relevance Sort by last modified time
    Searched refs:VCDiffInstructionType (Results 1 - 7 of 7) sorted by null

  /external/chromium/sdch/open-vcdiff/src/
codetable.h 31 enum VCDiffInstructionType {
38 // special condition values for functions that return VCDiffInstructionType.
43 const char* VCDiffInstructionName(VCDiffInstructionType inst);
102 unsigned char inst1[kCodeTableSize]; // from enum VCDiffInstructionType
103 unsigned char inst2[kCodeTableSize]; // from enum VCDiffInstructionType
112 static const VCDiffInstructionType N = VCD_NOOP;
113 static const VCDiffInstructionType A = VCD_ADD;
114 static const VCDiffInstructionType R = VCD_RUN;
115 static const VCDiffInstructionType C = VCD_COPY;
decodetable.cc 49 VCDiffInstructionType VCDiffCodeTableReader::GetNextInstruction(
111 return static_cast<VCDiffInstructionType>(instruction_type);
encodetable.h 137 void EncodeInstruction(VCDiffInstructionType inst,
141 void EncodeInstruction(VCDiffInstructionType inst, size_t size) {
decodetable.h 100 VCDiffInstructionType GetNextInstruction(int32_t* size, unsigned char* mode);
codetable.cc 30 const char* VCDiffInstructionName(VCDiffInstructionType inst) {
266 << VCDiffInstructionName(static_cast<VCDiffInstructionType>(i))
encodetable.cc 140 void VCDiffCodeTableWriter::EncodeInstruction(VCDiffInstructionType inst,
vcdecoder.cc     [all...]

Completed in 33 milliseconds