/third_party/zlib/contrib/puff/ |
H A D | puff.c | 437 const struct huffman *lencode, in codes() 460 symbol = decode(s, lencode); in codes() 541 static struct huffman lencode, distcode; in fixed() local 548 /* construct lencode and distcode */ in fixed() 549 lencode.count = lencnt; in fixed() 550 lencode.symbol = lensym; in fixed() 563 construct(&lencode, lengths, FIXLCODES); in fixed() 575 return codes(s, &lencode, &distcode); in fixed() 671 short lencnt[MAXBITS+1], lensym[MAXLCODES]; /* lencode memory */ in dynamic() 673 struct huffman lencode, distcod in dynamic() local 436 codes(struct state *s, const struct huffman *lencode, const struct huffman *distcode) codes() argument [all...] |
/third_party/zlib/contrib/infback9/ |
H A D | infback9.c | 231 code const FAR *lencode; /* starting table for length/literal codes */ in inflateBack9() local 233 unsigned lenbits; /* index bits for lencode */ in inflateBack9() 260 lencode = Z_NULL; in inflateBack9() 283 lencode = lenfix; in inflateBack9() 361 lencode = (code const FAR *)(state->next); in inflateBack9() 376 here = lencode[BITS(lenbits)]; in inflateBack9() 436 lencode = (code const FAR *)(state->next); in inflateBack9() 461 here = lencode[BITS(lenbits)]; in inflateBack9() 468 here = lencode[last.val + in inflateBack9()
|
/third_party/libwebsockets/win32port/zlib/ |
H A 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[las [all...] |
H A 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 +
|
H A D | inflate.h | 106 code const FAR *lencode; /* starting table for length/literal codes */
member 108 unsigned lenbits; /* index bits for lencode */
|
/third_party/node/deps/v8/third_party/zlib/ |
H A 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); 495 here = state->lencode[BITS(state->lenbits)]; 502 here = state->lencode[last.val +
|
H A D | inflate.c | 138 state->lencode = state->distcode = state->next = state->codes; 317 state->lencode = lenfix; 364 printf("{%u,%u,%d}", (low & 127) == 99 ? 64 : state.lencode[low].op, in makefixed() 365 state.lencode[low].bits, state.lencode[low].val); in makefixed() 949 state->lencode = (const code FAR *)(state->next); 964 here = state->lencode[BITS(state->lenbits)]; 1023 state->lencode = (const code FAR *)(state->next); 1058 here = state->lencode[BITS(state->lenbits)]; 1065 here = state->lencode[las [all...] |
H A D | inflate.h | 110 code const FAR *lencode; /* starting table for length/literal codes */ member 112 unsigned lenbits; /* index bits for lencode */
|
H A D | inffast.c | 73 code const FAR *lcode; /* local strm->lencode */ 100 lcode = state->lencode;
|
/third_party/node/deps/zlib/ |
H A D | infback.c | 111 state->lencode = lenfix; in fixedtables() 373 state->lencode = (code const FAR *)(state->next); in inflateBack() 388 here = state->lencode[BITS(state->lenbits)]; in inflateBack() 447 state->lencode = (code const FAR *)(state->next); in inflateBack() 483 here = state->lencode[BITS(state->lenbits)]; in inflateBack() 490 here = state->lencode[last.val + in inflateBack()
|
H A D | inflate.c | 123 state->lencode = state->distcode = state->next = state->codes; in inflateResetKeep() 288 state->lencode = lenfix; in fixedtables() 335 printf("{%u,%u,%d}", (low & 127) == 99 ? 64 : state.lencode[low].op, in makefixed() 336 state.lencode[low].bits, state.lencode[low].val); in makefixed() 927 state->lencode = (const code FAR *)(state->next); in inflate() 943 here = state->lencode[BITS(state->lenbits)]; in inflate() 1002 state->lencode = (const code FAR *)(state->next); in inflate() 1039 here = state->lencode[BITS(state->lenbits)]; in inflate() 1046 here = state->lencode[las in inflate() [all...] |
H A D | inflate.h | 110 code const FAR *lencode; /* starting table for length/literal codes */ member 112 unsigned lenbits; /* index bits for lencode */
|
H A D | inffast.c | 70 code const FAR *lcode; /* local strm->lencode */ in inflate_fast() 97 lcode = state->lencode; in inflate_fast()
|
/third_party/skia/third_party/externals/zlib/ |
H A 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); 495 here = state->lencode[BITS(state->lenbits)]; 502 here = state->lencode[last.val +
|
H A D | inflate.c | 137 state->lencode = state->distcode = state->next = state->codes; 316 state->lencode = lenfix; 363 printf("{%u,%u,%d}", (low & 127) == 99 ? 64 : state.lencode[low].op, in makefixed() 364 state.lencode[low].bits, state.lencode[low].val); in makefixed() 949 state->lencode = (const code FAR *)(state->next); 964 here = state->lencode[BITS(state->lenbits)]; 1023 state->lencode = (const code FAR *)(state->next); 1058 here = state->lencode[BITS(state->lenbits)]; 1065 here = state->lencode[las [all...] |
H A D | inflate.h | 109 code const FAR *lencode; /* starting table for length/literal codes */ member 111 unsigned lenbits; /* index bits for lencode */
|
/third_party/zlib/ |
H A D | infback.c | 111 state->lencode = lenfix; in fixedtables() 373 state->lencode = (code const FAR *)(state->next); in inflateBack() 388 here = state->lencode[BITS(state->lenbits)]; in inflateBack() 447 state->lencode = (code const FAR *)(state->next); in inflateBack() 482 here = state->lencode[BITS(state->lenbits)]; in inflateBack() 489 here = state->lencode[last.val + in inflateBack()
|
H A D | inflate.c | 124 state->lencode = state->distcode = state->next = state->codes; in inflateResetKeep() 293 state->lencode = lenfix; in fixedtables() 340 printf("{%u,%u,%d}", (low & 127) == 99 ? 64 : state.lencode[low].op, in makefixed() 341 state.lencode[low].bits, state.lencode[low].val); in makefixed() 998 state->lencode = (const code FAR *)(state->next); in inflate() 1014 here = state->lencode[BITS(state->lenbits)]; in inflate() 1076 state->lencode = (const code FAR *)(state->next); in inflate() 1117 here = state->lencode[BITS(state->lenbits)]; in inflate() 1127 here = state->lencode[las in inflate() [all...] |
H A D | inflate.h | 110 code const FAR *lencode; /* starting table for length/literal codes */ member 112 unsigned lenbits; /* index bits for lencode */
|
/third_party/node/deps/v8/third_party/zlib/contrib/optimizations/ |
H A D | inflate.c | 139 state->lencode = state->distcode = state->next = state->codes; 318 state->lencode = lenfix; 365 printf("{%u,%u,%d}", (low & 127) == 99 ? 64 : state.lencode[low].op, in makefixed() 366 state.lencode[low].bits, state.lencode[low].val); in makefixed() 960 state->lencode = (const code FAR *)(state->next); 975 here = state->lencode[BITS(state->lenbits)]; 1034 state->lencode = (const code FAR *)(state->next); 1069 here = state->lencode[BITS(state->lenbits)]; 1076 here = state->lencode[las [all...] |
H A D | inffast_chunk.c | 94 code const FAR *lcode; /* local strm->lencode */ 122 lcode = state->lencode;
|
/third_party/node/deps/zlib/contrib/optimizations/ |
H A D | inflate.c | 124 state->lencode = state->distcode = state->next = state->codes; in inflateResetKeep() 289 state->lencode = lenfix; in fixedtables() 336 printf("{%u,%u,%d}", (low & 127) == 99 ? 64 : state.lencode[low].op, in makefixed() 337 state.lencode[low].bits, state.lencode[low].val); in makefixed() 938 state->lencode = (const code FAR *)(state->next); in inflate() 954 here = state->lencode[BITS(state->lenbits)]; in inflate() 1013 state->lencode = (const code FAR *)(state->next); in inflate() 1050 here = state->lencode[BITS(state->lenbits)]; in inflate() 1057 here = state->lencode[las in inflate() [all...] |
/third_party/skia/third_party/externals/zlib/contrib/optimizations/ |
H A D | inflate.c | 138 state->lencode = state->distcode = state->next = state->codes; 317 state->lencode = lenfix; 364 printf("{%u,%u,%d}", (low & 127) == 99 ? 64 : state.lencode[low].op, in makefixed() 365 state.lencode[low].bits, state.lencode[low].val); in makefixed() 960 state->lencode = (const code FAR *)(state->next); 975 here = state->lencode[BITS(state->lenbits)]; 1034 state->lencode = (const code FAR *)(state->next); 1069 here = state->lencode[BITS(state->lenbits)]; 1076 here = state->lencode[las [all...] |
H A D | inffast_chunk.c | 94 code const FAR *lcode; /* local strm->lencode */ 122 lcode = state->lencode;
|
/third_party/zlib/contrib/blast/ |
H A D | blast.c | 293 static short lencnt[MAXBITS+1], lensym[16]; /* lencode memory */ in decomp() 296 static struct huffman lencode = {lencnt, lensym}; /* length code */ in decomp() local 318 construct(&lencode, lenlen, sizeof(lenlen)); in decomp() 333 symbol = decode(s, &lencode); in decomp()
|