Searched refs:FSE_buildCTable_rle (Results 1 – 4 of 4) sorted by relevance
369 size_t FSE_buildCTable_rle (FSE_CTable* ct, unsigned char symbolValue);
841 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()
679 size_t FSE_buildCTable_rle (FSE_CTable* ct, BYTE symbolValue) in FSE_buildCTable_rle() function
1526 CHECK_F(FSE_buildCTable_rle(nextCTable, (BYTE)max)); in ZSTD_buildCTable()