Home
last modified time | relevance | path

Searched refs:offsetsEnd (Results 1 – 1 of 1) sorted by relevance

/external/lz4/examples/
DdictionaryRandomAccess.c63 int *offsetsEnd = offsets; in test_compress() local
71 *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()