Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/lib/zlib/
A Dinftrees.h60 int ZLIB_INTERNAL inflate_table OF((codetype type, unsigned short FAR *lens,
A Dzconf.h130 # define inflate_table z_inflate_table macro
542 #pragma map(inflate_table,"INTABL")
A Dinftrees.c32 int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work) in inflate_table() function
A Dinflate.c303 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