Home
last modified time | relevance | path

Searched refs:fastMode (Results 1 – 25 of 621) sorted by relevance

12345678910>>...25

/dports/emulators/ppsspp/ppsspp-1.12.3/ext/zstd/lib/common/
H A Dfse_decompress.c90 DTableH.fastMode = 1; in FSE_buildDTable_internal()
98 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in FSE_buildDTable_internal()
195 DTableH->fastMode = 0; in FSE_buildDTable_rle()
221 DTableH->fastMode = 1; in FSE_buildDTable_raw()
300 const U32 fastMode = DTableH->fastMode; in FSE_decompress_usingDTable() local
303 … if (fastMode) return FSE_decompress_usingDTable_generic(dst, originalSize, cSrc, cSrcSize, dt, 1); in FSE_decompress_usingDTable()
353 const U32 fastMode = DTableH->fastMode; in FSE_decompress_wksp_body() local
356 …if (fastMode) return FSE_decompress_usingDTable_generic(dst, dstCapacity, ip, cSrcSize, wksp->dtab… in FSE_decompress_wksp_body()
/dports/archivers/zstd/zstd-1.5.0/lib/common/
H A Dfse_decompress.c90 DTableH.fastMode = 1; in FSE_buildDTable_internal()
98 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in FSE_buildDTable_internal()
195 DTableH->fastMode = 0; in FSE_buildDTable_rle()
221 DTableH->fastMode = 1; in FSE_buildDTable_raw()
300 const U32 fastMode = DTableH->fastMode; in FSE_decompress_usingDTable() local
303 … if (fastMode) return FSE_decompress_usingDTable_generic(dst, originalSize, cSrc, cSrcSize, dt, 1); in FSE_decompress_usingDTable()
353 const U32 fastMode = DTableH->fastMode; in FSE_decompress_wksp_body() local
356 …if (fastMode) return FSE_decompress_usingDTable_generic(dst, dstCapacity, ip, cSrcSize, wksp->dtab… in FSE_decompress_wksp_body()
/dports/archivers/py-zstd/zstd-1.5.0.4/zstd/lib/common/
H A Dfse_decompress.c90 DTableH.fastMode = 1; in FSE_buildDTable_internal()
98 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in FSE_buildDTable_internal()
195 DTableH->fastMode = 0; in FSE_buildDTable_rle()
221 DTableH->fastMode = 1; in FSE_buildDTable_raw()
300 const U32 fastMode = DTableH->fastMode; in FSE_decompress_usingDTable() local
303 … if (fastMode) return FSE_decompress_usingDTable_generic(dst, originalSize, cSrc, cSrcSize, dt, 1); in FSE_decompress_usingDTable()
353 const U32 fastMode = DTableH->fastMode; in FSE_decompress_wksp_body() local
356 …if (fastMode) return FSE_decompress_usingDTable_generic(dst, dstCapacity, ip, cSrcSize, wksp->dtab… in FSE_decompress_wksp_body()
/dports/graphics/aloadimage/arcan-0.6.1/src/a12/external/zstd/common/
H A Dfse_decompress.c90 DTableH.fastMode = 1; in FSE_buildDTable_internal()
98 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in FSE_buildDTable_internal()
195 DTableH->fastMode = 0; in FSE_buildDTable_rle()
221 DTableH->fastMode = 1; in FSE_buildDTable_raw()
300 const U32 fastMode = DTableH->fastMode; in FSE_decompress_usingDTable() local
303 … if (fastMode) return FSE_decompress_usingDTable_generic(dst, originalSize, cSrc, cSrcSize, dt, 1); in FSE_decompress_usingDTable()
353 const U32 fastMode = DTableH->fastMode; in FSE_decompress_wksp_body() local
356 …if (fastMode) return FSE_decompress_usingDTable_generic(dst, dstCapacity, ip, cSrcSize, wksp->dtab… in FSE_decompress_wksp_body()
/dports/archivers/c-blosc/c-blosc-1.21.0/internal-complibs/zstd-1.4.8/common/
H A Dfse_decompress.c90 DTableH.fastMode = 1; in FSE_buildDTable_internal()
98 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in FSE_buildDTable_internal()
195 DTableH->fastMode = 0; in FSE_buildDTable_rle()
221 DTableH->fastMode = 1; in FSE_buildDTable_raw()
300 const U32 fastMode = DTableH->fastMode; in FSE_decompress_usingDTable() local
303 … if (fastMode) return FSE_decompress_usingDTable_generic(dst, originalSize, cSrc, cSrcSize, dt, 1); in FSE_decompress_usingDTable()
343 const U32 fastMode = DTableH->fastMode; in FSE_decompress_wksp_body() local
346 …if (fastMode) return FSE_decompress_usingDTable_generic(dst, dstCapacity, ip, cSrcSize, dtable, 1); in FSE_decompress_wksp_body()
/dports/archivers/c-blosc2/c-blosc2-2.0.4/internal-complibs/zstd-1.5.0/common/
H A Dfse_decompress.c90 DTableH.fastMode = 1; in FSE_buildDTable_internal()
98 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in FSE_buildDTable_internal()
195 DTableH->fastMode = 0; in FSE_buildDTable_rle()
221 DTableH->fastMode = 1; in FSE_buildDTable_raw()
300 const U32 fastMode = DTableH->fastMode; in FSE_decompress_usingDTable() local
303 … if (fastMode) return FSE_decompress_usingDTable_generic(dst, originalSize, cSrc, cSrcSize, dt, 1); in FSE_decompress_usingDTable()
353 const U32 fastMode = DTableH->fastMode; in FSE_decompress_wksp_body() local
356 …if (fastMode) return FSE_decompress_usingDTable_generic(dst, dstCapacity, ip, cSrcSize, wksp->dtab… in FSE_decompress_wksp_body()
/dports/sysutils/acfgfs/arcan-0.6.1/src/a12/external/zstd/common/
H A Dfse_decompress.c90 DTableH.fastMode = 1; in FSE_buildDTable_internal()
98 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in FSE_buildDTable_internal()
195 DTableH->fastMode = 0; in FSE_buildDTable_rle()
221 DTableH->fastMode = 1; in FSE_buildDTable_raw()
300 const U32 fastMode = DTableH->fastMode; in FSE_decompress_usingDTable() local
303 … if (fastMode) return FSE_decompress_usingDTable_generic(dst, originalSize, cSrc, cSrcSize, dt, 1); in FSE_decompress_usingDTable()
353 const U32 fastMode = DTableH->fastMode; in FSE_decompress_wksp_body() local
356 …if (fastMode) return FSE_decompress_usingDTable_generic(dst, dstCapacity, ip, cSrcSize, wksp->dtab… in FSE_decompress_wksp_body()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/zstd/lib/common/
H A Dfse_decompress.c90 DTableH.fastMode = 1; in FSE_buildDTable_internal()
98 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in FSE_buildDTable_internal()
195 DTableH->fastMode = 0; in FSE_buildDTable_rle()
221 DTableH->fastMode = 1; in FSE_buildDTable_raw()
300 const U32 fastMode = DTableH->fastMode; in FSE_decompress_usingDTable() local
303 … if (fastMode) return FSE_decompress_usingDTable_generic(dst, originalSize, cSrc, cSrcSize, dt, 1); in FSE_decompress_usingDTable()
353 const U32 fastMode = DTableH->fastMode; in FSE_decompress_wksp_body() local
356 …if (fastMode) return FSE_decompress_usingDTable_generic(dst, dstCapacity, ip, cSrcSize, wksp->dtab… in FSE_decompress_wksp_body()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/zstd-sys-1.5.0+zstd.1.4.9/zstd/lib/common/
H A Dfse_decompress.c90 DTableH.fastMode = 1; in FSE_buildDTable_internal()
98 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in FSE_buildDTable_internal()
195 DTableH->fastMode = 0; in FSE_buildDTable_rle()
221 DTableH->fastMode = 1; in FSE_buildDTable_raw()
300 const U32 fastMode = DTableH->fastMode; in FSE_decompress_usingDTable() local
303 … if (fastMode) return FSE_decompress_usingDTable_generic(dst, originalSize, cSrc, cSrcSize, dt, 1); in FSE_decompress_usingDTable()
343 const U32 fastMode = DTableH->fastMode; in FSE_decompress_wksp_body() local
346 …if (fastMode) return FSE_decompress_usingDTable_generic(dst, dstCapacity, ip, cSrcSize, dtable, 1); in FSE_decompress_wksp_body()
/dports/devel/cmake-doc/cmake-3.22.1/Utilities/cmzstd/lib/common/
H A Dfse_decompress.c90 DTableH.fastMode = 1; in FSE_buildDTable_internal()
98 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in FSE_buildDTable_internal()
195 DTableH->fastMode = 0; in FSE_buildDTable_rle()
221 DTableH->fastMode = 1; in FSE_buildDTable_raw()
300 const U32 fastMode = DTableH->fastMode; in FSE_decompress_usingDTable() local
303 … if (fastMode) return FSE_decompress_usingDTable_generic(dst, originalSize, cSrc, cSrcSize, dt, 1); in FSE_decompress_usingDTable()
353 const U32 fastMode = DTableH->fastMode; in FSE_decompress_wksp_body() local
356 …if (fastMode) return FSE_decompress_usingDTable_generic(dst, dstCapacity, ip, cSrcSize, wksp->dtab… in FSE_decompress_wksp_body()
/dports/devel/cmake-gui/cmake-3.22.1/Utilities/cmzstd/lib/common/
H A Dfse_decompress.c90 DTableH.fastMode = 1; in FSE_buildDTable_internal()
98 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in FSE_buildDTable_internal()
195 DTableH->fastMode = 0; in FSE_buildDTable_rle()
221 DTableH->fastMode = 1; in FSE_buildDTable_raw()
300 const U32 fastMode = DTableH->fastMode; in FSE_decompress_usingDTable() local
303 … if (fastMode) return FSE_decompress_usingDTable_generic(dst, originalSize, cSrc, cSrcSize, dt, 1); in FSE_decompress_usingDTable()
353 const U32 fastMode = DTableH->fastMode; in FSE_decompress_wksp_body() local
356 …if (fastMode) return FSE_decompress_usingDTable_generic(dst, dstCapacity, ip, cSrcSize, wksp->dtab… in FSE_decompress_wksp_body()
/dports/devel/cmake/cmake-3.22.1/Utilities/cmzstd/lib/common/
H A Dfse_decompress.c90 DTableH.fastMode = 1; in FSE_buildDTable_internal()
98 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in FSE_buildDTable_internal()
195 DTableH->fastMode = 0; in FSE_buildDTable_rle()
221 DTableH->fastMode = 1; in FSE_buildDTable_raw()
300 const U32 fastMode = DTableH->fastMode; in FSE_decompress_usingDTable() local
303 … if (fastMode) return FSE_decompress_usingDTable_generic(dst, originalSize, cSrc, cSrcSize, dt, 1); in FSE_decompress_usingDTable()
353 const U32 fastMode = DTableH->fastMode; in FSE_decompress_wksp_body() local
356 …if (fastMode) return FSE_decompress_usingDTable_generic(dst, dstCapacity, ip, cSrcSize, wksp->dtab… in FSE_decompress_wksp_body()
/dports/emulators/citra/citra-ac98458e0/externals/zstd/lib/common/
H A Dfse_decompress.c90 DTableH.fastMode = 1; in FSE_buildDTable_internal()
98 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in FSE_buildDTable_internal()
195 DTableH->fastMode = 0; in FSE_buildDTable_rle()
221 DTableH->fastMode = 1; in FSE_buildDTable_raw()
300 const U32 fastMode = DTableH->fastMode; in FSE_decompress_usingDTable() local
303 … if (fastMode) return FSE_decompress_usingDTable_generic(dst, originalSize, cSrc, cSrcSize, dt, 1); in FSE_decompress_usingDTable()
343 const U32 fastMode = DTableH->fastMode; in FSE_decompress_wksp_body() local
346 …if (fastMode) return FSE_decompress_usingDTable_generic(dst, dstCapacity, ip, cSrcSize, dtable, 1); in FSE_decompress_wksp_body()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/zstd/lib/common/
H A Dfse_decompress.c90 DTableH.fastMode = 1; in FSE_buildDTable_internal()
98 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in FSE_buildDTable_internal()
195 DTableH->fastMode = 0; in FSE_buildDTable_rle()
221 DTableH->fastMode = 1; in FSE_buildDTable_raw()
300 const U32 fastMode = DTableH->fastMode; in FSE_decompress_usingDTable() local
303 … if (fastMode) return FSE_decompress_usingDTable_generic(dst, originalSize, cSrc, cSrcSize, dt, 1); in FSE_decompress_usingDTable()
343 const U32 fastMode = DTableH->fastMode; in FSE_decompress_wksp_body() local
346 …if (fastMode) return FSE_decompress_usingDTable_generic(dst, dstCapacity, ip, cSrcSize, dtable, 1); in FSE_decompress_wksp_body()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/zstd/lib/common/
H A Dfse_decompress.c90 DTableH.fastMode = 1; in FSE_buildDTable_internal()
98 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in FSE_buildDTable_internal()
195 DTableH->fastMode = 0; in FSE_buildDTable_rle()
221 DTableH->fastMode = 1; in FSE_buildDTable_raw()
300 const U32 fastMode = DTableH->fastMode; in FSE_decompress_usingDTable() local
303 … if (fastMode) return FSE_decompress_usingDTable_generic(dst, originalSize, cSrc, cSrcSize, dt, 1); in FSE_decompress_usingDTable()
353 const U32 fastMode = DTableH->fastMode; in FSE_decompress_wksp_body() local
356 …if (fastMode) return FSE_decompress_usingDTable_generic(dst, dstCapacity, ip, cSrcSize, wksp->dtab… in FSE_decompress_wksp_body()
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/zstd-sys-1.4.18+zstd.1.4.7/zstd/lib/common/
H A Dfse_decompress.c90 DTableH.fastMode = 1; in FSE_buildDTable_internal()
98 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in FSE_buildDTable_internal()
195 DTableH->fastMode = 0; in FSE_buildDTable_rle()
221 DTableH->fastMode = 1; in FSE_buildDTable_raw()
300 const U32 fastMode = DTableH->fastMode; in FSE_decompress_usingDTable() local
303 … if (fastMode) return FSE_decompress_usingDTable_generic(dst, originalSize, cSrc, cSrcSize, dt, 1); in FSE_decompress_usingDTable()
343 const U32 fastMode = DTableH->fastMode; in FSE_decompress_wksp_body() local
346 …if (fastMode) return FSE_decompress_usingDTable_generic(dst, dstCapacity, ip, cSrcSize, dtable, 1); in FSE_decompress_wksp_body()
/dports/x11/aclip/arcan-0.6.1/src/a12/external/zstd/common/
H A Dfse_decompress.c90 DTableH.fastMode = 1; in FSE_buildDTable_internal()
98 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in FSE_buildDTable_internal()
195 DTableH->fastMode = 0; in FSE_buildDTable_rle()
221 DTableH->fastMode = 1; in FSE_buildDTable_raw()
300 const U32 fastMode = DTableH->fastMode; in FSE_decompress_usingDTable() local
303 … if (fastMode) return FSE_decompress_usingDTable_generic(dst, originalSize, cSrc, cSrcSize, dt, 1); in FSE_decompress_usingDTable()
353 const U32 fastMode = DTableH->fastMode; in FSE_decompress_wksp_body() local
356 …if (fastMode) return FSE_decompress_usingDTable_generic(dst, dstCapacity, ip, cSrcSize, wksp->dtab… in FSE_decompress_wksp_body()
/dports/x11/arcan-trayicon/arcan-0.6.1/src/a12/external/zstd/common/
H A Dfse_decompress.c90 DTableH.fastMode = 1; in FSE_buildDTable_internal()
98 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in FSE_buildDTable_internal()
195 DTableH->fastMode = 0; in FSE_buildDTable_rle()
221 DTableH->fastMode = 1; in FSE_buildDTable_raw()
300 const U32 fastMode = DTableH->fastMode; in FSE_decompress_usingDTable() local
303 … if (fastMode) return FSE_decompress_usingDTable_generic(dst, originalSize, cSrc, cSrcSize, dt, 1); in FSE_decompress_usingDTable()
353 const U32 fastMode = DTableH->fastMode; in FSE_decompress_wksp_body() local
356 …if (fastMode) return FSE_decompress_usingDTable_generic(dst, dstCapacity, ip, cSrcSize, wksp->dtab… in FSE_decompress_wksp_body()
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/build/inline_copy/zstd/common/
H A Dfse_decompress.c90 DTableH.fastMode = 1; in FSE_buildDTable_internal()
98 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in FSE_buildDTable_internal()
195 DTableH->fastMode = 0; in FSE_buildDTable_rle()
221 DTableH->fastMode = 1; in FSE_buildDTable_raw()
300 const U32 fastMode = DTableH->fastMode; in FSE_decompress_usingDTable() local
303 … if (fastMode) return FSE_decompress_usingDTable_generic(dst, originalSize, cSrc, cSrcSize, dt, 1); in FSE_decompress_usingDTable()
343 const U32 fastMode = DTableH->fastMode; in FSE_decompress_wksp_body() local
346 …if (fastMode) return FSE_decompress_usingDTable_generic(dst, dstCapacity, ip, cSrcSize, dtable, 1); in FSE_decompress_wksp_body()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/zstd-sys-1.4.19+zstd.1.4.8/zstd/lib/common/
H A Dfse_decompress.c90 DTableH.fastMode = 1; in FSE_buildDTable_internal()
98 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in FSE_buildDTable_internal()
195 DTableH->fastMode = 0; in FSE_buildDTable_rle()
221 DTableH->fastMode = 1; in FSE_buildDTable_raw()
300 const U32 fastMode = DTableH->fastMode; in FSE_decompress_usingDTable() local
303 … if (fastMode) return FSE_decompress_usingDTable_generic(dst, originalSize, cSrc, cSrcSize, dt, 1); in FSE_decompress_usingDTable()
343 const U32 fastMode = DTableH->fastMode; in FSE_decompress_wksp_body() local
346 …if (fastMode) return FSE_decompress_usingDTable_generic(dst, dstCapacity, ip, cSrcSize, dtable, 1); in FSE_decompress_wksp_body()
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/zstd-sys-1.5.0+zstd.1.4.9/zstd/lib/common/
H A Dfse_decompress.c90 DTableH.fastMode = 1; in FSE_buildDTable_internal()
98 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in FSE_buildDTable_internal()
195 DTableH->fastMode = 0; in FSE_buildDTable_rle()
221 DTableH->fastMode = 1; in FSE_buildDTable_raw()
300 const U32 fastMode = DTableH->fastMode; in FSE_decompress_usingDTable() local
303 … if (fastMode) return FSE_decompress_usingDTable_generic(dst, originalSize, cSrc, cSrcSize, dt, 1); in FSE_decompress_usingDTable()
343 const U32 fastMode = DTableH->fastMode; in FSE_decompress_wksp_body() local
346 …if (fastMode) return FSE_decompress_usingDTable_generic(dst, dstCapacity, ip, cSrcSize, dtable, 1); in FSE_decompress_wksp_body()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Math/
H A DAreaAllocator.h37 AreaAllocator(int width, int height, bool fastMode = true);
39 AreaAllocator(int width, int height, int maxWidth, int maxHeight, bool fastMode = true);
42 void Reset(int width, int height, int maxWidth = 0, int maxHeight = 0, bool fastMode = true);
/dports/archivers/p5-Compress-Zstd/Compress-Zstd-0.20/ext/zstd/lib/common/
H A Dfse_decompress.c110 DTableH.fastMode = 1; in FSE_buildDTable()
118 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in FSE_buildDTable()
164 DTableH->fastMode = 0; in FSE_buildDTable_rle()
190 DTableH->fastMode = 1; in FSE_buildDTable_raw()
269 const U32 fastMode = DTableH->fastMode; in FSE_decompress_usingDTable() local
272 … if (fastMode) return FSE_decompress_usingDTable_generic(dst, originalSize, cSrc, cSrcSize, dt, 1); in FSE_decompress_usingDTable()
/dports/archivers/py-borgbackup/borgbackup-1.1.17/src/borg/algorithms/zstd/lib/common/
H A Dfse_decompress.c87 DTableH.fastMode = 1; in FSE_buildDTable()
95 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in FSE_buildDTable()
141 DTableH->fastMode = 0; in FSE_buildDTable_rle()
167 DTableH->fastMode = 1; in FSE_buildDTable_raw()
246 const U32 fastMode = DTableH->fastMode; in FSE_decompress_usingDTable() local
249 … if (fastMode) return FSE_decompress_usingDTable_generic(dst, originalSize, cSrc, cSrcSize, dt, 1); in FSE_decompress_usingDTable()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/third_party/zstd/lib/common/
H A Dfse_decompress.c112 DTableH.fastMode = 1; in FSE_buildDTable()
120 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in FSE_buildDTable()
166 DTableH->fastMode = 0; in FSE_buildDTable_rle()
192 DTableH->fastMode = 1; in FSE_buildDTable_raw()
271 const U32 fastMode = DTableH->fastMode; in FSE_decompress_usingDTable() local
274 … if (fastMode) return FSE_decompress_usingDTable_generic(dst, originalSize, cSrc, cSrcSize, dt, 1); in FSE_decompress_usingDTable()

12345678910>>...25