Home
last modified time | relevance | path

Searched refs:distcode (Results 1 – 25 of 37) sorted by relevance

12

/third_party/zlib/contrib/puff/
Dpuff.c438 const struct huffman *distcode) in codes() argument
480 symbol = decode(s, distcode); in codes()
541 static struct huffman lencode, distcode; in fixed() local
551 distcode.count = distcnt; in fixed()
552 distcode.symbol = distsym; in fixed()
568 construct(&distcode, lengths, MAXDCODES); in fixed()
575 return codes(s, &lencode, &distcode); in fixed()
673 struct huffman lencode, distcode; /* length and distance codes */ in dynamic() local
680 distcode.count = distcnt; in dynamic()
681 distcode.symbol = distsym; in dynamic()
[all …]
/third_party/zlib/contrib/infback9/
Dinfback9.c241 code const FAR *distcode; /* starting table for distance codes */ local
270 distcode = Z_NULL;
294 distcode = distfix;
454 distcode = (code const FAR *)(state->next);
524 here = distcode[BITS(distbits)];
531 here = distcode[last.val +
/third_party/zlib/contrib/blast/
Dblast.c297 static struct huffman distcode = {distcnt, distsym};/* distance code */ in decomp() local
319 construct(&distcode, distlen, sizeof(distlen)); in decomp()
339 dist = decode(s, &distcode) << symbol; in decomp()
/third_party/libwebsockets/win32port/zlib/
Dinflate.c123 state->lencode = state->distcode = state->next = state->codes;
279 state->distcode = distfix;
335 printf("{%u,%u,%d}", state.distcode[low].op, state.distcode[low].bits, in makefixed()
336 state.distcode[low].val); in makefixed()
992 state->distcode = (code const FAR *)(state->next);
1067 here = state->distcode[BITS(state->distbits)];
1074 here = state->distcode[last.val +
1441 copy->distcode = copy->codes + (state->distcode - state->codes);
Dinfback.c112 state->distcode = distfix;
461 state->distcode = (code const FAR *)(state->next);
540 here = state->distcode[BITS(state->distbits)];
547 here = state->distcode[last.val +
Dinflate.h107 code const FAR *distcode; /* starting table for distance codes */ member
/third_party/node/deps/v8/third_party/zlib/contrib/optimizations/
Dinflate.c139 state->lencode = state->distcode = state->next = state->codes;
320 state->distcode = distfix;
376 printf("{%u,%u,%d}", state.distcode[low].op, state.distcode[low].bits, in makefixed()
377 state.distcode[low].val); in makefixed()
1043 state->distcode = (const code FAR *)(state->next);
1119 here = state->distcode[BITS(state->distbits)];
1126 here = state->distcode[last.val +
1526 copy->distcode = copy->codes + (state->distcode - state->codes);
/third_party/skia/third_party/externals/zlib/contrib/optimizations/
Dinflate.c138 state->lencode = state->distcode = state->next = state->codes;
319 state->distcode = distfix;
375 printf("{%u,%u,%d}", state.distcode[low].op, state.distcode[low].bits, in makefixed()
376 state.distcode[low].val); in makefixed()
1043 state->distcode = (const code FAR *)(state->next);
1119 here = state->distcode[BITS(state->distbits)];
1126 here = state->distcode[last.val +
1519 copy->distcode = copy->codes + (state->distcode - state->codes);
/third_party/node/deps/zlib/
Dinflate.c123 state->lencode = state->distcode = state->next = state->codes; in inflateResetKeep()
290 state->distcode = distfix; in fixedtables()
346 printf("{%u,%u,%d}", state.distcode[low].op, state.distcode[low].bits, in makefixed()
347 state.distcode[low].val); in makefixed()
1011 state->distcode = (const code FAR *)(state->next); in inflate()
1091 here = state->distcode[BITS(state->distbits)]; in inflate()
1098 here = state->distcode[last.val + in inflate()
1473 copy->distcode = copy->codes + (state->distcode - state->codes); in inflateCopy()
Dinfback.c113 state->distcode = distfix; in fixedtables()
456 state->distcode = (code const FAR *)(state->next); in inflateBack()
537 here = state->distcode[BITS(state->distbits)]; in inflateBack()
544 here = state->distcode[last.val + in inflateBack()
Dinflate.h111 code const FAR *distcode; /* starting table for distance codes */ member
/third_party/skia/third_party/externals/zlib/
Dinflate.c137 state->lencode = state->distcode = state->next = state->codes;
318 state->distcode = distfix;
374 printf("{%u,%u,%d}", state.distcode[low].op, state.distcode[low].bits, in makefixed()
375 state.distcode[low].val); in makefixed()
1032 state->distcode = (const code FAR *)(state->next);
1108 here = state->distcode[BITS(state->distbits)];
1115 here = state->distcode[last.val +
1499 copy->distcode = copy->codes + (state->distcode - state->codes);
Dinfback.c121 state->distcode = distfix;
469 state->distcode = (code const FAR *)(state->next);
549 here = state->distcode[BITS(state->distbits)];
556 here = state->distcode[last.val +
Dinflate.h110 code const FAR *distcode; /* starting table for distance codes */ member
/third_party/node/deps/zlib/contrib/optimizations/
Dinflate.c124 state->lencode = state->distcode = state->next = state->codes; in inflateResetKeep()
291 state->distcode = distfix; in fixedtables()
347 printf("{%u,%u,%d}", state.distcode[low].op, state.distcode[low].bits, in makefixed()
348 state.distcode[low].val); in makefixed()
1022 state->distcode = (const code FAR *)(state->next); in inflate()
1102 here = state->distcode[BITS(state->distbits)]; in inflate()
1109 here = state->distcode[last.val + in inflate()
1506 copy->distcode = copy->codes + (state->distcode - state->codes); in inflateCopy()
/third_party/zlib/
Dinflate.c138 state->lencode = state->distcode = state->next = state->codes;
320 state->distcode = distfix;
376 printf("{%u,%u,%d}", state.distcode[low].op, state.distcode[low].bits, in makefixed()
377 state.distcode[low].val); in makefixed()
1048 state->distcode = (const code FAR *)(state->next);
1127 here = state->distcode[BITS(state->distbits)];
1134 here = state->distcode[last.val +
1530 copy->distcode = copy->codes + (state->distcode - state->codes);
Dinfback.c122 state->distcode = distfix;
470 state->distcode = (code const FAR *)(state->next);
550 here = state->distcode[BITS(state->distbits)];
557 here = state->distcode[last.val +
Dinflate.h111 code const FAR *distcode; /* starting table for distance codes */ member
/third_party/node/deps/v8/third_party/zlib/
Dinflate.c138 state->lencode = state->distcode = state->next = state->codes;
319 state->distcode = distfix;
375 printf("{%u,%u,%d}", state.distcode[low].op, state.distcode[low].bits, in makefixed()
376 state.distcode[low].val); in makefixed()
1032 state->distcode = (const code FAR *)(state->next);
1108 here = state->distcode[BITS(state->distbits)];
1115 here = state->distcode[last.val +
1506 copy->distcode = copy->codes + (state->distcode - state->codes);
Dinfback.c121 state->distcode = distfix;
469 state->distcode = (code const FAR *)(state->next);
549 here = state->distcode[BITS(state->distbits)];
556 here = state->distcode[last.val +
Dinflate.h111 code const FAR *distcode; /* starting table for distance codes */ member
/third_party/skia/third_party/externals/brotli/c/enc/
Dcompress_fragment.c310 const size_t distcode = 2 * (nbits - 1) + prefix + 80; in EmitDistance() local
311 BrotliWriteBits(depth[distcode], bits[distcode], storage_ix, storage); in EmitDistance()
313 ++histo[distcode]; in EmitDistance()
Dbackward_references_hq.c158 size_t distcode = commands[i].dist_prefix_ & 0x3FF; in ZopfliCostModelSetFromCommands() local
163 if (cmdcode >= 128) histogram_dist[distcode]++; in ZopfliCostModelSetFromCommands()
231 const ZopfliCostModel* self, size_t distcode) { in ZopfliCostModelGetDistanceCost() argument
232 return self->cost_dist_[distcode]; in ZopfliCostModelGetDistanceCost()
/third_party/node/deps/brotli/c/enc/
Dcompress_fragment.c310 const size_t distcode = 2 * (nbits - 1) + prefix + 80; in EmitDistance() local
311 BrotliWriteBits(depth[distcode], bits[distcode], storage_ix, storage); in EmitDistance()
313 ++histo[distcode]; in EmitDistance()
Dbackward_references_hq.c158 size_t distcode = commands[i].dist_prefix_ & 0x3FF; in ZopfliCostModelSetFromCommands() local
163 if (cmdcode >= 128) histogram_dist[distcode]++; in ZopfliCostModelSetFromCommands()
231 const ZopfliCostModel* self, size_t distcode) { in ZopfliCostModelGetDistanceCost() argument
232 return self->cost_dist_[distcode]; in ZopfliCostModelGetDistanceCost()

12