Home
last modified time | relevance | path

Searched refs:TDEFL_COMP_FAST_LOOKAHEAD_SIZE (Results 1 – 25 of 59) sorted by relevance

123

/dports/www/faup/faup-1.5-48-g88dbbe2/src/lib/miniz/
H A Dminiz_tdef.c865 const mz_uint TDEFL_COMP_FAST_LOOKAHEAD_SIZE = 4096; in tdefl_compress_fast() local
867 …nt num_bytes_to_process = (mz_uint)MZ_MIN(d->m_src_buf_left, TDEFL_COMP_FAST_LOOKAHEAD_SIZE - look… in tdefl_compress_fast()
883 if ((!d->m_flush) && (lookahead_size < TDEFL_COMP_FAST_LOOKAHEAD_SIZE)) in tdefl_compress_fast()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/miniz_oxide_c_api/miniz/
H A Dminiz_tdef.c865 const mz_uint TDEFL_COMP_FAST_LOOKAHEAD_SIZE = 4096; in tdefl_compress_fast() local
867 …nt num_bytes_to_process = (mz_uint)MZ_MIN(d->m_src_buf_left, TDEFL_COMP_FAST_LOOKAHEAD_SIZE - look… in tdefl_compress_fast()
883 if ((!d->m_flush) && (lookahead_size < TDEFL_COMP_FAST_LOOKAHEAD_SIZE)) in tdefl_compress_fast()
/dports/editors/xi-term/xi-term-d264767/cargo-crates/miniz_oxide_c_api-0.2.1/miniz/
H A Dminiz_tdef.c865 const mz_uint TDEFL_COMP_FAST_LOOKAHEAD_SIZE = 4096; in tdefl_compress_fast() local
867 …nt num_bytes_to_process = (mz_uint)MZ_MIN(d->m_src_buf_left, TDEFL_COMP_FAST_LOOKAHEAD_SIZE - look… in tdefl_compress_fast()
883 if ((!d->m_flush) && (lookahead_size < TDEFL_COMP_FAST_LOOKAHEAD_SIZE)) in tdefl_compress_fast()
/dports/emulators/anese/ANESE-0.9.1/thirdparty/miniz/
H A Dminiz_tdef.c865 const mz_uint TDEFL_COMP_FAST_LOOKAHEAD_SIZE = 4096; in tdefl_compress_fast() local
867 …nt num_bytes_to_process = (mz_uint)MZ_MIN(d->m_src_buf_left, TDEFL_COMP_FAST_LOOKAHEAD_SIZE - look… in tdefl_compress_fast()
883 if ((!d->m_flush) && (lookahead_size < TDEFL_COMP_FAST_LOOKAHEAD_SIZE)) in tdefl_compress_fast()
/dports/editors/xi-core/xi-editor-0.3.0/rust/cargo-crates/miniz_oxide_c_api-0.2.1/miniz/
H A Dminiz_tdef.c865 const mz_uint TDEFL_COMP_FAST_LOOKAHEAD_SIZE = 4096; in tdefl_compress_fast() local
867 …nt num_bytes_to_process = (mz_uint)MZ_MIN(d->m_src_buf_left, TDEFL_COMP_FAST_LOOKAHEAD_SIZE - look… in tdefl_compress_fast()
883 if ((!d->m_flush) && (lookahead_size < TDEFL_COMP_FAST_LOOKAHEAD_SIZE)) in tdefl_compress_fast()
/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Dminiz_tdef.c875 const mz_uint TDEFL_COMP_FAST_LOOKAHEAD_SIZE = 4096; in tdefl_compress_fast() local
877 …nt num_bytes_to_process = (mz_uint)MZ_MIN(d->m_src_buf_left, TDEFL_COMP_FAST_LOOKAHEAD_SIZE - look… in tdefl_compress_fast()
893 if ((!d->m_flush) && (lookahead_size < TDEFL_COMP_FAST_LOOKAHEAD_SIZE)) in tdefl_compress_fast()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/util/compress/api/miniz/
H A Dminiz_tdef.c874 const mz_uint TDEFL_COMP_FAST_LOOKAHEAD_SIZE = 4096; in tdefl_compress_fast() local
876 …nt num_bytes_to_process = (mz_uint)MZ_MIN(d->m_src_buf_left, TDEFL_COMP_FAST_LOOKAHEAD_SIZE - look… in tdefl_compress_fast()
892 if ((!d->m_flush) && (lookahead_size < TDEFL_COMP_FAST_LOOKAHEAD_SIZE)) in tdefl_compress_fast()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/util/compress/api/miniz/
H A Dminiz_tdef.c874 const mz_uint TDEFL_COMP_FAST_LOOKAHEAD_SIZE = 4096; in tdefl_compress_fast() local
876 …nt num_bytes_to_process = (mz_uint)MZ_MIN(d->m_src_buf_left, TDEFL_COMP_FAST_LOOKAHEAD_SIZE - look… in tdefl_compress_fast()
892 if ((!d->m_flush) && (lookahead_size < TDEFL_COMP_FAST_LOOKAHEAD_SIZE)) in tdefl_compress_fast()
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Utilities/
H A Dminiz.cpp1574 const mz_uint TDEFL_COMP_FAST_LOOKAHEAD_SIZE = 4096; in tdefl_compress_fast() local
1576 …nt num_bytes_to_process = (mz_uint)MZ_MIN(d->m_src_buf_left, TDEFL_COMP_FAST_LOOKAHEAD_SIZE - look… in tdefl_compress_fast()
1592 if ((!d->m_flush) && (lookahead_size < TDEFL_COMP_FAST_LOOKAHEAD_SIZE)) break; in tdefl_compress_fast()
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/OpenClaw/Engine/Resource/
H A DMiniz.cpp1548 const mz_uint TDEFL_COMP_FAST_LOOKAHEAD_SIZE = 4096; in tdefl_compress_fast() local
1550 …nt num_bytes_to_process = (mz_uint)MZ_MIN(d->m_src_buf_left, TDEFL_COMP_FAST_LOOKAHEAD_SIZE - look… in tdefl_compress_fast()
1566 if ((!d->m_flush) && (lookahead_size < TDEFL_COMP_FAST_LOOKAHEAD_SIZE)) break; in tdefl_compress_fast()
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/libwap/
H A DMiniz.cpp1548 const mz_uint TDEFL_COMP_FAST_LOOKAHEAD_SIZE = 4096; in tdefl_compress_fast() local
1550 …nt num_bytes_to_process = (mz_uint)MZ_MIN(d->m_src_buf_left, TDEFL_COMP_FAST_LOOKAHEAD_SIZE - look… in tdefl_compress_fast()
1566 if ((!d->m_flush) && (lookahead_size < TDEFL_COMP_FAST_LOOKAHEAD_SIZE)) break; in tdefl_compress_fast()
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/ExternalLibs/ttvfs_zip/
H A Dminiz.c2303 const mz_uint TDEFL_COMP_FAST_LOOKAHEAD_SIZE = 4096; in tdefl_compress_fast() local
2305 …nt num_bytes_to_process = (mz_uint)MZ_MIN(d->m_src_buf_left, TDEFL_COMP_FAST_LOOKAHEAD_SIZE - look… in tdefl_compress_fast()
2321 if ((!d->m_flush) && (lookahead_size < TDEFL_COMP_FAST_LOOKAHEAD_SIZE)) break; in tdefl_compress_fast()
/dports/games/pioneer/pioneer-20210723/contrib/miniz/
H A Dminiz.h2323 const mz_uint TDEFL_COMP_FAST_LOOKAHEAD_SIZE = 4096; in tdefl_compress_fast() local
2325 …nt num_bytes_to_process = (mz_uint)MZ_MIN(d->m_src_buf_left, TDEFL_COMP_FAST_LOOKAHEAD_SIZE - look… in tdefl_compress_fast()
2341 if ((!d->m_flush) && (lookahead_size < TDEFL_COMP_FAST_LOOKAHEAD_SIZE)) break; in tdefl_compress_fast()
/dports/graphics/aloadimage/arcan-0.6.1/src/tools/vrbridge/OpenHMD/ext_deps/
H A Dminiz.c2338 const mz_uint TDEFL_COMP_FAST_LOOKAHEAD_SIZE = 4096; in tdefl_compress_fast() local
2340 …nt num_bytes_to_process = (mz_uint)MZ_MIN(d->m_src_buf_left, TDEFL_COMP_FAST_LOOKAHEAD_SIZE - look… in tdefl_compress_fast()
2356 if ((!d->m_flush) && (lookahead_size < TDEFL_COMP_FAST_LOOKAHEAD_SIZE)) break; in tdefl_compress_fast()
/dports/sysutils/acfgfs/arcan-0.6.1/src/tools/vrbridge/OpenHMD/ext_deps/
H A Dminiz.c2338 const mz_uint TDEFL_COMP_FAST_LOOKAHEAD_SIZE = 4096; in tdefl_compress_fast() local
2340 …nt num_bytes_to_process = (mz_uint)MZ_MIN(d->m_src_buf_left, TDEFL_COMP_FAST_LOOKAHEAD_SIZE - look… in tdefl_compress_fast()
2356 if ((!d->m_flush) && (lookahead_size < TDEFL_COMP_FAST_LOOKAHEAD_SIZE)) break; in tdefl_compress_fast()
/dports/lang/v/v-0.1.29/thirdparty/zip/
H A Dminiz.h3367 const mz_uint TDEFL_COMP_FAST_LOOKAHEAD_SIZE = 4096; in tdefl_compress_fast() local
3371 d->m_src_buf_left, TDEFL_COMP_FAST_LOOKAHEAD_SIZE - lookahead_size); in tdefl_compress_fast()
3387 if ((!d->m_flush) && (lookahead_size < TDEFL_COMP_FAST_LOOKAHEAD_SIZE)) in tdefl_compress_fast()
/dports/science/afni/afni-AFNI_21.3.16/src/crorden/dcm2niix_console/
H A Dminiz.c2344 const mz_uint TDEFL_COMP_FAST_LOOKAHEAD_SIZE = 4096; in tdefl_compress_fast() local
2346 …nt num_bytes_to_process = (mz_uint)MZ_MIN(d->m_src_buf_left, TDEFL_COMP_FAST_LOOKAHEAD_SIZE - look… in tdefl_compress_fast()
2362 if ((!d->m_flush) && (lookahead_size < TDEFL_COMP_FAST_LOOKAHEAD_SIZE)) break; in tdefl_compress_fast()
/dports/devel/upp/upp/bazaar/plugin/assimp/contrib/zip/src/
H A Dminiz.h3367 const mz_uint TDEFL_COMP_FAST_LOOKAHEAD_SIZE = 4096; in tdefl_compress_fast() local
3371 d->m_src_buf_left, TDEFL_COMP_FAST_LOOKAHEAD_SIZE - lookahead_size); in tdefl_compress_fast()
3387 if ((!d->m_flush) && (lookahead_size < TDEFL_COMP_FAST_LOOKAHEAD_SIZE)) in tdefl_compress_fast()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlabplugins/filter_sketchfab/
H A Dminiz.c2348 const mz_uint TDEFL_COMP_FAST_LOOKAHEAD_SIZE = 4096; in tdefl_compress_fast() local
2350 …nt num_bytes_to_process = (mz_uint)MZ_MIN(d->m_src_buf_left, TDEFL_COMP_FAST_LOOKAHEAD_SIZE - look… in tdefl_compress_fast()
2366 if ((!d->m_flush) && (lookahead_size < TDEFL_COMP_FAST_LOOKAHEAD_SIZE)) break; in tdefl_compress_fast()
/dports/devel/fossil/fossil-src-2.17/src/
H A Dminiz.c2338 const mz_uint TDEFL_COMP_FAST_LOOKAHEAD_SIZE = 4096; in tdefl_compress_fast() local
2340 …nt num_bytes_to_process = (mz_uint)MZ_MIN(d->m_src_buf_left, TDEFL_COMP_FAST_LOOKAHEAD_SIZE - look… in tdefl_compress_fast()
2356 if ((!d->m_flush) && (lookahead_size < TDEFL_COMP_FAST_LOOKAHEAD_SIZE)) break; in tdefl_compress_fast()
/dports/misc/openhmd/OpenHMD-0.3.0/src/ext_deps/
H A Dminiz.c2338 const mz_uint TDEFL_COMP_FAST_LOOKAHEAD_SIZE = 4096; in tdefl_compress_fast() local
2340 …nt num_bytes_to_process = (mz_uint)MZ_MIN(d->m_src_buf_left, TDEFL_COMP_FAST_LOOKAHEAD_SIZE - look… in tdefl_compress_fast()
2356 if ((!d->m_flush) && (lookahead_size < TDEFL_COMP_FAST_LOOKAHEAD_SIZE)) break; in tdefl_compress_fast()
/dports/lang/zig-devel/zig-0.9.0/test/standalone/issue_9812/vendor/kuba-zip/
H A Dminiz.h3368 const mz_uint TDEFL_COMP_FAST_LOOKAHEAD_SIZE = 4096; in tdefl_compress_fast() local
3372 d->m_src_buf_left, TDEFL_COMP_FAST_LOOKAHEAD_SIZE - lookahead_size); in tdefl_compress_fast()
3388 if ((!d->m_flush) && (lookahead_size < TDEFL_COMP_FAST_LOOKAHEAD_SIZE)) in tdefl_compress_fast()
/dports/lang/zig/zig-0.9.0/test/standalone/issue_9812/vendor/kuba-zip/
H A Dminiz.h3368 const mz_uint TDEFL_COMP_FAST_LOOKAHEAD_SIZE = 4096; in tdefl_compress_fast() local
3372 d->m_src_buf_left, TDEFL_COMP_FAST_LOOKAHEAD_SIZE - lookahead_size); in tdefl_compress_fast()
3388 if ((!d->m_flush) && (lookahead_size < TDEFL_COMP_FAST_LOOKAHEAD_SIZE)) in tdefl_compress_fast()
/dports/games/mangband/mangband-1.5.3/src/client/lupng/
H A Dminiz.c2338 const mz_uint TDEFL_COMP_FAST_LOOKAHEAD_SIZE = 4096; in tdefl_compress_fast() local
2340 …nt num_bytes_to_process = (mz_uint)MZ_MIN(d->m_src_buf_left, TDEFL_COMP_FAST_LOOKAHEAD_SIZE - look… in tdefl_compress_fast()
2356 if ((!d->m_flush) && (lookahead_size < TDEFL_COMP_FAST_LOOKAHEAD_SIZE)) break; in tdefl_compress_fast()
/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/sources/miniz/
H A Dminiz.c2338 const mz_uint TDEFL_COMP_FAST_LOOKAHEAD_SIZE = 4096; in tdefl_compress_fast() local
2340 …nt num_bytes_to_process = (mz_uint)MZ_MIN(d->m_src_buf_left, TDEFL_COMP_FAST_LOOKAHEAD_SIZE - look… in tdefl_compress_fast()
2356 if ((!d->m_flush) && (lookahead_size < TDEFL_COMP_FAST_LOOKAHEAD_SIZE)) break; in tdefl_compress_fast()

123