Searched refs:fastMode (Results 1 - 4 of 4) sorted by path

/linux-master/lib/zstd/common/
H A Dfse.h590 U16 fastMode;
H A Dfse_decompress.c90 DTableH.fastMode = 1;
98 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0;
195 DTableH->fastMode = 0;
221 DTableH->fastMode = 1;
300 const U32 fastMode = DTableH->fastMode; local
303 if (fastMode) return FSE_decompress_usingDTable_generic(dst, originalSize, cSrc, cSrcSize, dt, 1);
353 const U32 fastMode = DTableH->fastMode; local
356 if (fastMode) retur
[all...]
/linux-master/lib/zstd/decompress/
H A Dzstd_decompress_block.c324 { 1, 1, 1, LL_DEFAULTNORMLOG}, /* header : fastMode, tableLog */
362 { 1, 1, 1, OF_DEFAULTNORMLOG}, /* header : fastMode, tableLog */
385 { 1, 1, 1, ML_DEFAULTNORMLOG}, /* header : fastMode, tableLog */
429 DTableH->fastMode = 0;
466 DTableH.fastMode = 1;
474 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0;
H A Dzstd_decompress_internal.h63 U32 fastMode; member in struct:__anon228

Completed in 195 milliseconds