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

/freebsd-13-stable/sys/contrib/zstd/lib/common/
H A Dfse.h378 const void* stateTable; member in struct:__anon10883
519 statePtr->stateTable = u16ptr+2;
532 const U16* stateTable = (const U16*)(statePtr->stateTable); local
535 statePtr->value = stateTable[(statePtr->value >> nbBitsOut) + symbolTT.deltaFindState];
542 const U16* const stateTable = (const U16*)(statePtr->stateTable); local
545 statePtr->value = stateTable[ (statePtr->value >> nbBitsOut) + symbolTT.deltaFindState];
/freebsd-13-stable/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c72 const void* stateTable; member in struct:__anon10994
/freebsd-13-stable/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.c1821 const void* stateTable; member in struct:__anon10677
1962 statePtr->stateTable = u16ptr+2;
1975 const U16* stateTable = (const U16*)(statePtr->stateTable); local
1978 statePtr->value = stateTable[(statePtr->value >> nbBitsOut) + symbolTT.deltaFindState];
1985 const U16* const stateTable = (const U16*)(statePtr->stateTable); local
1988 statePtr->value = stateTable[ (statePtr->value >> nbBitsOut) + symbolTT.deltaFindState];
[all...]

Completed in 230 milliseconds