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

/linux-master/lib/zstd/compress/
H A Dzstd_compress_sequences.c372 FSE_flushCState(&blockStream, &stateMatchLength);
374 FSE_flushCState(&blockStream, &stateOffsetBits);
376 FSE_flushCState(&blockStream, &stateLitLength);
H A Dfse_compress.c647 FSE_flushCState(&bitC, &CState2);
648 FSE_flushCState(&bitC, &CState1);
/linux-master/lib/zstd/common/
H A Dfse.h385 static void FSE_flushCState(BIT_CStream_t* bitC, const FSE_CState_t* CStatePtr);
546 MEM_STATIC void FSE_flushCState(BIT_CStream_t* bitC, const FSE_CState_t* statePtr) function

Completed in 192 milliseconds