/third_party/boost/libs/beast/test/extern/zlib-1.2.11/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/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/boost/tools/boost_install/test/iostreams/zlib-1.2.11/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/boost/libs/beast/test/extern/zlib-1.2.11/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/boost/tools/boost_install/test/iostreams/zlib-1.2.11/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/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 +
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/ |
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.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 + 1493 if (state->lencode >= state->codes && [all …]
|
/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 …]
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/ |
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.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 + 1493 if (state->lencode >= state->codes && [all …]
|
/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() 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 …]
|
/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 …]
|
/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() 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 …]
|
/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/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/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/boost/libs/beast/test/extern/zlib-1.2.11/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/boost/tools/boost_install/test/iostreams/zlib-1.2.11/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()
|