Home
last modified time | relevance | path

Searched refs:inflate_fast (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/contrib/zlib/contrib/
H A DREADME.contrib30 assembler to replace longest_match() and inflate_fast()
36 Tuned x86 gcc asm code to replace inflate_fast()
50 replace longest_match() and inflate_fast(), also masm x86
51 64-bits translation of Chris Anderson inflate_fast()
54 x86 asm code to replace longest_match() and inflate_fast(),
/f-stack/freebsd/contrib/zlib/
H A Dinffast.h11 void ZLIB_INTERNAL inflate_fast OF((z_streamp strm, unsigned start));
H A Dzlib.map12 inflate_fast;
H A Dzconf.h132 # define inflate_fast z_inflate_fast macro
547 #pragma map(inflate_fast,"INFA")
H A Dinffast.c50 void ZLIB_INTERNAL inflate_fast(strm, start) in inflate_fast() function
H A Dzconf.h.in126 # define inflate_fast z_inflate_fast macro
530 #pragma map(inflate_fast,"INFA")
H A Dinfback.c487 inflate_fast(strm, state->wsize);
H A Dinflate.c1047 inflate_fast(strm, out);
H A DChangeLog412 - Add contrib/gcc_gvmat64 for longest_match and inflate_fast [Vollant]
684 - Initialize state->write in inflateReset() since copied in inflate_fast()
890 of inflate_fast [Truta]
1383 - workaround Borland C bug in declaration of inflate_codes_new & inflate_fast