Home
last modified time | relevance | path

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

/linux-6.15/lib/zstd/compress/
H A Dzstd_compress_sequences.c373 FSE_flushCState(&blockStream, &stateMatchLength); in ZSTD_encodeSequences_body()
375 FSE_flushCState(&blockStream, &stateOffsetBits); in ZSTD_encodeSequences_body()
377 FSE_flushCState(&blockStream, &stateLitLength); in ZSTD_encodeSequences_body()
H A Dfse_compress.c606 FSE_flushCState(&bitC, &CState2); in FSE_compress_usingCTable_generic()
607 FSE_flushCState(&bitC, &CState1); in FSE_compress_usingCTable_generic()
/linux-6.15/lib/zstd/common/
H A Dfse.h303 static void FSE_flushCState(BIT_CStream_t* bitC, const FSE_CState_t* CStatePtr);
464 MEM_STATIC void FSE_flushCState(BIT_CStream_t* bitC, const FSE_CState_t* statePtr) in FSE_flushCState() function