/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 in typeref:typename:void ZLIB_INTERNAL 309 inflate_fast() speedups that turned out slower (on a PowerPC G3 750CXe):
|
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 in typeref:typename:void ZLIB_INTERNAL 309 inflate_fast() speedups that turned out slower (on a PowerPC G3 750CXe):
|
zconf.h | 133 # define inflate_fast z_inflate_fast macro 558 #pragma map(inflate_fast,"INFA")
|
zconf.h.in | 129 # define inflate_fast z_inflate_fast macro 539 #pragma map(inflate_fast,"INFA")
|
zconf.h | 133 # define inflate_fast z_inflate_fast macro 558 #pragma map(inflate_fast,"INFA")
|
zconf.h.in | 129 # define inflate_fast z_inflate_fast macro 539 #pragma map(inflate_fast,"INFA")
|
/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 in typeref:typename:int
|
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 in typeref:typename:int
|