Searched refs:bestRepOffset (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/contrib/zstd/lib/dictBuilder/
H A Dzdict.c699 offsetCount_t bestRepOffset[ZSTD_REP_NUM+1]; local
726 memset(bestRepOffset, 0, sizeof(bestRepOffset));
764 ZDICT_insertSortCount(bestRepOffset, offset, repOffset[offset]);
846 MEM_writeLE32(dstPtr+0, bestRepOffset[0].offset);
847 MEM_writeLE32(dstPtr+4, bestRepOffset[1].offset);
848 MEM_writeLE32(dstPtr+8, bestRepOffset[2].offset);

Completed in 101 milliseconds