Searched refs:inflate_table9 (Results 1 - 3 of 3) sorted by relevance
/third_party/zlib/contrib/infback9/ |
H A D | infback9.c | 66 inflate_table9(LENS, state.lens, 288, &(next), &(bits), state.work); in makefixed9() 73 inflate_table9(DISTS, state.lens, 32, &(next), &(bits), state.work); in makefixed9() 363 ret = inflate_table9(CODES, state->lens, 19, &(state->next), in inflateBack9() 438 ret = inflate_table9(LENS, state->lens, state->nlen, in inflateBack9() 447 ret = inflate_table9(DISTS, state->lens + state->nlen, in inflateBack9()
|
H A D | inftree9.h | 52 /* Type of code to build for inflate_table9() */ 59 extern int inflate_table9(codetype type, unsigned short FAR *lens,
|
H A D | inftree9.c | 32 int inflate_table9(codetype type, unsigned short FAR *lens, unsigned codes, in inflate_table9() function
|
Completed in 3 milliseconds