Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dfse.h294 const void* stateTable; member
448 const U16* stateTable = (const U16*)(statePtr->stateTable); in FSE_initCState2() local
458 const U16* const stateTable = (const U16*)(statePtr->stateTable); in FSE_encodeSymbol() local
/freebsd/sys/contrib/zstd/lib/common/
H A Dfse.h293 const void* stateTable; member
447 const U16* stateTable = (const U16*)(statePtr->stateTable); in FSE_initCState2() local
457 const U16* const stateTable = (const U16*)(statePtr->stateTable); in FSE_encodeSymbol() local
/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c73 const void* stateTable; member