MCPcopy Create free account
hub / github.com/F-Stack/f-stack / FSE_flushCState

Function FSE_flushCState

freebsd/contrib/openzfs/module/zstd/lib/zstd.c:1991–1995  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1989}
1990
1991MEM_STATIC void FSE_flushCState(BIT_CStream_t* bitC, const FSE_CState_t* statePtr)
1992{
1993 BIT_addBits(bitC, statePtr->value, statePtr->stateLog);
1994 BIT_flushBits(bitC);
1995}
1996
1997
1998/* FSE_getMaxNbBits() :

Callers 2

Calls 2

BIT_addBitsFunction · 0.70
BIT_flushBitsFunction · 0.70

Tested by

no test coverage detected