Home | History | Annotate | Download | only in common

Lines Matching refs:lengthDelta

2275     int32_t lengthDelta = newLength - oldLength;
2285 int32_t newIndexPos = limit32 + lengthDelta;
2288 return lengthDelta;
2547 int32_t lengthDelta = newLength - oldLength;
2548 ut->chunkOffset = limit32 + lengthDelta;
2550 return lengthDelta;