Home | History | Annotate | Download | only in common

Lines Matching refs:lengthDelta

1916     int32_t lengthDelta = newLength - oldLength;
1926 int32_t newIndexPos = limit32 + lengthDelta;
1929 return lengthDelta;
2185 int32_t lengthDelta = newLength - oldLength;
2186 ut->chunkOffset = limit32 + lengthDelta;
2188 return lengthDelta;