Home
last modified time | relevance | path

Searched refs:s_tdefl_large_dist_sym (Results 1 – 25 of 61) sorted by relevance

123

/dports/www/faup/faup-1.5-48-g88dbbe2/src/lib/miniz/
H A Dminiz_tdef.c85 static const mz_uint8 s_tdefl_large_dist_sym[128] = variable
487 s1 = s_tdefl_large_dist_sym[match_dist >> 8]; in tdefl_compress_lz_codes()
574 sym = s_tdefl_large_dist_sym[match_dist >> 8]; in tdefl_compress_lz_codes()
930 s1 = s_tdefl_large_dist_sym[cur_match_dist >> 8]; in tdefl_compress_fast()
1062 s1 = s_tdefl_large_dist_sym[(match_dist >> 8) & 127]; in tdefl_record_match()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/miniz_oxide_c_api/miniz/
H A Dminiz_tdef.c85 static const mz_uint8 s_tdefl_large_dist_sym[128] = variable
487 s1 = s_tdefl_large_dist_sym[match_dist >> 8]; in tdefl_compress_lz_codes()
574 sym = s_tdefl_large_dist_sym[match_dist >> 8]; in tdefl_compress_lz_codes()
930 s1 = s_tdefl_large_dist_sym[cur_match_dist >> 8]; in tdefl_compress_fast()
1062 s1 = s_tdefl_large_dist_sym[(match_dist >> 8) & 127]; in tdefl_record_match()
/dports/editors/xi-term/xi-term-d264767/cargo-crates/miniz_oxide_c_api-0.2.1/miniz/
H A Dminiz_tdef.c85 static const mz_uint8 s_tdefl_large_dist_sym[128] = variable
487 s1 = s_tdefl_large_dist_sym[match_dist >> 8]; in tdefl_compress_lz_codes()
574 sym = s_tdefl_large_dist_sym[match_dist >> 8]; in tdefl_compress_lz_codes()
930 s1 = s_tdefl_large_dist_sym[cur_match_dist >> 8]; in tdefl_compress_fast()
1062 s1 = s_tdefl_large_dist_sym[(match_dist >> 8) & 127]; in tdefl_record_match()
/dports/emulators/anese/ANESE-0.9.1/thirdparty/miniz/
H A Dminiz_tdef.c85 static const mz_uint8 s_tdefl_large_dist_sym[128] = variable
487 s1 = s_tdefl_large_dist_sym[match_dist >> 8]; in tdefl_compress_lz_codes()
574 sym = s_tdefl_large_dist_sym[match_dist >> 8]; in tdefl_compress_lz_codes()
930 s1 = s_tdefl_large_dist_sym[cur_match_dist >> 8]; in tdefl_compress_fast()
1062 s1 = s_tdefl_large_dist_sym[(match_dist >> 8) & 127]; in tdefl_record_match()
/dports/editors/xi-core/xi-editor-0.3.0/rust/cargo-crates/miniz_oxide_c_api-0.2.1/miniz/
H A Dminiz_tdef.c85 static const mz_uint8 s_tdefl_large_dist_sym[128] = variable
487 s1 = s_tdefl_large_dist_sym[match_dist >> 8]; in tdefl_compress_lz_codes()
574 sym = s_tdefl_large_dist_sym[match_dist >> 8]; in tdefl_compress_lz_codes()
930 s1 = s_tdefl_large_dist_sym[cur_match_dist >> 8]; in tdefl_compress_fast()
1062 s1 = s_tdefl_large_dist_sym[(match_dist >> 8) & 127]; in tdefl_record_match()
/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Dminiz_tdef.c85 static const mz_uint8 s_tdefl_large_dist_sym[128] = variable
487 s1 = s_tdefl_large_dist_sym[match_dist >> 8]; in tdefl_compress_lz_codes()
574 sym = s_tdefl_large_dist_sym[match_dist >> 8]; in tdefl_compress_lz_codes()
944 s1 = s_tdefl_large_dist_sym[cur_match_dist >> 8]; in tdefl_compress_fast()
1076 s1 = s_tdefl_large_dist_sym[(match_dist >> 8) & 127]; in tdefl_record_match()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/util/compress/api/miniz/
H A Dminiz_tdef.c84 static const mz_uint8 s_tdefl_large_dist_sym[128] = variable
486 s1 = s_tdefl_large_dist_sym[match_dist >> 8]; in tdefl_compress_lz_codes()
573 sym = s_tdefl_large_dist_sym[match_dist >> 8]; in tdefl_compress_lz_codes()
943 s1 = s_tdefl_large_dist_sym[cur_match_dist >> 8]; in tdefl_compress_fast()
1075 s1 = s_tdefl_large_dist_sym[(match_dist >> 8) & 127]; in tdefl_record_match()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/util/compress/api/miniz/
H A Dminiz_tdef.c84 static const mz_uint8 s_tdefl_large_dist_sym[128] = variable
486 s1 = s_tdefl_large_dist_sym[match_dist >> 8]; in tdefl_compress_lz_codes()
573 sym = s_tdefl_large_dist_sym[match_dist >> 8]; in tdefl_compress_lz_codes()
943 s1 = s_tdefl_large_dist_sym[cur_match_dist >> 8]; in tdefl_compress_fast()
1075 s1 = s_tdefl_large_dist_sym[(match_dist >> 8) & 127]; in tdefl_record_match()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/meshoptimizer/demo/
H A Dminiz.cpp468 static const mz_uint8 s_tdefl_large_dist_sym[128] = { variable
704 …sym = s_tdefl_large_dist_sym[match_dist >> 8]; num_extra_bits = s_tdefl_large_dist_extra[match_dis… in tdefl_compress_lz_codes()
887 …s0 = s_tdefl_small_dist_sym[match_dist & 511]; s1 = s_tdefl_large_dist_sym[(match_dist >> 8) & 127… in tdefl_record_match()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/meshoptimizer/demo/
H A Dminiz.cpp468 static const mz_uint8 s_tdefl_large_dist_sym[128] = { variable
704 …sym = s_tdefl_large_dist_sym[match_dist >> 8]; num_extra_bits = s_tdefl_large_dist_extra[match_dis… in tdefl_compress_lz_codes()
887 …s0 = s_tdefl_small_dist_sym[match_dist & 511]; s1 = s_tdefl_large_dist_sym[(match_dist >> 8) & 127… in tdefl_record_match()
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Utilities/
H A Dminiz.cpp1040 static const mz_uint8 s_tdefl_large_dist_sym[128] = { variable
1281 s1 = s_tdefl_large_dist_sym[match_dist >> 8]; in tdefl_compress_lz_codes()
1366 …sym = s_tdefl_large_dist_sym[match_dist >> 8]; num_extra_bits = s_tdefl_large_dist_extra[match_dis… in tdefl_compress_lz_codes()
1636 s1 = s_tdefl_large_dist_sym[cur_match_dist >> 8]; in tdefl_compress_fast()
1727 …s0 = s_tdefl_small_dist_sym[match_dist & 511]; s1 = s_tdefl_large_dist_sym[(match_dist >> 8) & 127… in tdefl_record_match()
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/OpenClaw/Engine/Resource/
H A DMiniz.cpp1014 static const mz_uint8 s_tdefl_large_dist_sym[128] = { variable
1258 s1 = s_tdefl_large_dist_sym[match_dist >> 8]; in tdefl_compress_lz_codes()
1343 …sym = s_tdefl_large_dist_sym[match_dist >> 8]; num_extra_bits = s_tdefl_large_dist_extra[match_dis… in tdefl_compress_lz_codes()
1610 s1 = s_tdefl_large_dist_sym[cur_match_dist >> 8]; in tdefl_compress_fast()
1701 …s0 = s_tdefl_small_dist_sym[match_dist & 511]; s1 = s_tdefl_large_dist_sym[(match_dist >> 8) & 127… in tdefl_record_match()
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/libwap/
H A DMiniz.cpp1014 static const mz_uint8 s_tdefl_large_dist_sym[128] = { variable
1258 s1 = s_tdefl_large_dist_sym[match_dist >> 8]; in tdefl_compress_lz_codes()
1343 …sym = s_tdefl_large_dist_sym[match_dist >> 8]; num_extra_bits = s_tdefl_large_dist_extra[match_dis… in tdefl_compress_lz_codes()
1610 s1 = s_tdefl_large_dist_sym[cur_match_dist >> 8]; in tdefl_compress_fast()
1701 …s0 = s_tdefl_small_dist_sym[match_dist & 511]; s1 = s_tdefl_large_dist_sym[(match_dist >> 8) & 127… in tdefl_record_match()
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/ExternalLibs/ttvfs_zip/
H A Dminiz.c1772 static const mz_uint8 s_tdefl_large_dist_sym[128] = { variable
2013 s1 = s_tdefl_large_dist_sym[match_dist >> 8]; in tdefl_compress_lz_codes()
2098 …sym = s_tdefl_large_dist_sym[match_dist >> 8]; num_extra_bits = s_tdefl_large_dist_extra[match_dis… in tdefl_compress_lz_codes()
2365 s1 = s_tdefl_large_dist_sym[cur_match_dist >> 8]; in tdefl_compress_fast()
2456 …s0 = s_tdefl_small_dist_sym[match_dist & 511]; s1 = s_tdefl_large_dist_sym[(match_dist >> 8) & 127… in tdefl_record_match()
/dports/games/pioneer/pioneer-20210723/contrib/miniz/
H A Dminiz.h1792 static const mz_uint8 s_tdefl_large_dist_sym[128] = { variable
2033 s1 = s_tdefl_large_dist_sym[match_dist >> 8]; in tdefl_compress_lz_codes()
2118 …sym = s_tdefl_large_dist_sym[match_dist >> 8]; num_extra_bits = s_tdefl_large_dist_extra[match_dis… in tdefl_compress_lz_codes()
2385 s1 = s_tdefl_large_dist_sym[cur_match_dist >> 8]; in tdefl_compress_fast()
2476 …s0 = s_tdefl_small_dist_sym[match_dist & 511]; s1 = s_tdefl_large_dist_sym[(match_dist >> 8) & 127… in tdefl_record_match()
/dports/graphics/aloadimage/arcan-0.6.1/src/tools/vrbridge/OpenHMD/ext_deps/
H A Dminiz.c1807 static const mz_uint8 s_tdefl_large_dist_sym[128] = { variable
2048 s1 = s_tdefl_large_dist_sym[match_dist >> 8]; in tdefl_compress_lz_codes()
2133 …sym = s_tdefl_large_dist_sym[match_dist >> 8]; num_extra_bits = s_tdefl_large_dist_extra[match_dis… in tdefl_compress_lz_codes()
2400 s1 = s_tdefl_large_dist_sym[cur_match_dist >> 8]; in tdefl_compress_fast()
2491 …s0 = s_tdefl_small_dist_sym[match_dist & 511]; s1 = s_tdefl_large_dist_sym[(match_dist >> 8) & 127… in tdefl_record_match()
/dports/sysutils/acfgfs/arcan-0.6.1/src/tools/vrbridge/OpenHMD/ext_deps/
H A Dminiz.c1807 static const mz_uint8 s_tdefl_large_dist_sym[128] = { variable
2048 s1 = s_tdefl_large_dist_sym[match_dist >> 8]; in tdefl_compress_lz_codes()
2133 …sym = s_tdefl_large_dist_sym[match_dist >> 8]; num_extra_bits = s_tdefl_large_dist_extra[match_dis… in tdefl_compress_lz_codes()
2400 s1 = s_tdefl_large_dist_sym[cur_match_dist >> 8]; in tdefl_compress_fast()
2491 …s0 = s_tdefl_small_dist_sym[match_dist & 511]; s1 = s_tdefl_large_dist_sym[(match_dist >> 8) & 127… in tdefl_record_match()
/dports/lang/v/v-0.1.29/thirdparty/zip/
H A Dminiz.h2620 static const mz_uint8 s_tdefl_large_dist_sym[128] = { variable
3006 s1 = s_tdefl_large_dist_sym[match_dist >> 8]; in tdefl_compress_lz_codes()
3091 sym = s_tdefl_large_dist_sym[match_dist >> 8]; in tdefl_compress_lz_codes()
3444 s1 = s_tdefl_large_dist_sym[cur_match_dist >> 8]; in tdefl_compress_fast()
3569 s1 = s_tdefl_large_dist_sym[(match_dist >> 8) & 127]; in tdefl_record_match()
/dports/science/afni/afni-AFNI_21.3.16/src/crorden/dcm2niix_console/
H A Dminiz.c1813 static const mz_uint8 s_tdefl_large_dist_sym[128] = { variable
2054 s1 = s_tdefl_large_dist_sym[match_dist >> 8]; in tdefl_compress_lz_codes()
2139 …sym = s_tdefl_large_dist_sym[match_dist >> 8]; num_extra_bits = s_tdefl_large_dist_extra[match_dis… in tdefl_compress_lz_codes()
2406 s1 = s_tdefl_large_dist_sym[cur_match_dist >> 8]; in tdefl_compress_fast()
2497 …s0 = s_tdefl_small_dist_sym[match_dist & 511]; s1 = s_tdefl_large_dist_sym[(match_dist >> 8) & 127… in tdefl_record_match()
/dports/devel/upp/upp/bazaar/plugin/assimp/contrib/zip/src/
H A Dminiz.h2620 static const mz_uint8 s_tdefl_large_dist_sym[128] = { variable
3006 s1 = s_tdefl_large_dist_sym[match_dist >> 8]; in tdefl_compress_lz_codes()
3091 sym = s_tdefl_large_dist_sym[match_dist >> 8]; in tdefl_compress_lz_codes()
3444 s1 = s_tdefl_large_dist_sym[cur_match_dist >> 8]; in tdefl_compress_fast()
3569 s1 = s_tdefl_large_dist_sym[(match_dist >> 8) & 127]; in tdefl_record_match()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlabplugins/filter_sketchfab/
H A Dminiz.c1812 static const mz_uint8 s_tdefl_large_dist_sym[128] = { variable
2053 s1 = s_tdefl_large_dist_sym[match_dist >> 8]; in tdefl_compress_lz_codes()
2138 …sym = s_tdefl_large_dist_sym[match_dist >> 8]; num_extra_bits = s_tdefl_large_dist_extra[match_dis… in tdefl_compress_lz_codes()
2410 s1 = s_tdefl_large_dist_sym[cur_match_dist >> 8]; in tdefl_compress_fast()
2501 …s0 = s_tdefl_small_dist_sym[match_dist & 511]; s1 = s_tdefl_large_dist_sym[(match_dist >> 8) & 127… in tdefl_record_match()
/dports/devel/fossil/fossil-src-2.17/src/
H A Dminiz.c1807 static const mz_uint8 s_tdefl_large_dist_sym[128] = { variable
2048 s1 = s_tdefl_large_dist_sym[match_dist >> 8]; in tdefl_compress_lz_codes()
2133 …sym = s_tdefl_large_dist_sym[match_dist >> 8]; num_extra_bits = s_tdefl_large_dist_extra[match_dis… in tdefl_compress_lz_codes()
2400 s1 = s_tdefl_large_dist_sym[cur_match_dist >> 8]; in tdefl_compress_fast()
2491 …s0 = s_tdefl_small_dist_sym[match_dist & 511]; s1 = s_tdefl_large_dist_sym[(match_dist >> 8) & 127… in tdefl_record_match()
/dports/misc/openhmd/OpenHMD-0.3.0/src/ext_deps/
H A Dminiz.c1807 static const mz_uint8 s_tdefl_large_dist_sym[128] = { variable
2048 s1 = s_tdefl_large_dist_sym[match_dist >> 8]; in tdefl_compress_lz_codes()
2133 …sym = s_tdefl_large_dist_sym[match_dist >> 8]; num_extra_bits = s_tdefl_large_dist_extra[match_dis… in tdefl_compress_lz_codes()
2400 s1 = s_tdefl_large_dist_sym[cur_match_dist >> 8]; in tdefl_compress_fast()
2491 …s0 = s_tdefl_small_dist_sym[match_dist & 511]; s1 = s_tdefl_large_dist_sym[(match_dist >> 8) & 127… in tdefl_record_match()
/dports/lang/zig-devel/zig-0.9.0/test/standalone/issue_9812/vendor/kuba-zip/
H A Dminiz.h2621 static const mz_uint8 s_tdefl_large_dist_sym[128] = { variable
3007 s1 = s_tdefl_large_dist_sym[match_dist >> 8]; in tdefl_compress_lz_codes()
3092 sym = s_tdefl_large_dist_sym[match_dist >> 8]; in tdefl_compress_lz_codes()
3445 s1 = s_tdefl_large_dist_sym[cur_match_dist >> 8]; in tdefl_compress_fast()
3570 s1 = s_tdefl_large_dist_sym[(match_dist >> 8) & 127]; in tdefl_record_match()
/dports/lang/zig/zig-0.9.0/test/standalone/issue_9812/vendor/kuba-zip/
H A Dminiz.h2621 static const mz_uint8 s_tdefl_large_dist_sym[128] = { variable
3007 s1 = s_tdefl_large_dist_sym[match_dist >> 8]; in tdefl_compress_lz_codes()
3092 sym = s_tdefl_large_dist_sym[match_dist >> 8]; in tdefl_compress_lz_codes()
3445 s1 = s_tdefl_large_dist_sym[cur_match_dist >> 8]; in tdefl_compress_fast()
3570 s1 = s_tdefl_large_dist_sym[(match_dist >> 8) & 127]; in tdefl_record_match()

123