Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
H A Dfse_compress.c73 U32 const tableSize = 1 << tableLog; in FSE_buildCTable_wksp() local
243 const int tableSize = 1 << tableLog; in FSE_writeNCount_generic() local
H A Dzstd_compress.c2312 static void ZSTD_copyCDictTableIntoCCtx(U32* dst, U32 const* src, size_t tableSize, in ZSTD_copyCDictTableIntoCCtx()
/linux/lib/zstd/common/
H A Dfse.h493 { U32 const tableSize = 1 << tableLog; in FSE_bitCost() local
624 #define FSE_TABLESTEP(tableSize) (((tableSize)>>1) + ((tableSize)>>3) + 3) argument
H A Dfse_decompress.c67 U32 const tableSize = 1 << tableLog; in FSE_buildDTable_internal() local
/linux/arch/arc/kernel/
H A Dunwind.c248 unsigned long tableSize = table->size, hdrSize; in init_unwind_hdr() local
925 unsigned long tableSize; in arc_unwind() local
/linux/lib/zstd/decompress/
H A Dzstd_decompress_block.c493 U32 const tableSize = 1 << tableLog; in ZSTD_buildFSETable_body() local