Lines Matching defs:VCDiffCodeTableData
74 struct VCDiffCodeTableData { struct
77 static const VCDiffCodeTableData kDefaultCodeTableData; argument
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
113 static const VCDiffInstructionType A = VCD_ADD;
114 static const VCDiffInstructionType R = VCD_RUN;
115 static const VCDiffInstructionType C = VCD_COPY;