Home
last modified time | relevance | path

Searched refs:static_lenb (Results 1 – 25 of 545) sorted by relevance

12345678910>>...22

/dports/misc/broot/broot-1.7.0/cargo-crates/libz-sys-1.1.3/src/zlib-ng/
H A Dtrees.c637 unsigned long opt_lenb, static_lenb; /* opt_len and static_len in bytes */ in zng_tr_flush_block() local
643 opt_lenb = static_lenb = 0; in zng_tr_flush_block()
667 static_lenb = (s->static_len+3+7) >> 3; in zng_tr_flush_block()
670 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len, in zng_tr_flush_block()
673 if (static_lenb <= opt_lenb) in zng_tr_flush_block()
674 opt_lenb = static_lenb; in zng_tr_flush_block()
678 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */ in zng_tr_flush_block()
691 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) { in zng_tr_flush_block()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libz-sys-1.1.3/src/zlib-ng/
H A Dtrees.c637 unsigned long opt_lenb, static_lenb; /* opt_len and static_len in bytes */ in zng_tr_flush_block() local
643 opt_lenb = static_lenb = 0; in zng_tr_flush_block()
667 static_lenb = (s->static_len+3+7) >> 3; in zng_tr_flush_block()
670 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len, in zng_tr_flush_block()
673 if (static_lenb <= opt_lenb) in zng_tr_flush_block()
674 opt_lenb = static_lenb; in zng_tr_flush_block()
678 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */ in zng_tr_flush_block()
691 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) { in zng_tr_flush_block()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/libz-sys-1.1.3/src/zlib-ng/
H A Dtrees.c637 unsigned long opt_lenb, static_lenb; /* opt_len and static_len in bytes */ in zng_tr_flush_block() local
643 opt_lenb = static_lenb = 0; in zng_tr_flush_block()
667 static_lenb = (s->static_len+3+7) >> 3; in zng_tr_flush_block()
670 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len, in zng_tr_flush_block()
673 if (static_lenb <= opt_lenb) in zng_tr_flush_block()
674 opt_lenb = static_lenb; in zng_tr_flush_block()
678 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */ in zng_tr_flush_block()
691 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) { in zng_tr_flush_block()
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/libz-sys-1.1.2/src/zlib-ng/
H A Dtrees.c637 unsigned long opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
663 static_lenb = (s->static_len+3+7) >> 3;
666 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
669 if (static_lenb <= opt_lenb)
670 opt_lenb = static_lenb;
674 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
692 } else if (static_lenb >= 0) { /* force static trees */
694 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
/dports/archivers/c-blosc2/c-blosc2-2.0.4/internal-complibs/zlib-ng-2.0.5/
H A Dtrees.c637 unsigned long opt_lenb, static_lenb; /* opt_len and static_len in bytes */ in zng_tr_flush_block() local
643 opt_lenb = static_lenb = 0; in zng_tr_flush_block()
667 static_lenb = (s->static_len+3+7) >> 3; in zng_tr_flush_block()
670 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len, in zng_tr_flush_block()
673 if (static_lenb <= opt_lenb) in zng_tr_flush_block()
674 opt_lenb = static_lenb; in zng_tr_flush_block()
678 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */ in zng_tr_flush_block()
691 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) { in zng_tr_flush_block()
/dports/devel/git-delta/delta-0.9.2/cargo-crates/libz-sys-1.1.2/src/zlib-ng/
H A Dtrees.c637 unsigned long opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
663 static_lenb = (s->static_len+3+7) >> 3;
666 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
669 if (static_lenb <= opt_lenb)
670 opt_lenb = static_lenb;
674 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
692 } else if (static_lenb >= 0) { /* force static trees */
694 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/libz-sys-1.1.3/src/zlib-ng/
H A Dtrees.c637 unsigned long opt_lenb, static_lenb; /* opt_len and static_len in bytes */ in zng_tr_flush_block() local
643 opt_lenb = static_lenb = 0; in zng_tr_flush_block()
667 static_lenb = (s->static_len+3+7) >> 3; in zng_tr_flush_block()
670 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len, in zng_tr_flush_block()
673 if (static_lenb <= opt_lenb) in zng_tr_flush_block()
674 opt_lenb = static_lenb; in zng_tr_flush_block()
678 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */ in zng_tr_flush_block()
691 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) { in zng_tr_flush_block()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/libz-sys-1.1.2/src/zlib-ng/
H A Dtrees.c637 unsigned long opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
663 static_lenb = (s->static_len+3+7) >> 3;
666 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
669 if (static_lenb <= opt_lenb)
670 opt_lenb = static_lenb;
674 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
692 } else if (static_lenb >= 0) { /* force static trees */
694 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
/dports/devel/tokei/tokei-12.1.2/cargo-crates/libz-sys-1.1.0/src/zlib-ng/
H A Dtrees.c634 unsigned long opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
660 static_lenb = (s->static_len+3+7) >> 3;
663 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
666 if (static_lenb <= opt_lenb)
667 opt_lenb = static_lenb;
671 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
689 } else if (static_lenb >= 0) { /* force static trees */
691 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
/dports/devel/gitui/gitui-0.10.1/cargo-crates/libz-sys-1.1.0/src/zlib-ng/
H A Dtrees.c634 unsigned long opt_lenb, static_lenb; /* opt_len and static_len in bytes */
660 static_lenb = (s->static_len+3+7) >> 3;
663 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
666 if (static_lenb <= opt_lenb)
667 opt_lenb = static_lenb;
671 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
689 } else if (static_lenb >= 0) { /* force static trees */
691 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
/dports/devel/grcov/grcov-0.8.2/cargo-crates/libz-sys-1.1.3/src/zlib-ng/
H A Dtrees.c637 unsigned long opt_lenb, static_lenb; /* opt_len and static_len in bytes */ in zng_tr_flush_block() local
643 opt_lenb = static_lenb = 0; in zng_tr_flush_block()
667 static_lenb = (s->static_len+3+7) >> 3; in zng_tr_flush_block()
670 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len, in zng_tr_flush_block()
673 if (static_lenb <= opt_lenb) in zng_tr_flush_block()
674 opt_lenb = static_lenb; in zng_tr_flush_block()
678 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */ in zng_tr_flush_block()
691 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) { in zng_tr_flush_block()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libz-sys-1.1.2/src/zlib-ng/
H A Dtrees.c637 unsigned long opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
663 static_lenb = (s->static_len+3+7) >> 3;
666 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
669 if (static_lenb <= opt_lenb)
670 opt_lenb = static_lenb;
674 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
692 } else if (static_lenb >= 0) { /* force static trees */
694 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/libz-sys-1.1.3/src/zlib-ng/
H A Dtrees.c637 unsigned long opt_lenb, static_lenb; /* opt_len and static_len in bytes */ in zng_tr_flush_block() local
643 opt_lenb = static_lenb = 0; in zng_tr_flush_block()
667 static_lenb = (s->static_len+3+7) >> 3; in zng_tr_flush_block()
670 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len, in zng_tr_flush_block()
673 if (static_lenb <= opt_lenb) in zng_tr_flush_block()
674 opt_lenb = static_lenb; in zng_tr_flush_block()
678 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */ in zng_tr_flush_block()
691 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) { in zng_tr_flush_block()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/libz-sys-1.1.3/src/zlib-ng/
H A Dtrees.c637 unsigned long opt_lenb, static_lenb; /* opt_len and static_len in bytes */ in zng_tr_flush_block() local
643 opt_lenb = static_lenb = 0; in zng_tr_flush_block()
667 static_lenb = (s->static_len+3+7) >> 3; in zng_tr_flush_block()
670 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len, in zng_tr_flush_block()
673 if (static_lenb <= opt_lenb) in zng_tr_flush_block()
674 opt_lenb = static_lenb; in zng_tr_flush_block()
678 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */ in zng_tr_flush_block()
691 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) { in zng_tr_flush_block()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libz-sys-1.1.3/src/zlib-ng/
H A Dtrees.c637 unsigned long opt_lenb, static_lenb; /* opt_len and static_len in bytes */ in zng_tr_flush_block() local
643 opt_lenb = static_lenb = 0; in zng_tr_flush_block()
667 static_lenb = (s->static_len+3+7) >> 3; in zng_tr_flush_block()
670 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len, in zng_tr_flush_block()
673 if (static_lenb <= opt_lenb) in zng_tr_flush_block()
674 opt_lenb = static_lenb; in zng_tr_flush_block()
678 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */ in zng_tr_flush_block()
691 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) { in zng_tr_flush_block()
/dports/lang/rust/rustc-1.58.1-src/vendor/libz-sys/src/zlib-ng/
H A Dtrees.c637 unsigned long opt_lenb, static_lenb; /* opt_len and static_len in bytes */ in zng_tr_flush_block() local
643 opt_lenb = static_lenb = 0; in zng_tr_flush_block()
667 static_lenb = (s->static_len+3+7) >> 3; in zng_tr_flush_block()
670 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len, in zng_tr_flush_block()
673 if (static_lenb <= opt_lenb) in zng_tr_flush_block()
674 opt_lenb = static_lenb; in zng_tr_flush_block()
678 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */ in zng_tr_flush_block()
691 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) { in zng_tr_flush_block()
/dports/textproc/bat/bat-0.18.3/cargo-crates/libz-sys-1.1.3/src/zlib-ng/
H A Dtrees.c637 unsigned long opt_lenb, static_lenb; /* opt_len and static_len in bytes */ in zng_tr_flush_block() local
643 opt_lenb = static_lenb = 0; in zng_tr_flush_block()
667 static_lenb = (s->static_len+3+7) >> 3; in zng_tr_flush_block()
670 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len, in zng_tr_flush_block()
673 if (static_lenb <= opt_lenb) in zng_tr_flush_block()
674 opt_lenb = static_lenb; in zng_tr_flush_block()
678 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */ in zng_tr_flush_block()
691 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) { in zng_tr_flush_block()
/dports/sysutils/exa/exa-0.10.1/cargo-crates/libz-sys-1.1.2/src/zlib-ng/
H A Dtrees.c637 unsigned long opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
663 static_lenb = (s->static_len+3+7) >> 3;
666 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
669 if (static_lenb <= opt_lenb)
670 opt_lenb = static_lenb;
674 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
692 } else if (static_lenb >= 0) { /* force static trees */
694 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
/dports/www/newsboat/newsboat-2.22.1/cargo-crates/libz-sys-1.1.2/src/zlib-ng/
H A Dtrees.c637 unsigned long opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
663 static_lenb = (s->static_len+3+7) >> 3;
666 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
669 if (static_lenb <= opt_lenb)
670 opt_lenb = static_lenb;
674 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
692 } else if (static_lenb >= 0) { /* force static trees */
694 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
/dports/games/retroarch/RetroArch-1.9.7/deps/libz/
H A Dtrees.c628 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
653 static_lenb = (s->static_len+3+7)>>3;
655 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
659 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
677 } else if (static_lenb >= 0) { /* force static trees */
679 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
/dports/multimedia/v4l_compat/linux-5.13-rc2/lib/zlib_deflate/
H A Ddeftree.c809 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
837 static_lenb = (s->static_len+3+7)>>3;
840 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
843 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
847 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
884 } else if (static_lenb >= 0) { /* force static trees */
886 } else if (static_lenb == opt_lenb) {
/dports/multimedia/libv4l/linux-5.13-rc2/lib/zlib_deflate/
H A Ddeftree.c809 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
837 static_lenb = (s->static_len+3+7)>>3;
840 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
843 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
847 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
884 } else if (static_lenb >= 0) { /* force static trees */
886 } else if (static_lenb == opt_lenb) {
/dports/multimedia/v4l-utils/linux-5.13-rc2/lib/zlib_deflate/
H A Ddeftree.c809 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
837 static_lenb = (s->static_len+3+7)>>3;
840 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
843 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
847 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
884 } else if (static_lenb >= 0) { /* force static trees */
886 } else if (static_lenb == opt_lenb) {
/dports/games/libretro-xrick/xrick-libretro-0aad6c6/deps/libz/
H A Dtrees.c879 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
908 static_lenb = (s->static_len+3+7)>>3;
911 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
914 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
918 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
936 } else if (static_lenb >= 0) { /* force static trees */
938 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
/dports/archivers/libcabinet/libcabinet-0.30/
H A Dtrees.c849 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
877 static_lenb = (s->static_len+3+7)>>3;
880 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
883 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
887 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
924 } else if (static_lenb >= 0) { /* force static trees */
926 } else if (static_lenb == opt_lenb) {

12345678910>>...22