Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/zstd/lib/common/
H A Dfse.h402 const void* stateTable; member
543 statePtr->stateTable = u16ptr+2; in FSE_initCState()
556 const U16* stateTable = (const U16*)(statePtr->stateTable); in FSE_initCState2() local
559 statePtr->value = stateTable[(statePtr->value >> nbBitsOut) + symbolTT.deltaFindState]; in FSE_initCState2()
566 const U16* const stateTable = (const U16*)(statePtr->stateTable); in FSE_encodeSymbol() local
569 statePtr->value = stateTable[ (statePtr->value >> nbBitsOut) + symbolTT.deltaFindState]; in FSE_encodeSymbol()
/freebsd-12.1/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c72 const void* stateTable; member