Searched refs:lens (Results 1 – 4 of 4) sorted by relevance
/optee_os-3.20.0/core/lib/zlib/ |
A D | inftrees.c | 33 int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work) in inflate_table() argument 35 unsigned short FAR *lens; 111 count[lens[sym]]++; 148 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym; 255 len = lens[work[sym]];
|
A D | inftrees.h | 61 int ZLIB_INTERNAL inflate_table OF((codetype type, unsigned short FAR *lens,
|
A D | inflate.c | 295 while (sym < 144) state->lens[sym++] = 8; 296 while (sym < 256) state->lens[sym++] = 9; 297 while (sym < 280) state->lens[sym++] = 7; 298 while (sym < 288) state->lens[sym++] = 8; 306 while (sym < 32) state->lens[sym++] = 5; 960 state->lens[order[state->have++]] = 0; 964 ret = inflate_table(CODES, state->lens, 19, &(state->next), 984 state->lens[state->have++] = here.val; 995 len = state->lens[state->have - 1]; 1019 state->lens[state->have++] = (unsigned short)len; [all …]
|
A D | inflate.h | 121 unsigned short lens[320]; /* temporary storage for code lengths */ member
|
Completed in 5 milliseconds