Home
last modified time | relevance | path

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

/linux-4.19.296/lib/zstd/
Dfse.h305 static void FSE_flushCState(BIT_CStream_t *bitC, const FSE_CState_t *CStatePtr);
462 ZSTD_STATIC void FSE_flushCState(BIT_CStream_t *bitC, const FSE_CState_t *statePtr) in FSE_flushCState() function
Dfse_compress.c780 FSE_flushCState(&bitC, &CState2); in FSE_compress_usingCTable_generic()
781 FSE_flushCState(&bitC, &CState1); in FSE_compress_usingCTable_generic()
Dcompress.c818 FSE_flushCState(&blockStream, &stateMatchLength); in ZSTD_compressSequences_internal()
819 FSE_flushCState(&blockStream, &stateOffsetBits); in ZSTD_compressSequences_internal()
820 FSE_flushCState(&blockStream, &stateLitLength); in ZSTD_compressSequences_internal()