Home
last modified time | relevance | path

Searched refs:inflate_table (Results 1 – 18 of 18) sorted by relevance

/dflybsd-src/contrib/zlib-1.2/
H A Dinfback.c104 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work);
111 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
388 ret = inflate_table(CODES, state->lens, 19, &(state->next),
462 ret = inflate_table(LENS, state->lens, state->nlen, &(state->next),
471 ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist,
H A Dinftrees.h60 int ZLIB_INTERNAL inflate_table OF((codetype type, unsigned short FAR *lens,
H A Dinflate.c300 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work);
307 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
949 ret = inflate_table(CODES, state->lens, 19, &(state->next),
1023 ret = inflate_table(LENS, state->lens, state->nlen, &(state->next),
1032 ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist,
H A Dinftrees.c32 int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work) in inflate_table() function
H A DChangeLog252 - Simplify incomplete code table filling in inflate_table()
685 - Be more strict on incomplete code sets in inflate_table() and increase
/dflybsd-src/sys/vfs/hammer2/zlib/
H A Dhammer2_zlib_zconf.h68 # define inflate_table z_inflate_table macro
287 #pragma map(inflate_table,"INTABL")
H A Dhammer2_zlib_inftrees.h60 int ZLIB_INTERNAL inflate_table(codetype type, unsigned short FAR *lens,
H A Dhammer2_zlib_inflate.c267 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work); in fixedtables()
274 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work); in fixedtables()
730 ret = inflate_table(CODES, state->lens, 19, &(state->next), in inflate()
804 ret = inflate_table(LENS, state->lens, state->nlen, &(state->next), in inflate()
813 ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist, in inflate()
H A Dhammer2_zlib_inftrees.c34 inflate_table(codetype type, unsigned short FAR *lens, unsigned codes, in inflate_table() function
/dflybsd-src/sbin/hammer2/zlib/
H A Dhammer2_zlib_zconf.h68 # define inflate_table z_inflate_table macro
287 #pragma map(inflate_table,"INTABL")
H A Dhammer2_zlib_inftrees.h60 int ZLIB_INTERNAL inflate_table(codetype type, unsigned short FAR *lens,
H A Dhammer2_zlib_inflate.c262 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work); in fixedtables()
269 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work); in fixedtables()
731 ret = inflate_table(CODES, state->lens, 19, &(state->next), in inflate()
806 ret = inflate_table(LENS, state->lens, state->nlen, &(state->next), in inflate()
815 ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist, in inflate()
H A Dhammer2_zlib_inftrees.c34 inflate_table(codetype type, unsigned short FAR *lens, unsigned codes, in inflate_table() function
/dflybsd-src/usr.sbin/makefs/hammer2/zlib/
H A Dhammer2_zlib_zconf.h68 # define inflate_table z_inflate_table macro
287 #pragma map(inflate_table,"INTABL")
H A Dhammer2_zlib_inftrees.h60 int ZLIB_INTERNAL inflate_table(codetype type, unsigned short FAR *lens,
H A Dhammer2_zlib_inflate.c267 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work); in fixedtables()
274 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work); in fixedtables()
730 ret = inflate_table(CODES, state->lens, 19, &(state->next), in inflate()
804 ret = inflate_table(LENS, state->lens, state->nlen, &(state->next), in inflate()
813 ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist, in inflate()
H A Dhammer2_zlib_inftrees.c34 inflate_table(codetype type, unsigned short FAR *lens, unsigned codes, in inflate_table() function
/dflybsd-src/lib/libz/
H A Dzconf.h127 # define inflate_table z_inflate_table macro
531 #pragma map(inflate_table,"INTABL")