Home
last modified time | relevance | path

Searched refs:stateMatchLength (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/sys/contrib/zstd/tests/
H A Ddecodecorpus.c931 FSE_CState_t stateMatchLength; in writeSequences() local
938 FSE_initCState2(&stateMatchLength, CTable_MatchLength, mlCodeTable[nbSeq-1]); in writeSequences()
958 FSE_encodeSymbol(&blockStream, &stateMatchLength, mlCode); /* 24 */ /* 24 */ in writeSequences()
971 FSE_flushCState(&blockStream, &stateMatchLength); in writeSequences()
/freebsd-12.1/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c1563 FSE_CState_t stateMatchLength; in ZSTD_encodeSequences_body() local
1570 FSE_initCState2(&stateMatchLength, CTable_MatchLength, mlCodeTable[nbSeq-1]); in ZSTD_encodeSequences_body()
1606 FSE_encodeSymbol(&blockStream, &stateMatchLength, mlCode); /* 24 */ /* 24 */ in ZSTD_encodeSequences_body()
1629 DEBUGLOG(6, "ZSTD_encodeSequences: flushing ML state with %u bits", stateMatchLength.stateLog); in ZSTD_encodeSequences_body()
1630 FSE_flushCState(&blockStream, &stateMatchLength); in ZSTD_encodeSequences_body()