Searched refs:inflate_table (Results 1 – 4 of 4) sorted by relevance
| /optee_os/core/lib/zlib/ |
| H A D | inftrees.h | 61 int ZLIB_INTERNAL inflate_table OF((codetype type, unsigned short FAR *lens,
|
| H A D | zconf.h | 132 # define inflate_table z_inflate_table macro 539 #pragma map(inflate_table,"INTABL")
|
| H A D | inftrees.c | 33 int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work) in inflate_table() function
|
| H A D | inflate.c | 302 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work); 309 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work); 964 ret = inflate_table(CODES, state->lens, 19, &(state->next), 1039 ret = inflate_table(LENS, state->lens, state->nlen, &(state->next), 1048 ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist,
|