| 1989 | } |
| 1990 | |
| 1991 | MEM_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() : |
no test coverage detected