Searched refs:inflate_table (Results 1 – 4 of 4) sorted by relevance
/arm-trusted-firmware-2.8.0/lib/zlib/ |
A D | inftrees.h | 60 int ZLIB_INTERNAL inflate_table OF((codetype type, unsigned short FAR *lens,
|
A D | zconf.h | 130 # define inflate_table z_inflate_table macro 542 #pragma map(inflate_table,"INTABL")
|
A D | inftrees.c | 32 int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work) in inflate_table() function
|
A D | inflate.c | 303 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work); 310 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work); 966 ret = inflate_table(CODES, state->lens, 19, &(state->next), 1041 ret = inflate_table(LENS, state->lens, state->nlen, &(state->next), 1050 ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist,
|
Completed in 7 milliseconds