Home
last modified time | relevance | path

Searched refs:opt_lenb (Results 126 – 150 of 545) sorted by relevance

12345678910>>...22

/dports/sysutils/UEFITool/UEFITool-A59/common/zlib/
H A Dtrees.c917 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
945 opt_lenb = (s->opt_len+3+7)>>3;
949 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
952 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
956 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
962 if (stored_len+4 <= opt_lenb && buf != (char*)0) {
976 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
/dports/devel/apitrace/apitrace-9.0/thirdparty/zlib/
H A Dtrees.c917 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
945 opt_lenb = (s->opt_len+3+7)>>3;
949 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
952 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
956 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
962 if (stored_len+4 <= opt_lenb && buf != (char*)0) {
976 } 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/
H A Dtrees.c917 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
945 opt_lenb = (s->opt_len+3+7)>>3;
949 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
952 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
956 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
962 if (stored_len+4 <= opt_lenb && buf != (char*)0) {
976 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
/dports/lang/gcc11/gcc-11.2.0/zlib/
H A Dtrees.c917 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
945 opt_lenb = (s->opt_len+3+7)>>3;
949 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
952 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
956 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
962 if (stored_len+4 <= opt_lenb && buf != (char*)0) {
976 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
/dports/security/cryptlib/cryptlib-3.4.3/zlib/
H A Dtrees.c926 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
954 opt_lenb = (s->opt_len+3+7)>>3;
958 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
961 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
965 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
971 if (stored_len+4 <= opt_lenb && buf != (char*)0) {
985 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
/dports/lang/tcl86/tcl8.6.12/compat/zlib/
H A Dtrees.c917 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
945 opt_lenb = (s->opt_len+3+7)>>3;
949 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
952 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
956 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
962 if (stored_len+4 <= opt_lenb && buf != (char*)0) {
976 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/tools/boost_install/test/iostreams/zlib-1.2.11/
H A Dtrees.c917 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
945 opt_lenb = (s->opt_len+3+7)>>3;
949 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
952 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
956 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
962 if (stored_len+4 <= opt_lenb && buf != (char*)0) {
976 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
/dports/lang/gcc12-devel/gcc-12-20211205/zlib/
H A Dtrees.c917 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
945 opt_lenb = (s->opt_len+3+7)>>3;
949 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
952 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
956 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
962 if (stored_len+4 <= opt_lenb && buf != (char*)0) {
976 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
/dports/devel/juce/JUCE-f37e9a1/modules/juce_core/zip/zlib/
H A Dtrees.c907 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
935 opt_lenb = (s->opt_len+3+7)>>3;
939 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
942 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
946 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
952 if (stored_len+4 <= opt_lenb && buf != (char*)0) {
966 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/zlib-0.6.2.2/cbits/
H A Dtrees.c917 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
945 opt_lenb = (s->opt_len+3+7)>>3;
949 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
952 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
956 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
962 if (stored_len+4 <= opt_lenb && buf != (char*)0) {
976 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/zlib/
H A Dtrees.c917 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
945 opt_lenb = (s->opt_len+3+7)>>3;
949 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
952 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
956 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
962 if (stored_len+4 <= opt_lenb && buf != (char*)0) {
976 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
/dports/devel/git-delta/delta-0.9.2/cargo-crates/libz-sys-1.1.2/src/zlib/
H A Dtrees.c917 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
945 opt_lenb = (s->opt_len+3+7)>>3;
949 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
952 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
956 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
962 if (stored_len+4 <= opt_lenb && buf != (char*)0) {
976 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
/dports/devel/git-delta/delta-0.9.2/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/deps/zlib/
H A Dtrees.c917 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
945 opt_lenb = (s->opt_len+3+7)>>3;
949 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
952 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
956 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
962 if (stored_len+4 <= opt_lenb && buf != (char*)0) {
976 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
/dports/science/py-dlib/dlib-19.22/dlib/external/zlib/
H A Dtrees.c913 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
941 opt_lenb = (s->opt_len+3+7)>>3;
945 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
948 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
952 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
958 if (stored_len+4 <= opt_lenb && buf != (char*)0) {
972 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/win32/zlib/
H A Dtrees.c927 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
954 opt_lenb = (s->opt_len+3+7)>>3;
958 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
961 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
965 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
971 if (stored_len+4 <= opt_lenb && buf != (char*)0) {
985 } else if (static_lenb == opt_lenb) {
/dports/emulators/mgba/mgba-0.9.2/src/third-party/zlib/
H A Dtrees.c913 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
941 opt_lenb = (s->opt_len+3+7)>>3;
945 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
948 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
952 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
958 if (stored_len+4 <= opt_lenb && buf != (char*)0) {
972 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/zlib/
H A Dtrees.c917 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
945 opt_lenb = (s->opt_len+3+7)>>3;
949 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
952 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
956 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
962 if (stored_len+4 <= opt_lenb && buf != (char*)0) {
976 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
/dports/lang/gcc10/gcc-10.3.0/zlib/
H A Dtrees.c917 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
945 opt_lenb = (s->opt_len+3+7)>>3;
949 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
952 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
956 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
962 if (stored_len+4 <= opt_lenb && buf != (char*)0) {
976 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/lib/zlib/
H A Dtrees.c931 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
959 opt_lenb = (s->opt_len+3+7)>>3;
963 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
966 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
970 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
976 if (stored_len+4 <= opt_lenb && buf != (char*)0) {
990 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
/dports/print/pdflib-perl/PDFlib-Lite-7.0.5p3/libs/flate/
H A Dtrees.c928 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
956 opt_lenb = (s->opt_len+3+7)>>3;
960 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
963 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
967 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
973 if (stored_len+4 <= opt_lenb && buf != (char*)0) {
987 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/zlib-0.6.2.1/cbits/
H A Dtrees.c913 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
941 opt_lenb = (s->opt_len+3+7)>>3;
945 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
948 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
952 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
958 if (stored_len+4 <= opt_lenb && buf != (char*)0) {
972 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
/dports/devel/hs-hpack/hpack-0.34.4/_cabal_deps/zlib-0.6.2.1/cbits/
H A Dtrees.c913 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
941 opt_lenb = (s->opt_len+3+7)>>3;
945 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
948 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
952 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
958 if (stored_len+4 <= opt_lenb && buf != (char*)0) {
972 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/zlib-0.6.2.3/cbits/
H A Dtrees.c917 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
945 opt_lenb = (s->opt_len+3+7)>>3;
949 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
952 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
956 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
962 if (stored_len+4 <= opt_lenb && buf != (char*)0) {
976 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/zlib-0.6.2.3/cbits/
H A Dtrees.c917 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
945 opt_lenb = (s->opt_len+3+7)>>3;
949 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
952 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
956 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
962 if (stored_len+4 <= opt_lenb && buf != (char*)0) {
976 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/zlib-0.6.2.3/cbits/
H A Dtrees.c917 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
945 opt_lenb = (s->opt_len+3+7)>>3;
949 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
952 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
956 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
962 if (stored_len+4 <= opt_lenb && buf != (char*)0) {
976 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {

12345678910>>...22