Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/zstd/
Dfse_decompress.c95 U32 const tableSize = 1 << tableLog; in FSE_buildDTable_wksp() local
186 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
/kernel/linux/linux-6.6/lib/zstd/compress/
Dfse_compress.c71 U32 const tableSize = 1 << tableLog; in FSE_buildCTable_wksp() local
241 const int tableSize = 1 << tableLog; in FSE_writeNCount_generic() local
539 const unsigned tableSize = 1 << nbBits; in FSE_buildCTable_raw() local
/kernel/linux/linux-6.6/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.h575 { U32 const tableSize = 1 << tableLog; in FSE_bitCost() local
706 #define FSE_TABLESTEP(tableSize) (((tableSize)>>1) + ((tableSize)>>3) + 3) argument
/kernel/linux/linux-6.6/arch/arc/kernel/
Dunwind.c257 unsigned long tableSize = table->size, hdrSize; in init_unwind_hdr() local
934 unsigned long tableSize; in arc_unwind() local
/kernel/linux/linux-5.10/arch/arc/kernel/
Dunwind.c261 unsigned long tableSize = table->size, hdrSize; in init_unwind_hdr() local
936 unsigned long tableSize; in arc_unwind() local
/kernel/linux/linux-6.6/lib/zstd/decompress/
Dzstd_decompress_block.c451 U32 const tableSize = 1 << tableLog; in ZSTD_buildFSETable_body() local