Home | History | Annotate | Download | only in common

Lines Matching refs:suffixLength

164 void ReorderingBuffer::removeSuffix(int32_t suffixLength) {
165 if(suffixLength<(limit-start)) {
166 limit-=suffixLength;
167 remainingCapacity+=suffixLength;