stateTable 296 lib/zstd/fse.h const void *stateTable; stateTable 433 lib/zstd/fse.h statePtr->stateTable = u16ptr + 2; stateTable 446 lib/zstd/fse.h const U16 *stateTable = (const U16 *)(statePtr->stateTable); stateTable 449 lib/zstd/fse.h statePtr->value = stateTable[(statePtr->value >> nbBitsOut) + symbolTT.deltaFindState]; stateTable 456 lib/zstd/fse.h const U16 *const stateTable = (const U16 *)(statePtr->stateTable); stateTable 459 lib/zstd/fse.h statePtr->value = stateTable[(statePtr->value >> nbBitsOut) + symbolTT.deltaFindState];