HomeSort by relevance Sort by last modified time
    Searched defs:VCDiffInstructionType (Results 1 - 2 of 2) 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;
  /external/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;

Completed in 789 milliseconds