Searched refs:lencode (Results 1 – 17 of 17) sorted by relevance
/external/zlib/contrib/puff/ |
D | puff.c | 423 struct huffman *lencode, in codes() argument 446 symbol = decode(s, lencode); in codes() 521 static struct huffman lencode, distcode; in fixed() local 537 construct(&lencode, lengths, FIXLCODES); in fixed() 545 lencode.count = lencnt; in fixed() 546 lencode.symbol = lensym; in fixed() 555 return codes(s, &lencode, &distcode); in fixed() 653 struct huffman lencode, distcode; /* length and distance codes */ in dynamic() local 658 lencode.count = lencnt; in dynamic() 659 lencode.symbol = lensym; in dynamic() [all …]
|
/external/zlib/contrib/infback9/ |
D | infback9.c | 241 code const FAR *lencode; /* starting table for length/literal codes */ local 271 lencode = Z_NULL; 294 lencode = lenfix; 372 lencode = (code const FAR *)(state->next); 387 here = lencode[BITS(lenbits)]; 447 lencode = (code const FAR *)(state->next); 472 here = lencode[BITS(lenbits)]; 479 here = lencode[last.val +
|
/external/qemu/distrib/zlib-1.2.3/ |
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;
|
/external/chromium/third_party/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;
|
/external/zlib/ |
D | inflate.c | 123 state->lencode = state->distcode = state->next = state->codes; 277 state->lencode = lenfix; 324 printf("{%u,%u,%d}", state.lencode[low].op, state.lencode[low].bits, in makefixed() 325 state.lencode[low].val); in makefixed() 908 state->lencode = (code const FAR *)(state->next); 923 here = state->lencode[BITS(state->lenbits)]; 983 state->lencode = (code const FAR *)(state->next); 1017 here = state->lencode[BITS(state->lenbits)]; 1024 here = state->lencode[last.val + 1438 if (state->lencode >= state->codes && [all …]
|
D | infback.c | 110 state->lencode = lenfix; 377 state->lencode = (code const FAR *)(state->next); 392 here = state->lencode[BITS(state->lenbits)]; 452 state->lencode = (code const FAR *)(state->next); 486 here = state->lencode[BITS(state->lenbits)]; 493 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;
|
/external/zlib/contrib/blast/ |
D | blast.c | 290 static struct huffman lencode = {lencnt, lensym}; /* length code */ in decomp() local 312 construct(&lencode, lenlen, sizeof(lenlen)); in decomp() 327 symbol = decode(s, &lencode); in decomp()
|
/external/zlib/contrib/masmx64/ |
D | inffas8664.c | 137 ar.lcode = state->lencode;
|
/external/zlib/contrib/inflate86/ |
D | inffas86.c | 120 ar.lcode = state->lencode;
|