Home
last modified time | relevance | path

Searched refs:opt_lenb (Results 26 – 50 of 545) sorted by relevance

12345678910>>...22

/dports/archivers/libcabinet/libcabinet-0.30/
H A Dtrees.c849 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
876 opt_lenb = (s->opt_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 */
898 if (stored_len <= opt_lenb && eof && s->compressed_len==0L && seekable()) {
912 if (stored_len+4 <= opt_lenb && buf != (char*)0) {
926 } else if (static_lenb == opt_lenb) {
/dports/archivers/zip/zip30/
H A Dtrees.c1019 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
1043 opt_lenb = (opt_len+3+7)>>3;
1050 opt_lenb, opt_len, static_lenb, static_len, stored_len,
1053 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
1064 if (stored_len <= opt_lenb && eof && file_method != NULL &&
1080 if (stored_len+4 <= opt_lenb && buf != (char*)NULL) {
1098 } 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
907 opt_lenb = (s->opt_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 */
924 if (stored_len+4 <= opt_lenb && buf != (char*)0) {
938 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Native/Windows/clrcompression/zlib-intel/
H A Dtrees.c840 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
868 opt_lenb = (s->opt_len+3+7)>>3;
872 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
875 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
879 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
885 if (stored_len+4 <= opt_lenb && buf != (char*)0) {
899 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
/dports/emulators/libretro-vice/vice-libretro-5725415/deps/libz/
H A Dtrees.c879 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
907 opt_lenb = (s->opt_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 */
924 if (stored_len+4 <= opt_lenb && buf != (char*)0) {
938 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/zip/zip/
H A Dtrees.c1019 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
1043 opt_lenb = (opt_len+3+7)>>3;
1050 opt_lenb, opt_len, static_lenb, static_len, stored_len,
1053 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
1064 if (stored_len <= opt_lenb && eof && file_method != NULL &&
1080 if (stored_len+4 <= opt_lenb && buf != (char*)NULL) {
1098 } else if (static_lenb == opt_lenb) {
/dports/astro/gpsbabel/gpsbabel-gpsbabel_1_7_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/astro/gpsbabel14/gpsbabel-1.4.4/zlib/
H A Dtrees.c927 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
955 opt_lenb = (s->opt_len+3+7)>>3;
959 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
962 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
966 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
972 if (stored_len+4 <= opt_lenb && buf != (char*)0) {
986 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
/dports/astro/marble/marble-21.12.3/src/3rdparty/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/astro/oskar/OSKAR-2.8.0/extern/cfitsio/zlib/
H A Dtrees.c929 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
957 opt_lenb = (s->opt_len+3+7)>>3;
961 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
964 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
968 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
974 if (stored_len+4 <= opt_lenb && buf != (char*)0) {
988 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/core/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/astro/cfitsio/cfitsio-3.49/zlib/
H A Dtrees.c929 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
957 opt_lenb = (s->opt_len+3+7)>>3;
961 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
964 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
968 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
974 if (stored_len+4 <= opt_lenb && buf != (char*)0) {
988 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
/dports/databases/percona56-client/percona-server-5.6.51-91.0/zlib/
H A Dtrees.c921 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
949 opt_lenb = (s->opt_len+3+7)>>3;
953 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
956 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
960 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
966 if (stored_len+4 <= opt_lenb && buf != (char*)0) {
980 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
/dports/devel/boost-docs/boost_1_72_0/libs/beast/test/extern/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/games/libretro-uae/libretro-uae-8333daa/deps/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/games/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/deps/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/perl5.32/perl-5.32.1/cpan/Compress-Raw-Zlib/zlib-src/
H A Dtrees.c919 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
947 opt_lenb = (s->opt_len+3+7)>>3;
951 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
954 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
958 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
964 if (stored_len+4 <= opt_lenb && buf != (char*)0) {
978 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/deps/zlib/
H A Dtrees.c879 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
907 opt_lenb = (s->opt_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 */
924 if (stored_len+4 <= opt_lenb && buf != (char*)0) {
938 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
/dports/games/libretro-picodrive/picodrive-600894e/zlib/
H A Dtrees.c927 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
955 opt_lenb = (s->opt_len+3+7)>>3;
959 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
962 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
966 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
972 if (stored_len+4 <= opt_lenb && buf != (char*)0) {
986 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/zlib-1.2.8/
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/lang/perl5.30/perl-5.30.3/cpan/Compress-Raw-Zlib/zlib-src/
H A Dtrees.c919 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
947 opt_lenb = (s->opt_len+3+7)>>3;
951 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
954 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
958 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
964 if (stored_len+4 <= opt_lenb && buf != (char*)0) {
978 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/libz/
H A Dtrees.c879 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
907 opt_lenb = (s->opt_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 */
924 if (stored_len+4 <= opt_lenb && buf != (char*)0) {
938 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
/dports/lang/perl5.34/perl-5.34.0/cpan/Compress-Raw-Zlib/zlib-src/
H A Dtrees.c919 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
947 opt_lenb = (s->opt_len+3+7)>>3;
951 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
954 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
958 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
964 if (stored_len+4 <= opt_lenb && buf != (char*)0) {
978 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
/dports/math/hs-Agda/Agda-2.6.2/_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/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/glmark2/src/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) {

12345678910>>...22