Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/contrib/zstd/lib/common/
Dfse.h369 size_t FSE_buildCTable_rle (FSE_CTable* ct, unsigned char symbolValue);
/freebsd-12-stable/sys/contrib/zstd/tests/
Ddecodecorpus.c841 FSE_buildCTable_rle(CTable_LitLength, (BYTE)max); in writeSequences()
871 FSE_buildCTable_rle(CTable_OffsetBits, (BYTE)max); in writeSequences()
898 FSE_buildCTable_rle(CTable_MatchLength, (BYTE)max); in writeSequences()
/freebsd-12-stable/sys/contrib/zstd/lib/compress/
Dfse_compress.c679 size_t FSE_buildCTable_rle (FSE_CTable* ct, BYTE symbolValue) in FSE_buildCTable_rle() function
Dzstd_compress.c1526 CHECK_F(FSE_buildCTable_rle(nextCTable, (BYTE)max)); in ZSTD_buildCTable()