Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/zstd/
H A Dfse.h269 size_t FSE_buildCTable_rle(FSE_CTable *ct, unsigned char symbolValue);
H A Dfse_compress.c702 size_t FSE_buildCTable_rle(FSE_CTable *ct, BYTE symbolValue) in FSE_buildCTable_rle() function
H A Dcompress.c656 FSE_buildCTable_rle(CTable_LitLength, (BYTE)max); in ZSTD_compressSequences_internal()
688 FSE_buildCTable_rle(CTable_OffsetBits, (BYTE)max); in ZSTD_compressSequences_internal()
720 FSE_buildCTable_rle(CTable_MatchLength, (BYTE)max); in ZSTD_compressSequences_internal()
/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dzstd_compress_sequences.c257 FORWARD_IF_ERROR(FSE_buildCTable_rle(nextCTable, (BYTE)max), ""); in ZSTD_buildCTable()
H A Dfse_compress.c570 size_t FSE_buildCTable_rle (FSE_CTable* ct, BYTE symbolValue) in FSE_buildCTable_rle() function
/kernel/linux/linux-6.6/lib/zstd/common/
H A Dfse.h330 size_t FSE_buildCTable_rle (FSE_CTable* ct, unsigned char symbolValue);

Completed in 13 milliseconds