Searched refs:fastMode (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/sys/contrib/zstd/lib/common/
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);
343 const U32 fastMode = DTableH->fastMode; local
346 if (fastMode) retur
[all...]
H A Dfse.h592 U16 fastMode;
/freebsd-13-stable/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress_internal.h63 U32 fastMode; member in struct:__anon10971
H A Dzstd_decompress_block.c248 { 1, 1, 1, LL_DEFAULTNORMLOG}, /* header : fastMode, tableLog */
286 { 1, 1, 1, OF_DEFAULTNORMLOG}, /* header : fastMode, tableLog */
309 { 1, 1, 1, ML_DEFAULTNORMLOG}, /* header : fastMode, tableLog */
353 DTableH->fastMode = 0;
390 DTableH.fastMode = 1;
398 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0;
/freebsd-13-stable/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c396 U16 fastMode; member in struct:__anon11002
461 DTableH->fastMode = (U16)noLarge;
605 DTableH->fastMode = 0;
630 DTableH->fastMode = 1;
896 if (DTableH.fastMode) return FSE_decompress_usingDTable_generic(dst, originalSize, cSrc, cSrcSize, dt, 1);
H A Dzstd_v04.c880 U16 fastMode; member in struct:__anon11054
1139 DTableH.fastMode = (U16)noLarge;
1284 DTableH->fastMode = 0;
1310 DTableH->fastMode = 1;
1396 U32 fastMode; local
1399 fastMode = DTableH.fastMode;
1402 if (fastMode) return FSE_decompress_usingDTable_generic(dst, originalSize, cSrc, cSrcSize, dt, 1);
H A Dzstd_v06.c1102 U16 fastMode; member in struct:__anon11095
1479 DTableH.fastMode = 1;
1487 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0;
1535 DTableH->fastMode = 0;
1561 DTableH->fastMode = 1;
1645 const U32 fastMode = DTableH->fastMode; local
1648 if (fastMode) return FSEv06_decompress_usingDTable_generic(dst, originalSize, cSrc, cSrcSize, dt, 1);
H A Dzstd_v07.c866 U16 fastMode; member in struct:__anon11112
1499 DTableH.fastMode = 1;
1507 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0;
1555 DTableH->fastMode = 0;
1581 DTableH->fastMode = 1;
1665 const U32 fastMode = DTableH->fastMode; local
1668 if (fastMode) return FSEv07_decompress_usingDTable_generic(dst, originalSize, cSrc, cSrcSize, dt, 1);
H A Dzstd_v03.c707 U16 fastMode; member in struct:__anon11035
1162 DTableH.fastMode = (U16)noLarge;
1306 DTableH->fastMode = 0;
1331 DTableH->fastMode = 1;
1420 if (DTableH.fastMode) return FSE_decompress_usingDTable_generic(dst, originalSize, cSrc, cSrcSize, dt, 1);
H A Dzstd_v05.c996 U16 fastMode; member in struct:__anon11072
1265 DTableH.fastMode = (U16)noLarge;
1392 DTableH->fastMode = 0;
1418 DTableH->fastMode = 1;
1502 const U32 fastMode = DTableH->fastMode; local
1505 if (fastMode) return FSEv05_decompress_usingDTable_generic(dst, originalSize, cSrc, cSrcSize, dt, 1);
H A Dzstd_v02.c705 U16 fastMode; member in struct:__anon11016
1161 DTableH.fastMode = (U16)noLarge;
1305 DTableH->fastMode = 0;
1330 DTableH->fastMode = 1;
1419 if (DTableH.fastMode) return FSE_decompress_usingDTable_generic(dst, originalSize, cSrc, cSrcSize, dt, 1);
/freebsd-13-stable/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.c2035 U16 fastMode; member in struct:__anon10680
2839 DTableH.fastMode = 1;
2847 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0;
2893 DTableH->fastMode = 0;
2919 DTableH->fastMode = 1;
2998 const U32 fastMode = DTableH->fastMode; local
3001 if (fastMode) return FSE_decompress_usingDTable_generic(dst, originalSize, cSrc, cSrcSize, dt, 1);
22686 U32 fastMode; member in struct:__anon10763
[all...]

Completed in 460 milliseconds