| /third_party/zlib/contrib/puff/ |
| D | puff.c | 437 const struct huffman *lencode, in codes() argument 460 symbol = decode(s, lencode); in codes() 541 static struct huffman lencode, distcode; in fixed() local 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() 673 struct huffman lencode, distcode; /* length and distance codes */ in dynamic() local 678 lencode.count = lencnt; in dynamic() 679 lencode.symbol = lensym; in dynamic() [all …]
|
| /third_party/zlib/contrib/infback9/ |
| D | infback9.c | 240 code const FAR *lencode; /* starting table for length/literal codes */ local 269 lencode = Z_NULL; 292 lencode = lenfix; 370 lencode = (code const FAR *)(state->next); 385 here = lencode[BITS(lenbits)]; 445 lencode = (code const FAR *)(state->next); 470 here = lencode[BITS(lenbits)]; 477 here = lencode[last.val +
|
| /third_party/libwebsockets/win32port/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
|
| /third_party/node/deps/zlib/ |
| 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()
|
| 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[last.val + in inflate() 1470 if (state->lencode >= state->codes && in inflateCopy() [all …]
|
| D | inflate.h | 110 code const FAR *lencode; /* starting table for length/literal codes */ member
|
| D | inffast.c | 97 lcode = state->lencode; in inflate_fast()
|
| /third_party/node/deps/v8/third_party/zlib/ |
| 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 +
|
| 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[last.val + 1503 if (state->lencode >= state->codes && [all …]
|
| D | inflate.h | 110 code const FAR *lencode; /* starting table for length/literal codes */ member
|
| D | inffast.c | 100 lcode = state->lencode;
|
| /third_party/zlib/ |
| D | infback.c | 120 state->lencode = lenfix; 387 state->lencode = (code const FAR *)(state->next); 402 here = state->lencode[BITS(state->lenbits)]; 461 state->lencode = (code const FAR *)(state->next); 496 here = state->lencode[BITS(state->lenbits)]; 503 here = state->lencode[last.val +
|
| D | inflate.c | 138 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() 964 state->lencode = (const code FAR *)(state->next); 980 here = state->lencode[BITS(state->lenbits)]; 1039 state->lencode = (const code FAR *)(state->next); 1075 here = state->lencode[BITS(state->lenbits)]; 1082 here = state->lencode[last.val + 1527 if (state->lencode >= state->codes && [all …]
|
| D | inflate.h | 110 code const FAR *lencode; /* starting table for length/literal codes */ member
|
| D | inffast.c | 96 lcode = state->lencode;
|
| /third_party/skia/third_party/externals/zlib/ |
| 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 +
|
| 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[last.val + 1496 if (state->lencode >= state->codes && [all …]
|
| D | inflate.h | 109 code const FAR *lencode; /* starting table for length/literal codes */ member
|
| D | inffast.c | 100 lcode = state->lencode;
|
| /third_party/node/deps/v8/third_party/zlib/contrib/optimizations/ |
| 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[last.val + 1523 if (state->lencode >= state->codes && [all …]
|
| /third_party/skia/third_party/externals/zlib/contrib/optimizations/ |
| 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[last.val + 1516 if (state->lencode >= state->codes && [all …]
|
| /third_party/node/deps/zlib/contrib/optimizations/ |
| 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[last.val + in inflate() 1503 if (state->lencode >= state->codes && in inflateCopy() [all …]
|
| /third_party/zlib/contrib/blast/ |
| D | blast.c | 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()
|