Home
last modified time | relevance | path

Searched refs:FSE_TABLESTEP (Results 1 – 4 of 4) sorted by relevance

/linux/lib/zstd/common/
H A Dfse_decompress.c95 size_t const step = FSE_TABLESTEP(tableSize); in FSE_buildDTable_internal()
138 U32 const step = FSE_TABLESTEP(tableSize); in FSE_buildDTable_internal()
H A Dfse.h624 #define FSE_TABLESTEP(tableSize) (((tableSize)>>1) + ((tableSize)>>3) + 3) macro
/linux/lib/zstd/compress/
H A Dfse_compress.c79 U32 const step = FSE_TABLESTEP(tableSize); in FSE_buildCTable_wksp()
/linux/lib/zstd/decompress/
H A Dzstd_decompress_block.c532 size_t const step = FSE_TABLESTEP(tableSize); in ZSTD_buildFSETable_body()
578 U32 const step = FSE_TABLESTEP(tableSize); in ZSTD_buildFSETable_body()