Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/zstd/
Dfse.h296 const void *stateTable; member
446 const U16 *stateTable = (const U16 *)(statePtr->stateTable); in FSE_initCState2() local
456 const U16 *const stateTable = (const U16 *)(statePtr->stateTable); in FSE_encodeSymbol() local
/kernel/linux/linux-6.6/lib/zstd/common/
Dfse.h376 const void* stateTable; member
530 const U16* stateTable = (const U16*)(statePtr->stateTable); in FSE_initCState2() local
540 const U16* const stateTable = (const U16*)(statePtr->stateTable); in FSE_encodeSymbol() local