Home | History | Annotate | Download | only in common

Lines Matching refs:lengthDelta

1923     int32_t lengthDelta = newLength - oldLength;
1933 int32_t newIndexPos = limit32 + lengthDelta;
1936 return lengthDelta;
2198 int32_t lengthDelta = newLength - oldLength;
2199 ut->chunkOffset = limit32 + lengthDelta;
2201 return lengthDelta;