| /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/flutter/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
|
| /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; 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() 962 state->lencode = (const code FAR *)(state->next); 978 here = state->lencode[BITS(state->lenbits)]; 1037 state->lencode = (const code FAR *)(state->next); 1073 here = state->lencode[BITS(state->lenbits)]; 1080 here = state->lencode[last.val + 1525 if (state->lencode >= state->codes && [all …]
|
| D | inflate.h | 110 code const FAR *lencode; /* starting table for length/literal codes */ member
|
| /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
|
| /third_party/node/deps/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() 948 state->lencode = (const code FAR *)(state->next); 963 here = state->lencode[BITS(state->lenbits)]; 1022 state->lencode = (const code FAR *)(state->next); 1057 here = state->lencode[BITS(state->lenbits)]; 1064 here = state->lencode[last.val + 1495 if (state->lencode >= state->codes && [all …]
|
| D | inflate.h | 109 code const FAR *lencode; /* starting table for length/literal codes */ member
|
| /third_party/freetype/src/gzip/ |
| D | infback.c | 119 state->lencode = lenfix; in fixedtables() 386 state->lencode = (code const FAR *)(state->next); in inflateBack() 401 here = state->lencode[BITS(state->lenbits)]; in inflateBack() 460 state->lencode = (code const FAR *)(state->next); in inflateBack() 495 here = state->lencode[BITS(state->lenbits)]; in inflateBack() 502 here = state->lencode[last.val + in inflateBack()
|
| D | inflate.c | 140 state->lencode = state->distcode = state->next = state->codes; in inflateResetKeep() 322 state->lencode = lenfix; in fixedtables() 369 printf("{%u,%u,%d}", (low & 127) == 99 ? 64 : state.lencode[low].op, in makefixed() 370 state.lencode[low].bits, state.lencode[low].val); in makefixed() 968 state->lencode = (const code FAR *)(state->next); in inflate() 984 here = state->lencode[BITS(state->lenbits)]; in inflate() 1043 state->lencode = (const code FAR *)(state->next); in inflate() 1079 here = state->lencode[BITS(state->lenbits)]; in inflate() 1086 here = state->lencode[last.val + in inflate() 1537 if (state->lencode >= state->codes && in inflateCopy() [all …]
|
| D | inflate.h | 113 code const FAR *lencode; /* starting table for length/literal codes */ member
|
| /third_party/flutter/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() 959 state->lencode = (const code FAR *)(state->next); 974 here = state->lencode[BITS(state->lenbits)]; 1033 state->lencode = (const code FAR *)(state->next); 1068 here = state->lencode[BITS(state->lenbits)]; 1075 here = state->lencode[last.val + 1515 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 | 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() 959 state->lencode = (const code FAR *)(state->next); 974 here = state->lencode[BITS(state->lenbits)]; 1033 state->lencode = (const code FAR *)(state->next); 1068 here = state->lencode[BITS(state->lenbits)]; 1075 here = state->lencode[last.val + 1515 if (state->lencode >= state->codes && [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()
|
| /third_party/node/deps/brotli/c/enc/ |
| D | brotli_bit_stream.c | 740 size_t lencode; in StoreBlockSwitch() local 747 GetBlockLengthPrefixCode(block_len, &lencode, &len_nextra, &len_extra); in StoreBlockSwitch() 749 BrotliWriteBits(code->length_depths[lencode], code->length_bits[lencode], in StoreBlockSwitch()
|