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

/u-boot/lib/zstd/common/
H A Dfse_decompress.c168 U32 const nextState = symbolNext[symbol]++; local
169 tableDecode[u].nbBits = (BYTE) (tableLog - BIT_highbit32(nextState) );
170 tableDecode[u].newState = (U16) ( (nextState << tableDecode[u].nbBits) - tableSize);
/u-boot/lib/zstd/decompress/
H A Dzstd_decompress_internal.h68 U16 nextState; member in struct:__anon167
H A Dzstd_decompress_block.c325 /* nextState, nbAddBits, nbBits, baseVal */
363 /* nextState, nbAddBits, nbBits, baseVal */
386 /* nextState, nbAddBits, nbBits, baseVal */
432 cell->nextState = 0;
553 U32 const nextState = symbolNext[symbol]++; local
554 tableDecode[u].nbBits = (BYTE) (tableLog - BIT_highbit32(nextState) );
555 tableDecode[u].nextState = (U16) ( (nextState << tableDecode[u].nbBits) - tableSize);
1150 ZSTD_updateFseStateWithDInfo(ZSTD_fseState* DStatePtr, BIT_DStream_t* bitD, U16 nextState, U32 nbBits) argument
1153 DStatePtr->state = nextState
[all...]

Completed in 77 milliseconds