Home
last modified time | relevance | path

Searched refs:stateTable (Results 1 – 3 of 3) sorted by relevance

/src/sys/contrib/openzfs/module/zstd/lib/common/
H A Dfse.h294 const void* stateTable; member
435 statePtr->stateTable = u16ptr+2; in FSE_initCState()
448 const U16* stateTable = (const U16*)(statePtr->stateTable); in FSE_initCState2() local
451 statePtr->value = stateTable[(statePtr->value >> nbBitsOut) + symbolTT.deltaFindState]; in FSE_initCState2()
458 const U16* const stateTable = (const U16*)(statePtr->stateTable); in FSE_encodeSymbol() local
461 statePtr->value = stateTable[ (statePtr->value >> nbBitsOut) + symbolTT.deltaFindState]; in FSE_encodeSymbol()
/src/sys/contrib/zstd/lib/common/
H A Dfse.h379 const void* stateTable; member
520 statePtr->stateTable = u16ptr+2; in FSE_initCState()
533 const U16* stateTable = (const U16*)(statePtr->stateTable); in FSE_initCState2() local
536 statePtr->value = stateTable[(statePtr->value >> nbBitsOut) + symbolTT.deltaFindState]; in FSE_initCState2()
543 const U16* const stateTable = (const U16*)(statePtr->stateTable); in FSE_encodeSymbol() local
546 statePtr->value = stateTable[ (statePtr->value >> nbBitsOut) + symbolTT.deltaFindState]; in FSE_encodeSymbol()
/src/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c72 const void* stateTable; member