Home
last modified time | relevance | path

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

/linux-4.19.296/lib/zstd/
Dfse_decompress.c102 U32 const tableSize = 1 << tableLog; in FSE_buildDTable_wksp() local
193 const unsigned tableSize = 1 << nbBits; in FSE_buildDTable_raw() local
Dfse_compress.c94 U32 const tableSize = 1 << tableLog; in FSE_buildCTable_wksp() local
210 const int tableSize = 1 << tableLog; in FSE_writeNCount_generic() local
668 const unsigned tableSize = 1 << nbBits; in FSE_buildCTable_raw() local
Dfse.h573 #define FSE_TABLESTEP(tableSize) ((tableSize >> 1) + (tableSize >> 3) + 3) argument