HomeSort by: relevance | last modified time | path
    Searched defs:inflate_fast (Results 1 - 25 of 25) sorted by relevancy

  /src/common/dist/zlib/
inffast.c 48 bytes, which is the maximum length that can be coded. inflate_fast()
52 void ZLIB_INTERNAL inflate_fast(z_streamp strm, unsigned start) { function
309 inflate_fast() speedups that turned out slower (on a PowerPC G3 750CXe):
zconf.h 133 # define inflate_fast z_inflate_fast macro
580 #pragma map(inflate_fast,"INFA")
  /src/external/cddl/osnet/dist/uts/common/zmod/
inffast.c 65 bytes, which is the maximum length that can be coded. inflate_fast()
69 void inflate_fast(strm, start) function
307 inflate_fast() speedups that turned out slower (on a PowerPC G3 750CXe):
zconf.h 99 #define inflate_fast z_inflate_fast macro
  /src/external/gpl3/binutils/dist/zlib/contrib/masmx64/
inffas8664.c 74 bytes, which is the maximum length that can be coded. inflate_fast()
106 void inflate_fast(strm, start) function
  /src/external/gpl3/binutils/dist/zlib/
inffast.c 46 bytes, which is the maximum length that can be coded. inflate_fast()
50 void ZLIB_INTERNAL inflate_fast(z_streamp strm, unsigned start) { function
307 inflate_fast() speedups that turned out slower (on a PowerPC G3 750CXe):
zconf.h 129 # define inflate_fast z_inflate_fast macro
539 #pragma map(inflate_fast,"INFA")
  /src/external/gpl3/binutils.old/dist/zlib/contrib/masmx64/
inffas8664.c 74 bytes, which is the maximum length that can be coded. inflate_fast()
106 void inflate_fast(strm, start) function
  /src/external/gpl3/binutils.old/dist/zlib/
inffast.c 46 bytes, which is the maximum length that can be coded. inflate_fast()
50 void ZLIB_INTERNAL inflate_fast(strm, start) function
310 inflate_fast() speedups that turned out slower (on a PowerPC G3 750CXe):
zconf.h 126 # define inflate_fast z_inflate_fast macro
530 #pragma map(inflate_fast,"INFA")
  /src/external/gpl3/gdb/dist/zlib/contrib/masmx64/
inffas8664.c 74 bytes, which is the maximum length that can be coded. inflate_fast()
106 void inflate_fast(strm, start) function
  /src/external/gpl3/gdb/dist/zlib/
inffast.c 46 bytes, which is the maximum length that can be coded. inflate_fast()
50 void ZLIB_INTERNAL inflate_fast(strm, start) function
310 inflate_fast() speedups that turned out slower (on a PowerPC G3 750CXe):
zconf.h 126 # define inflate_fast z_inflate_fast macro
530 #pragma map(inflate_fast,"INFA")
  /src/external/gpl3/gdb.old/dist/zlib/contrib/masmx64/
inffas8664.c 74 bytes, which is the maximum length that can be coded. inflate_fast()
106 void inflate_fast(strm, start) function
  /src/external/gpl3/gdb.old/dist/zlib/
inffast.c 46 bytes, which is the maximum length that can be coded. inflate_fast()
50 void ZLIB_INTERNAL inflate_fast(strm, start) function
310 inflate_fast() speedups that turned out slower (on a PowerPC G3 750CXe):
zconf.h 126 # define inflate_fast z_inflate_fast macro
530 #pragma map(inflate_fast,"INFA")
  /src/external/gpl3/binutils/dist/zlib/contrib/inflate86/
inffas86.c 67 bytes, which is the maximum length that can be coded. inflate_fast()
71 void inflate_fast(strm, start) function
inffast.S 11 * This version (Jan-23-2003) of inflate_fast was coded and tested under
76 #define inflate_fast _inflate_fast define
84 .globl inflate_fast
164 * inflate_fast's activation record
221 .def inflate_fast; .scl 2; .type 32; .endef
227 inflate_fast: label
1366 .type inflate_fast,@function
1367 .size inflate_fast,.-inflate_fast
  /src/external/gpl3/binutils.old/dist/zlib/contrib/inflate86/
inffas86.c 67 bytes, which is the maximum length that can be coded. inflate_fast()
71 void inflate_fast(strm, start) function
inffast.S 11 * This version (Jan-23-2003) of inflate_fast was coded and tested under
76 #define inflate_fast _inflate_fast define
84 .globl inflate_fast
164 * inflate_fast's activation record
221 .def inflate_fast; .scl 2; .type 32; .endef
227 inflate_fast: label
1366 .type inflate_fast,@function
1367 .size inflate_fast,.-inflate_fast
  /src/external/gpl3/gdb/dist/zlib/contrib/inflate86/
inffas86.c 67 bytes, which is the maximum length that can be coded. inflate_fast()
71 void inflate_fast(strm, start) function
inffast.S 11 * This version (Jan-23-2003) of inflate_fast was coded and tested under
76 #define inflate_fast _inflate_fast define
84 .globl inflate_fast
164 * inflate_fast's activation record
221 .def inflate_fast; .scl 2; .type 32; .endef
227 inflate_fast: label
1366 .type inflate_fast,@function
1367 .size inflate_fast,.-inflate_fast
  /src/external/gpl3/gdb.old/dist/zlib/contrib/inflate86/
inffas86.c 67 bytes, which is the maximum length that can be coded. inflate_fast()
71 void inflate_fast(strm, start) function
inffast.S 11 * This version (Jan-23-2003) of inflate_fast was coded and tested under
76 #define inflate_fast _inflate_fast define
84 .globl inflate_fast
164 * inflate_fast's activation record
221 .def inflate_fast; .scl 2; .type 32; .endef
227 inflate_fast: label
1366 .type inflate_fast,@function
1367 .size inflate_fast,.-inflate_fast
  /src/sys/net/
zlib.c 5060 extern int inflate_fast(
5159 r = inflate_fast(c->lbits, c->dbits, c->ltree, c->dtree, s, z);
5431 int inflate_fast(uInt bl, uInt bd, function

Completed in 67 milliseconds