nextState 158 lib/zstd/fse_decompress.c U16 nextState = symbolNext[symbol]++; nextState 159 lib/zstd/fse_decompress.c tableDecode[u].nbBits = (BYTE)(tableLog - BIT_highbit32((U32)nextState)); nextState 160 lib/zstd/fse_decompress.c tableDecode[u].newState = (U16)((nextState << tableDecode[u].nbBits) - tableSize);