Searched refs:lencode (Results 1 – 11 of 11) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
D | inflate.c | 123 state->lencode = state->distcode = state->next = state->codes; 242 state->lencode = lenfix; 289 printf("{%u,%u,%d}", state.lencode[low].op, state.lencode[low].bits, in makefixed() 290 state.lencode[low].val); in makefixed() 864 state->lencode = (code const FAR *)(state->next); 879 this = state->lencode[BITS(state->lenbits)]; 930 state->lencode = (code const FAR *)(state->next); 958 this = state->lencode[BITS(state->lenbits)]; 965 this = state->lencode[last.val + 1355 if (state->lencode >= state->codes && [all …]
|
D | infback.c | 110 state->lencode = lenfix; 377 state->lencode = (code const FAR *)(state->next); 392 this = state->lencode[BITS(state->lenbits)]; 443 state->lencode = (code const FAR *)(state->next); 477 this = state->lencode[BITS(state->lenbits)]; 484 this = state->lencode[last.val +
|
D | inflate.h | 102 code const FAR *lencode; /* starting table for length/literal codes */ member
|
D | inffast.c | 113 lcode = state->lencode;
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
D | inflate.c | 122 state->lencode = state->distcode = state->next = state->codes; 298 state->lencode = lenfix; 345 printf("{%u,%u,%d}", (low & 127) == 99 ? 64 : state.lencode[low].op, in makefixed() 346 state.lencode[low].bits, state.lencode[low].val); in makefixed() 924 state->lencode = (const code FAR *)(state->next); 939 here = state->lencode[BITS(state->lenbits)]; 998 state->lencode = (const code FAR *)(state->next); 1032 here = state->lencode[BITS(state->lenbits)]; 1039 here = state->lencode[last.val + 1470 if (state->lencode >= state->codes && [all …]
|
D | infback.c | 119 state->lencode = lenfix; 386 state->lencode = (code const FAR *)(state->next); 401 here = state->lencode[BITS(state->lenbits)]; 460 state->lencode = (code const FAR *)(state->next); 494 here = state->lencode[BITS(state->lenbits)]; 501 here = state->lencode[last.val +
|
D | inflate.h | 106 code const FAR *lencode; /* starting table for length/literal codes */ member
|
D | inffast.c | 113 lcode = state->lencode;
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/ |
D | inflate.c | 137 state->lencode = state->distcode = state->next = state->codes; 315 state->lencode = lenfix; 362 printf("{%u,%u,%d}", (low & 127) == 99 ? 64 : state.lencode[low].op, in makefixed() 363 state.lencode[low].bits, state.lencode[low].val); in makefixed() 947 state->lencode = (const code FAR *)(state->next); 962 here = state->lencode[BITS(state->lenbits)]; 1021 state->lencode = (const code FAR *)(state->next); 1055 here = state->lencode[BITS(state->lenbits)]; 1062 here = state->lencode[last.val + 1494 if (state->lencode >= state->codes && [all …]
|
D | inflate.h | 109 code const FAR *lencode; /* starting table for length/literal codes */ member
|
D | inffast.c | 96 lcode = state->lencode;
|