Lines Matching defs:kMatchSpecLenStart
118 #define kMatchSpecLenStart (kMatchMinLen + kLenNumLowSymbols * 2 + kLenNumHighSymbols)
175 < kMatchSpecLenStart : the number of bytes to be copied with (p->rep0) offset
176 = kMatchSpecLenStart : the LZMA stream was finished with end mark
177 = kMatchSpecLenStart + 1 : need init range coder
178 = kMatchSpecLenStart + 2 : need init range coder and state
218 < kMatchSpecLenStart : the number of bytes to be copied with (p->reps[0]) offset
219 = kMatchSpecLenStart : the LZMA stream was finished with end mark
525 len = kMatchSpecLenStart;
619 if (len == 0 /* || len >= kMatchSpecLenStart */)
909 p->remainLen = kMatchSpecLenStart + 1;
916 p->remainLen = kMatchSpecLenStart + 2;
919 p->remainLen = kMatchSpecLenStart + 2;
959 if (p->remainLen > kMatchSpecLenStart)
961 if (p->remainLen > kMatchSpecLenStart + 2)
987 if (p->remainLen > kMatchSpecLenStart + 1)
1003 if (p->remainLen == kMatchSpecLenStart)