Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/lib/zlib/
A Dinftrees.c32 int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work) in inflate_table() argument
34 unsigned short FAR *lens;
110 count[lens[sym]]++;
147 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
254 len = lens[work[sym]];
A Dinftrees.h60 int ZLIB_INTERNAL inflate_table OF((codetype type, unsigned short FAR *lens,
A Dinflate.h120 unsigned short lens[320]; /* temporary storage for code lengths */ member
A Dinflate.c296 while (sym < 144) state->lens[sym++] = 8;
297 while (sym < 256) state->lens[sym++] = 9;
298 while (sym < 280) state->lens[sym++] = 7;
299 while (sym < 288) state->lens[sym++] = 8;
307 while (sym < 32) state->lens[sym++] = 5;
962 state->lens[order[state->have++]] = 0;
966 ret = inflate_table(CODES, state->lens, 19, &(state->next),
986 state->lens[state->have++] = here.val;
997 len = state->lens[state->have - 1];
1021 state->lens[state->have++] = (unsigned short)len;
[all …]

Completed in 8 milliseconds