Home
last modified time | relevance | path

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

/linux-6.1.9/lib/zstd/compress/
Dfse_compress.c71 U32 const tableSize = 1 << tableLog; in FSE_buildCTable_wksp() local
198 const int tableSize = 1 << tableLog; in FSE_writeNCount_generic() local
496 const unsigned tableSize = 1 << nbBits; in FSE_buildCTable_raw() local
/linux-6.1.9/lib/zstd/common/
Dfse_decompress.c79 U32 const tableSize = 1 << tableLog; in FSE_buildDTable_internal() local
211 const unsigned tableSize = 1 << nbBits; in FSE_buildDTable_raw() local
Dfse.h574 { U32 const tableSize = 1 << tableLog; in FSE_bitCost() local
705 #define FSE_TABLESTEP(tableSize) (((tableSize)>>1) + ((tableSize)>>3) + 3) argument
/linux-6.1.9/arch/arc/kernel/
Dunwind.c257 unsigned long tableSize = table->size, hdrSize; in init_unwind_hdr() local
932 unsigned long tableSize; in arc_unwind() local
/linux-6.1.9/lib/zstd/decompress/
Dzstd_decompress_block.c375 U32 const tableSize = 1 << tableLog; in ZSTD_buildFSETable_body() local