Searched refs:offsetsEnd (Results 1 – 2 of 2) sorted by relevance
63 int *offsetsEnd = offsets; in test_compress() local71 *offsetsEnd++ = sizeof(kTestMagic); in test_compress()89 *offsetsEnd = *(offsetsEnd - 1) + cmpBytes; in test_compress()90 ++offsetsEnd; in test_compress()92 if (offsetsEnd - offsets > MAX_BLOCKS) { exit(2); } in test_compress()97 while (ptr != offsetsEnd) { in test_compress()100 write_int(outFp, offsetsEnd - offsets); in test_compress()
358 const size_t *offsetsEnd = ctx->offsets + ctx->nbSamples; in COVER_group() local380 COVER_lower_bound(curOffsetPtr, offsetsEnd, *grpPtr); in COVER_group()