Home
last modified time | relevance | path

Searched refs:length_code (Results 1 – 25 of 184) sorted by last modified time

12345678

/dports/sysutils/busybox/busybox-1.26.2/archival/
H A Dgzip.c1004 uch length_code[MAX_MATCH - MIN_MATCH + 1]; member
1586 G2.dyn_ltree[G2.length_code[lc] + LITERALS + 1].Freq++; in ct_tally()
1648 code = G2.length_code[lc]; in compress_block()
1991 G2.length_code[length++] = code; in ct_init()
1999 G2.length_code[length - 1] = code; in ct_init()
/dports/net-im/purple-rocketchat/purple-rocketchat-5c08ad0eacd39914d27b692d7eb42a94a991fb4c/
H A Dlibrocketchat.c2368 guchar length_code; local
2410 length_code = 0;
2412 if (length_code <= 125) {
2413 ping_frame_len = length_code;
2414 } else if (length_code == 126) {
2418 } else if (length_code == 127) {
2441 length_code = 0;
2443 if (length_code <= 125) {
2444 ya->frame_len = length_code;
2445 } else if (length_code == 126) {
[all …]
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/zip/zip/
H A Dtrees.c295 local uch length_code[MAX_MATCH-MIN_MATCH+1]; variable
505 length_code[length++] = (uch)code;
513 length_code[length-1] = (uch)code;
1159 dyn_ltree[length_code[lc]+LITERALS+1].Freq++;
1218 code = length_code[lc];
/dports/graphics/sam2p/sam2p-0.49.4/
H A Dpts_defl.c2593 static uch length_code[MAX_MATCH-MIN_MATCH+1]; variable
2731 length_code[length++] = (uch)code; in tr_static_init()
2739 length_code[length-1] = (uch)code; in tr_static_init()
3476 s->dyn_ltree[length_code[lc]+LITERALS+1].Freq++;
3526 code = length_code[lc];
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/Bundle/
H A Dlodepng.cpp1351 unsigned length_code = (unsigned)searchCodeIndex(LENGTHBASE, 29, length); in addLengthDistance() local
1352 unsigned extra_length = (unsigned)(length - LENGTHBASE[length_code]); in addLengthDistance()
1356 uivector_push_back(values, length_code + FIRST_LENGTH_CODE_INDEX); in addLengthDistance()
/dports/audio/ocp/ocp-0.2.90/playgmi/timidity-git/libarc/
H A Ddeflate.c382 uch length_code[MAX_MATCH-MIN_MATCH+1]; member
1165 encoder->length_code[length++] = (uch)code; in ct_init()
1173 encoder->length_code[length-1] = (uch)code; in ct_init()
1774 encoder->dyn_ltree[encoder->length_code[lc]+LITERALS+1].Freq++; in ct_tally()
1842 code = encoder->length_code[lc]; in compress_block()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/deflate/src/
H A Dhuffman_table.rs222 pub length_code: HuffmanCode, field
418 length_code: l_codes.0, in get_length_distance_code()
523 assert_eq!(ld.length_code.code, 0b00100000); in make_table_fixed()
/dports/lang/rust/rustc-1.58.1-src/vendor/libz-sys/src/zlib-ng/tools/
H A Dmaketrees.c26 static unsigned char length_code[MAX_MATCH-MIN_MATCH+1]; variable
50 length_code[length++] = (unsigned char)code; in tr_static_init()
57 length_code[length-1] = (unsigned char)code; in tr_static_init()
126 printf("%2u%s", length_code[i], SEPARATOR(i, MAX_MATCH-MIN_MATCH, 20)); in gen_trees_header()
/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/utils/lodepng/
H A Dlodepng.c1475 unsigned length_code = (unsigned)searchCodeIndex(LENGTHBASE, 29, length); in addLengthDistance() local
1476 unsigned extra_length = (unsigned)(length - LENGTHBASE[length_code]); in addLengthDistance()
1480 uivector_push_back(values, length_code + FIRST_LENGTH_CODE_INDEX); in addLengthDistance()
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/thirdparty_builtin/lodepng/
H A Dlodepng.cpp1315 unsigned length_code = (unsigned)searchCodeIndex(LENGTHBASE, 29, length); in addLengthDistance() local
1316 unsigned extra_length = (unsigned)(length - LENGTHBASE[length_code]); in addLengthDistance()
1320 uivector_push_back(values, length_code + FIRST_LENGTH_CODE_INDEX); in addLengthDistance()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/public/-/speedscope/
H A Dimport.e3a73ef4.js.map1 …o different ways: code 284 + 5 bits or code 285, so we\n * overwrite length_code[255] to use the…
/dports/games/wargus/wargus-3.2.0/StormLib/src/pklib/
H A Dexplode.c273 unsigned int length_code; // Length code in DecodeLit() local
284 length_code = pWork->LengthCodes[pWork->bit_buff & 0xFF]; in DecodeLit()
287 if(WasteBits(pWork, pWork->LenBits[length_code])) in DecodeLit()
291 if((extra_length_bits = pWork->ExLenBits[length_code]) != 0) in DecodeLit()
297 if((length_code + extra_length) != 0x10E) in DecodeLit()
300 length_code = pWork->LenBase[length_code] + extra_length; in DecodeLit()
305 return length_code + 0x100; in DecodeLit()
/dports/games/vkquake/vkQuake-1.12.2/Quake/
H A Dlodepng.c1365 unsigned length_code = (unsigned)searchCodeIndex(LENGTHBASE, 29, length); in addLengthDistance() local
1366 unsigned extra_length = (unsigned)(length - LENGTHBASE[length_code]); in addLengthDistance()
1370 uivector_push_back(values, length_code + FIRST_LENGTH_CODE_INDEX); in addLengthDistance()
/dports/www/nextcloud-contacts/contacts/js/
H A Dcontacts-main.js.map1 …o different ways: code 284 + 5 bits or code 285, so we\n * overwrite length_code[255] to use the…
/dports/devel/R-cran-BH/BH/inst/include/boost/beast/zlib/detail/
H A Ddeflate_stream.ipp163 tables.length_code[length++] = code;
168 // overwrite length_code[255] to use the best encoding:
169 tables.length_code[255] = lengthCodes-1;
1178 code = lut_.length_code[lc];
1371 dyn_ltree_[lut_.length_code[len]+literals+1].fc++;
H A Ddeflate_stream.hpp194 std::uint8_t length_code[maxMatch-minMatch+1]; member
/dports/devel/doxygen/doxygen-1.9.3/liblodepng/
H A Dlodepng.cpp694 unsigned length_code = (unsigned)searchCodeIndex(LENGTHBASE, 29, length); in addLengthDistance() local
695 unsigned extra_length = (unsigned)(length - LENGTHBASE[length_code]); in addLengthDistance()
699 uivector_push_back(values, length_code + FIRST_LENGTH_CODE_INDEX); in addLengthDistance()
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/openvr/samples/shared/
H A Dlodepng.cpp1354 unsigned length_code = (unsigned)searchCodeIndex(LENGTHBASE, 29, length); in addLengthDistance() local
1355 unsigned extra_length = (unsigned)(length - LENGTHBASE[length_code]); in addLengthDistance()
1359 uivector_push_back(values, length_code + FIRST_LENGTH_CODE_INDEX); in addLengthDistance()
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/openvr/samples/shared/
H A Dlodepng.cpp1354 unsigned length_code = (unsigned)searchCodeIndex(LENGTHBASE, 29, length); in addLengthDistance() local
1355 unsigned extra_length = (unsigned)(length - LENGTHBASE[length_code]); in addLengthDistance()
1359 uivector_push_back(values, length_code + FIRST_LENGTH_CODE_INDEX); in addLengthDistance()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/thirdparty/lodepng/vtkmlodepng/
H A Dlodepng.cpp1215 unsigned length_code = (unsigned)searchCodeIndex(LENGTHBASE, 29, length); in addLengthDistance() local
1216 unsigned extra_length = (unsigned)(length - LENGTHBASE[length_code]); in addLengthDistance()
1220 uivector_push_back(values, length_code + FIRST_LENGTH_CODE_INDEX); in addLengthDistance()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavformat/
H A Dspdifenc.c61 int length_code; ///< length code in bits or bytes, depending on data type member
147 ctx->length_code = ctx->hd_buf_filled; in spdif_header_eac3()
236 ctx->length_code = FFALIGN(ctx->out_bytes + 0x8, 0x10) - 0x8; in spdif_header_dts4()
310 ctx->length_code = core_size << 3; in spdif_header_dts()
564 ctx->length_code = MAT_FRAME_SIZE; in spdif_header_truehd()
631 ctx->length_code = FFALIGN(pkt->size, 2) << 3; in spdif_write_packet()
651 spdif_put_16(ctx, s->pb, ctx->length_code);//Pd in spdif_write_packet()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/beast/zlib/detail/
H A Ddeflate_stream.ipp163 tables.length_code[length++] = code;
168 // overwrite length_code[255] to use the best encoding:
169 tables.length_code[255] = lengthCodes-1;
1178 code = lut_.length_code[lc];
1371 dyn_ltree_[lut_.length_code[len]+literals+1].fc++;
H A Ddeflate_stream.hpp194 std::uint8_t length_code[maxMatch-minMatch+1]; member
/dports/archivers/c-blosc2/c-blosc2-2.0.4/internal-complibs/zlib-ng-2.0.5/tools/
H A Dmaketrees.c26 static unsigned char length_code[MAX_MATCH-MIN_MATCH+1]; variable
50 length_code[length++] = (unsigned char)code; in tr_static_init()
57 length_code[length-1] = (unsigned char)code; in tr_static_init()
126 printf("%2u%s", length_code[i], SEPARATOR(i, MAX_MATCH-MIN_MATCH, 20)); in gen_trees_header()
/dports/multimedia/libmediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/MediaInfo/Audio/
H A DFile_SmpteSt0337.cpp1248 int32u length_code; in Data_Parse() local
1268 …Get_S3 (Stream_Bits, length_code, "length_code"); Param_Info2(length_code/8,… in Data_Parse()

12345678