Home
last modified time | relevance | path

Searched refs:lencodes (Results 1 – 25 of 112) sorted by relevance

12345

/dports/emulators/gngeo/gngeo-gngeo_0.8/src/
H A Dstb_zlib.c212 uint8 lencodes[286+32+137];//padding for maximum single op in compute_huffman_codes() local
232 lencodes[n++] = (uint8) c; in compute_huffman_codes()
235 memset(lencodes+n, lencodes[n-1], c); in compute_huffman_codes()
239 memset(lencodes+n, 0, c); in compute_huffman_codes()
244 memset(lencodes+n, 0, c); in compute_huffman_codes()
249 if (!zbuild_huffman(&a->z_length, lencodes, hlit)) return 0; in compute_huffman_codes()
250 if (!zbuild_huffman(&a->z_distance, lencodes+hlit, hdist)) return 0; in compute_huffman_codes()
H A Dstb_image.c1827 uint8 lencodes[286+32+137];//padding for maximum single op in compute_huffman_codes() local
1847 lencodes[n++] = (uint8) c; in compute_huffman_codes()
1850 memset(lencodes+n, lencodes[n-1], c); in compute_huffman_codes()
1854 memset(lencodes+n, 0, c); in compute_huffman_codes()
1859 memset(lencodes+n, 0, c); in compute_huffman_codes()
1864 if (!zbuild_huffman(&a->z_length, lencodes, hlit)) return 0; in compute_huffman_codes()
1865 if (!zbuild_huffman(&a->z_distance, lencodes+hlit, hdist)) return 0; in compute_huffman_codes()
/dports/security/putty/putty-0.76/
H A Dsshzlib.c403 static const coderecord lencodes[] = { variable
508 j = lenof(lencodes); in zlib_match()
512 if (thislen < lencodes[k].min) in zlib_match()
514 else if (thislen > lencodes[k].max) in zlib_match()
517 l = &lencodes[k]; in zlib_match()
1161 rec = &lencodes[dctx->sym - 257]; in zlib_decompress_block()
/dports/security/putty-nogtk/putty-0.76/
H A Dsshzlib.c403 static const coderecord lencodes[] = { variable
508 j = lenof(lencodes); in zlib_match()
512 if (thislen < lencodes[k].min) in zlib_match()
514 else if (thislen > lencodes[k].max) in zlib_match()
517 l = &lencodes[k]; in zlib_match()
1161 rec = &lencodes[dctx->sym - 257]; in zlib_decompress_block()
/dports/ftp/filezilla/filezilla-3.55.1/src/putty/
H A Dsshzlib.c403 static const coderecord lencodes[] = { variable
508 j = lenof(lencodes); in zlib_match()
512 if (thislen < lencodes[k].min) in zlib_match()
514 else if (thislen > lencodes[k].max) in zlib_match()
517 l = &lencodes[k]; in zlib_match()
1161 rec = &lencodes[dctx->sym - 257]; in zlib_decompress_block()
/dports/textproc/halibut/halibut-1.2/
H A Ddeflate.c241 static const coderecord lencodes[] = { variable
893 j = sizeof(lencodes) / sizeof(*lencodes); in match()
897 if (thislen < lencodes[k].min) in match()
899 else if (thislen > lencodes[k].max) in match()
902 l = &lencodes[k]; in match()
1806 rec = &lencodes[dctx->sym - 257]; in deflate_decompress_data()
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/libprojectm/Renderer/SOIL/
H A Dstb_image_aug.c1819 uint8 lencodes[286+32+137];//padding for maximum single op in compute_huffman_codes() local
1839 lencodes[n++] = (uint8) c; in compute_huffman_codes()
1842 memset(lencodes+n, lencodes[n-1], c); in compute_huffman_codes()
1846 memset(lencodes+n, 0, c); in compute_huffman_codes()
1851 memset(lencodes+n, 0, c); in compute_huffman_codes()
1856 if (!zbuild_huffman(&a->z_length, lencodes, hlit)) return 0; in compute_huffman_codes()
1857 if (!zbuild_huffman(&a->z_distance, lencodes+hlit, hdist)) return 0; in compute_huffman_codes()
/dports/graphics/cogl/cogl-1.22.8/cogl/
H A Dstb_image.c2091 uint8_t lencodes[286+32+137];//padding for maximum single op in compute_huffman_codes() local
2111 lencodes[n++] = (uint8_t) c; in compute_huffman_codes()
2114 memset(lencodes+n, lencodes[n-1], c); in compute_huffman_codes()
2118 memset(lencodes+n, 0, c); in compute_huffman_codes()
2123 memset(lencodes+n, 0, c); in compute_huffman_codes()
2128 if (!zbuild_huffman(&a->z_length, lencodes, hlit)) return 0; in compute_huffman_codes()
2129 if (!zbuild_huffman(&a->z_distance, lencodes+hlit, hdist)) return 0; in compute_huffman_codes()
/dports/devel/stb/stb-f54acd4/deprecated/
H A Dstb_image.c2187 stbi__uint8 lencodes[286+32+137];//padding for maximum single op in compute_huffman_codes() local
2207 lencodes[n++] = (stbi__uint8) c; in compute_huffman_codes()
2210 memset(lencodes+n, lencodes[n-1], c); in compute_huffman_codes()
2214 memset(lencodes+n, 0, c); in compute_huffman_codes()
2219 memset(lencodes+n, 0, c); in compute_huffman_codes()
2224 if (!zbuild_huffman(&a->z_length, lencodes, hlit)) return 0; in compute_huffman_codes()
2225 if (!zbuild_huffman(&a->z_distance, lencodes+hlit, hdist)) return 0; in compute_huffman_codes()
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/stb_image/
H A Dstb_image.cpp2036 uint8 lencodes[286 + 32 + 137]; //padding for maximum single op in compute_huffman_codes() local
2058 lencodes[n++] = (uint8)c; in compute_huffman_codes()
2062 memset(lencodes + n, lencodes[n - 1], c); in compute_huffman_codes()
2068 memset(lencodes + n, 0, c); in compute_huffman_codes()
2075 memset(lencodes + n, 0, c); in compute_huffman_codes()
2080 if (!zbuild_huffman(&a->z_length, lencodes, hlit)) return 0; in compute_huffman_codes()
2081 if (!zbuild_huffman(&a->z_distance, lencodes + hlit, hdist)) return 0; in compute_huffman_codes()
/dports/graphics/cegui/cegui-0.8.7/cegui/src/ImageCodecModules/STB/
H A Dstb_image.cpp2164 uint8 lencodes[286+32+137];//padding for maximum single op in compute_huffman_codes() local
2184 lencodes[n++] = (uint8) c; in compute_huffman_codes()
2187 memset(lencodes+n, lencodes[n-1], c); in compute_huffman_codes()
2191 memset(lencodes+n, 0, c); in compute_huffman_codes()
2196 memset(lencodes+n, 0, c); in compute_huffman_codes()
2201 if (!zbuild_huffman(&a->z_length, lencodes, hlit)) return 0; in compute_huffman_codes()
2202 if (!zbuild_huffman(&a->z_distance, lencodes+hlit, hdist)) return 0; in compute_huffman_codes()
/dports/audio/carla/Carla-2.4.1/source/modules/dgl/src/nanovg/
H A Dstb_image.h2184 stbi_uc lencodes[286+32+137];//padding for maximum single op in stbi__compute_huffman_codes() local
2204 lencodes[n++] = (stbi_uc) c; in stbi__compute_huffman_codes()
2207 memset(lencodes+n, lencodes[n-1], c); in stbi__compute_huffman_codes()
2211 memset(lencodes+n, 0, c); in stbi__compute_huffman_codes()
2216 memset(lencodes+n, 0, c); in stbi__compute_huffman_codes()
2221 if (!stbi__zbuild_huffman(&a->z_length, lencodes, hlit)) return 0; in stbi__compute_huffman_codes()
2222 if (!stbi__zbuild_huffman(&a->z_distance, lencodes+hlit, hdist)) return 0; in stbi__compute_huffman_codes()
/dports/cad/repsnapper/repsnapper-2.5a4/libraries/amf/amftools-code/src/stb_image/
H A Dstb_image.cpp1833 uint8 lencodes[286+32+137];//padding for maximum single op in compute_huffman_codes() local
1853 lencodes[n++] = (uint8) c; in compute_huffman_codes()
1856 memset(lencodes+n, lencodes[n-1], c); in compute_huffman_codes()
1860 memset(lencodes+n, 0, c); in compute_huffman_codes()
1865 memset(lencodes+n, 0, c); in compute_huffman_codes()
1870 if (!zbuild_huffman(&a->z_length, lencodes, hlit)) return 0; in compute_huffman_codes()
1871 if (!zbuild_huffman(&a->z_distance, lencodes+hlit, hdist)) return 0; in compute_huffman_codes()
/dports/audio/dpf-plugins-lv2/DPF-Plugins-1.4/dpf/dgl/src/nanovg/
H A Dstb_image.h2184 stbi_uc lencodes[286+32+137];//padding for maximum single op in stbi__compute_huffman_codes() local
2204 lencodes[n++] = (stbi_uc) c; in stbi__compute_huffman_codes()
2207 memset(lencodes+n, lencodes[n-1], c); in stbi__compute_huffman_codes()
2211 memset(lencodes+n, 0, c); in stbi__compute_huffman_codes()
2216 memset(lencodes+n, 0, c); in stbi__compute_huffman_codes()
2221 if (!stbi__zbuild_huffman(&a->z_length, lencodes, hlit)) return 0; in stbi__compute_huffman_codes()
2222 if (!stbi__zbuild_huffman(&a->z_distance, lencodes+hlit, hdist)) return 0; in stbi__compute_huffman_codes()
/dports/audio/dragonfly-reverb-lv2/dragonfly-reverb-3.2.5/dpf/dgl/src/nanovg/
H A Dstb_image.h2184 stbi_uc lencodes[286+32+137];//padding for maximum single op in stbi__compute_huffman_codes() local
2204 lencodes[n++] = (stbi_uc) c; in stbi__compute_huffman_codes()
2207 memset(lencodes+n, lencodes[n-1], c); in stbi__compute_huffman_codes()
2211 memset(lencodes+n, 0, c); in stbi__compute_huffman_codes()
2216 memset(lencodes+n, 0, c); in stbi__compute_huffman_codes()
2221 if (!stbi__zbuild_huffman(&a->z_length, lencodes, hlit)) return 0; in stbi__compute_huffman_codes()
2222 if (!stbi__zbuild_huffman(&a->z_distance, lencodes+hlit, hdist)) return 0; in stbi__compute_huffman_codes()
/dports/net-im/uTox/uTox/third-party/stb/deprecated/
H A Dstb_image.c2187 stbi__uint8 lencodes[286+32+137];//padding for maximum single op in compute_huffman_codes() local
2207 lencodes[n++] = (stbi__uint8) c; in compute_huffman_codes()
2210 memset(lencodes+n, lencodes[n-1], c); in compute_huffman_codes()
2214 memset(lencodes+n, 0, c); in compute_huffman_codes()
2219 memset(lencodes+n, 0, c); in compute_huffman_codes()
2224 if (!zbuild_huffman(&a->z_length, lencodes, hlit)) return 0; in compute_huffman_codes()
2225 if (!zbuild_huffman(&a->z_distance, lencodes+hlit, hdist)) return 0; in compute_huffman_codes()
/dports/cad/cura-engine/CuraEngine-fadb5d6b/include/stb/deprecated/
H A Dstb_image.c2187 stbi__uint8 lencodes[286+32+137];//padding for maximum single op in compute_huffman_codes() local
2207 lencodes[n++] = (stbi__uint8) c; in compute_huffman_codes()
2210 memset(lencodes+n, lencodes[n-1], c); in compute_huffman_codes()
2214 memset(lencodes+n, 0, c); in compute_huffman_codes()
2219 memset(lencodes+n, 0, c); in compute_huffman_codes()
2224 if (!zbuild_huffman(&a->z_length, lencodes, hlit)) return 0; in compute_huffman_codes()
2225 if (!zbuild_huffman(&a->z_distance, lencodes+hlit, hdist)) return 0; in compute_huffman_codes()
/dports/security/ridl/ridl-11b3240/stb/deprecated/
H A Dstb_image.c2187 stbi__uint8 lencodes[286+32+137];//padding for maximum single op in compute_huffman_codes() local
2207 lencodes[n++] = (stbi__uint8) c; in compute_huffman_codes()
2210 memset(lencodes+n, lencodes[n-1], c); in compute_huffman_codes()
2214 memset(lencodes+n, 0, c); in compute_huffman_codes()
2219 memset(lencodes+n, 0, c); in compute_huffman_codes()
2224 if (!zbuild_huffman(&a->z_length, lencodes, hlit)) return 0; in compute_huffman_codes()
2225 if (!zbuild_huffman(&a->z_distance, lencodes+hlit, hdist)) return 0; in compute_huffman_codes()
/dports/audio/midiomatic-lv2/midiomatic-0.2.0/dpf/dgl/src/nanovg/
H A Dstb_image.h2184 stbi_uc lencodes[286+32+137];//padding for maximum single op in stbi__compute_huffman_codes() local
2204 lencodes[n++] = (stbi_uc) c; in stbi__compute_huffman_codes()
2207 memset(lencodes+n, lencodes[n-1], c); in stbi__compute_huffman_codes()
2211 memset(lencodes+n, 0, c); in stbi__compute_huffman_codes()
2216 memset(lencodes+n, 0, c); in stbi__compute_huffman_codes()
2221 if (!stbi__zbuild_huffman(&a->z_length, lencodes, hlit)) return 0; in stbi__compute_huffman_codes()
2222 if (!stbi__zbuild_huffman(&a->z_distance, lencodes+hlit, hdist)) return 0; in stbi__compute_huffman_codes()
/dports/audio/fogpad-lv2/fogpad-port-1.0.0-3-gc52326b/dpf/dgl/src/nanovg/
H A Dstb_image.h2184 stbi_uc lencodes[286+32+137];//padding for maximum single op in stbi__compute_huffman_codes() local
2204 lencodes[n++] = (stbi_uc) c; in stbi__compute_huffman_codes()
2207 memset(lencodes+n, lencodes[n-1], c); in stbi__compute_huffman_codes()
2211 memset(lencodes+n, 0, c); in stbi__compute_huffman_codes()
2216 memset(lencodes+n, 0, c); in stbi__compute_huffman_codes()
2221 if (!stbi__zbuild_huffman(&a->z_length, lencodes, hlit)) return 0; in stbi__compute_huffman_codes()
2222 if (!stbi__zbuild_huffman(&a->z_distance, lencodes+hlit, hdist)) return 0; in stbi__compute_huffman_codes()
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/graphics/image/
H A Dstb_image.cpp1892 uint8 lencodes[286+32+137];//padding for maximum single op in compute_huffman_codes() local
1912 lencodes[n++] = (uint8) c; in compute_huffman_codes()
1915 memset(lencodes+n, lencodes[n-1], c); in compute_huffman_codes()
1919 memset(lencodes+n, 0, c); in compute_huffman_codes()
1924 memset(lencodes+n, 0, c); in compute_huffman_codes()
1929 if (!zbuild_huffman(&a->z_length, lencodes, hlit)) return 0; in compute_huffman_codes()
1930 if (!zbuild_huffman(&a->z_distance, lencodes+hlit, hdist)) return 0; in compute_huffman_codes()
/dports/audio/nekobi-lv2/Nekobi-840a692/dpf/dgl/src/nanovg/
H A Dstb_image.h2184 stbi_uc lencodes[286+32+137];//padding for maximum single op
2204 lencodes[n++] = (stbi_uc) c;
2207 memset(lencodes+n, lencodes[n-1], c);
2211 memset(lencodes+n, 0, c);
2216 memset(lencodes+n, 0, c);
2221 if (!stbi__zbuild_huffman(&a->z_length, lencodes, hlit)) return 0;
2222 if (!stbi__zbuild_huffman(&a->z_distance, lencodes+hlit, hdist)) return 0;
/dports/audio/zam-plugins-lv2/zam-plugins-3.14/dpf/dgl/src/nanovg/
H A Dstb_image.h2184 stbi_uc lencodes[286+32+137];//padding for maximum single op in stbi__compute_huffman_codes() local
2204 lencodes[n++] = (stbi_uc) c; in stbi__compute_huffman_codes()
2207 memset(lencodes+n, lencodes[n-1], c); in stbi__compute_huffman_codes()
2211 memset(lencodes+n, 0, c); in stbi__compute_huffman_codes()
2216 memset(lencodes+n, 0, c); in stbi__compute_huffman_codes()
2221 if (!stbi__zbuild_huffman(&a->z_length, lencodes, hlit)) return 0; in stbi__compute_huffman_codes()
2222 if (!stbi__zbuild_huffman(&a->z_distance, lencodes+hlit, hdist)) return 0; in stbi__compute_huffman_codes()
/dports/audio/stone-phaser-lv2/stone-phaser-0.1.2-17-gda92961/dpf/dgl/src/nanovg/
H A Dstb_image.h2184 stbi_uc lencodes[286+32+137];//padding for maximum single op in stbi__compute_huffman_codes() local
2204 lencodes[n++] = (stbi_uc) c; in stbi__compute_huffman_codes()
2207 memset(lencodes+n, lencodes[n-1], c); in stbi__compute_huffman_codes()
2211 memset(lencodes+n, 0, c); in stbi__compute_huffman_codes()
2216 memset(lencodes+n, 0, c); in stbi__compute_huffman_codes()
2221 if (!stbi__zbuild_huffman(&a->z_length, lencodes, hlit)) return 0; in stbi__compute_huffman_codes()
2222 if (!stbi__zbuild_huffman(&a->z_distance, lencodes+hlit, hdist)) return 0; in stbi__compute_huffman_codes()
/dports/audio/ssr-lv2/ssr-e1999da/dpf/dgl/src/nanovg/
H A Dstb_image.h2184 stbi_uc lencodes[286+32+137];//padding for maximum single op in stbi__compute_huffman_codes() local
2204 lencodes[n++] = (stbi_uc) c; in stbi__compute_huffman_codes()
2207 memset(lencodes+n, lencodes[n-1], c); in stbi__compute_huffman_codes()
2211 memset(lencodes+n, 0, c); in stbi__compute_huffman_codes()
2216 memset(lencodes+n, 0, c); in stbi__compute_huffman_codes()
2221 if (!stbi__zbuild_huffman(&a->z_length, lencodes, hlit)) return 0; in stbi__compute_huffman_codes()
2222 if (!stbi__zbuild_huffman(&a->z_distance, lencodes+hlit, hdist)) return 0; in stbi__compute_huffman_codes()

12345