Home
last modified time | relevance | path

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

/openbmc/linux/lib/zstd/common/
H A Dfse.h330 size_t FSE_buildCTable_rle (FSE_CTable* ct, unsigned char symbolValue);
/openbmc/linux/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