Searched refs:lengthFront (Results 1 – 2 of 2) sorted by relevance
298 const BlockBuffer &oldInfo, int64_t &lengthFront, int64_t &lengthBack) in ComputeLength() argument300 lengthFront = 0; in ComputeLength()310 if ((s * MULTIPLE_TWO - i) > (tmp * MULTIPLE_TWO - lengthFront)) { in ComputeLength()312 lengthFront = i; in ComputeLength()329 if (lastScan_ + lengthFront > currentOffset_ - lengthBack) { in ComputeLength()331 int64_t overlap = (lastScan_ + lengthFront) - (currentOffset_ - lengthBack); in ComputeLength()335 if (newInfo.buffer[lastScan_ + lengthFront - overlap + i] == in ComputeLength()336 oldInfo.buffer[lastPos_ + lengthFront - overlap + i]) { in ComputeLength()347 lengthFront += lens - overlap; in ComputeLength()
77 const BlockBuffer &oldInfo, int64_t &lengthFront, int64_t &lengthBack);