Home
last modified time | relevance | path

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

/Linux-v5.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
/Linux-v5.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