Home | History | Annotate | Download | only in common

Lines Matching refs:suffixLength

167 void ReorderingBuffer::removeSuffix(int32_t suffixLength) {
168 if(suffixLength<(limit-start)) {
169 limit-=suffixLength;
170 remainingCapacity+=suffixLength;