Home
last modified time | relevance | path

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

/u-boot/lib/zstd/
A Dfse_decompress.c72 U32 const tableSize = 1 << tableLog; in FSE_buildDTable_wksp() local
73 U32 highThreshold = tableSize - 1; in FSE_buildDTable_wksp()
107 U32 const tableMask = tableSize - 1; in FSE_buildDTable_wksp()
108 U32 const step = FSE_TABLESTEP(tableSize); in FSE_buildDTable_wksp()
126 for (u = 0; u < tableSize; u++) { in FSE_buildDTable_wksp()
130 tableDecode[u].newState = (U16)((nextState << tableDecode[u].nbBits) - tableSize); in FSE_buildDTable_wksp()
163 const unsigned tableSize = 1 << nbBits; in FSE_buildDTable_raw() local
164 const unsigned tableMask = tableSize - 1; in FSE_buildDTable_raw()
A Dfse.h543 #define FSE_TABLESTEP(tableSize) ((tableSize >> 1) + (tableSize >> 3) + 3) argument

Completed in 5 milliseconds