Home
last modified time | relevance | path

Searched refs:opt_lenb (Results 1 – 25 of 545) sorted by path

12345678910>>...22

/dports/archivers/c-blosc/c-blosc-1.21.0/internal-complibs/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/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()
666 opt_lenb = (s->opt_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()
681 if (stored_len+4 <= opt_lenb && buf != NULL) { in zng_tr_flush_block()
691 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) { in zng_tr_flush_block()
/dports/archivers/dzip/dzip-2.9/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/archivers/jzlib/jzlib-1.1.1/src/main/java/com/jcraft/jzlib/
H A DDeflate.java854 int opt_lenb, static_lenb;// opt_len and static_len in bytes in _tr_flush_block() local
875 opt_lenb=(opt_len+3+7)>>>3; in _tr_flush_block()
878 if(static_lenb<=opt_lenb) opt_lenb=static_lenb; in _tr_flush_block()
881 opt_lenb=static_lenb=stored_len+5; // force a stored block in _tr_flush_block()
884 if(stored_len+4<=opt_lenb && buf != -1){ in _tr_flush_block()
893 else if(static_lenb == opt_lenb){ in _tr_flush_block()
/dports/archivers/libarc/libarc-2.0.2/
H A Ddeflate.c1670 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ in flush_block() local
1695 opt_lenb = (encoder->opt_len +3+7)>>3; in flush_block()
1699 opt_lenb, encoder->opt_len, in flush_block()
1703 if(static_lenb <= opt_lenb) in flush_block()
1704 opt_lenb = static_lenb; in flush_block()
1705 if(stored_len + 4 <= opt_lenb /* 4: two words for the lengths */ in flush_block()
1725 } else if(static_lenb == opt_lenb) { in flush_block()
/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/maxcso/maxcso-1.10.0/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/archivers/minizip/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/archivers/p5-Compress-Raw-Zlib/Compress-Raw-Zlib-2.101/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/archivers/xmill/xmill/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/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/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/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/astro/py-astropy/astropy-5.0/cextern/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/astro/stellarium/stellarium-0.21.3/src/external/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/audio/carla/Carla-2.4.1/source/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/audio/id3lib/id3lib-3.8.3/zlib/src/
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/audio/lewton/lewton-0.10.2/cargo-crates/libz-sys-1.0.25/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/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/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/audio/ocp/ocp-0.2.90/playgmi/timidity-git/libarc/
H A Ddeflate.c1677 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ in flush_block() local
1702 opt_lenb = (encoder->opt_len +3+7)>>3; in flush_block()
1706 opt_lenb, encoder->opt_len, in flush_block()
1710 if(static_lenb <= opt_lenb) in flush_block()
1711 opt_lenb = static_lenb; in flush_block()
1712 if(stored_len + 4 <= opt_lenb /* 4: two words for the lengths */ in flush_block()
1732 } else if(static_lenb == opt_lenb) { in flush_block()
/dports/audio/timidity++-emacs/TiMidity++-2.15.0/libarc/
H A Ddeflate.c1677 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ in flush_block() local
1702 opt_lenb = (encoder->opt_len +3+7)>>3; in flush_block()
1706 opt_lenb, encoder->opt_len, in flush_block()
1710 if(static_lenb <= opt_lenb) in flush_block()
1711 opt_lenb = static_lenb; in flush_block()
1712 if(stored_len + 4 <= opt_lenb /* 4: two words for the lengths */ in flush_block()
1732 } else if(static_lenb == opt_lenb) { in flush_block()
/dports/audio/timidity++-gtk/TiMidity++-2.15.0/libarc/
H A Ddeflate.c1677 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ in flush_block() local
1702 opt_lenb = (encoder->opt_len +3+7)>>3; in flush_block()
1706 opt_lenb, encoder->opt_len, in flush_block()
1710 if(static_lenb <= opt_lenb) in flush_block()
1711 opt_lenb = static_lenb; in flush_block()
1712 if(stored_len + 4 <= opt_lenb /* 4: two words for the lengths */ in flush_block()
1732 } else if(static_lenb == opt_lenb) { in flush_block()

12345678910>>...22