Home
last modified time | relevance | path

Searched refs:lencode (Results 1 – 18 of 18) sorted by relevance

/external/zlib/src/contrib/puff/
Dpuff.c437 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 …]
/external/zlib/src/contrib/infback9/
Dinfback9.c240 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 +
/external/pdfium/third_party/zlib_v128/
Dinflate.c122 state->lencode = state->distcode = state->next = state->codes; in inflateResetKeep()
298 state->lencode = lenfix; in fixedtables()
345 printf("{%u,%u,%d}", (low & 127) == 99 ? 64 : state.lencode[low].op, in makefixed()
346 state.lencode[low].bits, state.lencode[low].val); in makefixed()
924 state->lencode = (const code FAR *)(state->next); in inflate()
939 here = state->lencode[BITS(state->lenbits)]; in inflate()
998 state->lencode = (const code FAR *)(state->next); in inflate()
1032 here = state->lencode[BITS(state->lenbits)]; in inflate()
1039 here = state->lencode[last.val + in inflate()
1471 if (state->lencode >= state->codes && in inflateCopy()
[all …]
Dinfback.c119 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()
494 here = state->lencode[BITS(state->lenbits)]; in inflateBack()
501 here = state->lencode[last.val + in inflateBack()
Dinflate.h106 code const FAR *lencode; /* starting table for length/literal codes */ member
Dinffast.c113 lcode = state->lencode; in inflate_fast()
/external/zlib/src/
Dinflate.c122 state->lencode = state->distcode = state->next = state->codes;
298 state->lencode = lenfix;
345 printf("{%u,%u,%d}", (low & 127) == 99 ? 64 : state.lencode[low].op, in makefixed()
346 state.lencode[low].bits, state.lencode[low].val); in makefixed()
924 state->lencode = (const code FAR *)(state->next);
939 here = state->lencode[BITS(state->lenbits)];
998 state->lencode = (const code FAR *)(state->next);
1032 here = state->lencode[BITS(state->lenbits)];
1039 here = state->lencode[last.val +
1470 if (state->lencode >= state->codes &&
[all …]
Dinfback.c119 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 +
Dinflate.h106 code const FAR *lencode; /* starting table for length/literal codes */ member
Dinffast.c113 lcode = state->lencode;
/external/opencv3/3rdparty/zlib/
Dinflate.c122 state->lencode = state->distcode = state->next = state->codes;
298 state->lencode = lenfix;
345 printf("{%u,%u,%d}", (low & 127) == 99 ? 64 : state.lencode[low].op, in makefixed()
346 state.lencode[low].bits, state.lencode[low].val); in makefixed()
924 state->lencode = (const code FAR *)(state->next);
939 here = state->lencode[BITS(state->lenbits)];
998 state->lencode = (const code FAR *)(state->next);
1032 here = state->lencode[BITS(state->lenbits)];
1039 here = state->lencode[last.val +
1470 if (state->lencode >= state->codes &&
[all …]
Dinfback.c119 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 +
Dinflate.h106 code const FAR *lencode; /* starting table for length/literal codes */ member
Dinffast.c113 lcode = state->lencode;
/external/zlib/src/contrib/blast/
Dblast.c292 static struct huffman lencode = {lencnt, lensym}; /* length code */ in decomp() local
314 construct(&lencode, lenlen, sizeof(lenlen)); in decomp()
329 symbol = decode(s, &lencode); in decomp()
/external/zlib/src/contrib/masmx64/
Dinffas8664.c137 ar.lcode = state->lencode;
/external/chromium-trace/catapult/tracing/third_party/jszip/
Djszip.min.js13lencode,s=e.distcode,t=(1<<e.lenbits)-1,u=(1<<e.distbits)-1;a:do{15>q&&(p+=B[f++]<<q,q+=8,p+=B[f++…
/external/zlib/src/contrib/inflate86/
Dinffas86.c120 ar.lcode = state->lencode;