Home
last modified time | relevance | path

Searched refs:dcode (Results 1 – 25 of 30) sorted by relevance

12

/third_party/flutter/skia/third_party/externals/wuffs/test/data/artificial/
Ddeflate-distance-32768.deflate.commentary.txt15 000017 0x0011 . 0xA5 0b_1010_0... dcode: 5 base: 7
19 000019 0x0013 . 0xE9 0b_..10_100. dcode: 5 base: 7
26 000238 0x00EE H 0x48 0b_0100_.... dcode: 5 base: 7
31 000240 0x00F0 . 0xEF 0b_..10_111. dcode: 29 base: 24577
37 000243 0x00F3 * 0x2A 0b_.010_10.. dcode: 10 base: 33
42 000245 0x00F5 . 0xDE 0b_.101_11.. dcode: 29 base: 24577
48 000248 0x00F8 . 0xBA 0b_1011_1... dcode: 29 base: 24577
Ddeflate-distance-code-31.deflate.commentary.txt8 000001 0x0001 ~ 0x7E 0b_.111_11.. dcode: 31 INVALID
Ddeflate-backref-crosses-blocks.deflate.commentary.txt22 000010 0x000A B 0x42 0b_.100_00.. dcode: 1 distance: 2
/third_party/zlib/
Dinffast.c70 code const FAR *dcode; /* local strm->distcode */ local
97 dcode = state->distcode;
141 here = dcode + (hold & dmask);
267 here = dcode + here->val + (hold & ((1U << op) - 1));
/third_party/flutter/skia/third_party/externals/zlib/
Dinffast.c74 code const FAR *dcode; /* local strm->distcode */ local
101 dcode = state->distcode;
145 here = dcode[hold & dmask];
271 here = dcode[here.val + (hold & ((1U << op) - 1))];
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/
Dinffast.c70 code const FAR *dcode; /* local strm->distcode */ local
97 dcode = state->distcode;
141 here = dcode[hold & dmask];
267 here = dcode[here.val + (hold & ((1U << op) - 1))];
Dtrees.c1042 int dcode; local
1043 for (dcode = 0; dcode < D_CODES; dcode++) {
1044 out_length += (ulg)s->dyn_dtree[dcode].Freq *
1045 (5L+extra_dbits[dcode]);
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/
Dinffast.c70 code const FAR *dcode; /* local strm->distcode */ local
97 dcode = state->distcode;
141 here = dcode[hold & dmask];
267 here = dcode[here.val + (hold & ((1U << op) - 1))];
Dtrees.c1042 int dcode; local
1043 for (dcode = 0; dcode < D_CODES; dcode++) {
1044 out_length += (ulg)s->dyn_dtree[dcode].Freq *
1045 (5L+extra_dbits[dcode]);
/third_party/node/deps/zlib/
Dinffast.c74 code const FAR *dcode; /* local strm->distcode */ local
101 dcode = state->distcode;
145 here = dcode[hold & dmask];
271 here = dcode[here.val + (hold & ((1U << op) - 1))];
/third_party/skia/third_party/externals/zlib/
Dinffast.c74 code const FAR *dcode; /* local strm->distcode */ local
101 dcode = state->distcode;
145 here = dcode[hold & dmask];
271 here = dcode[here.val + (hold & ((1U << op) - 1))];
/third_party/skia/third_party/externals/zlib/contrib/optimizations/
Dinffast_chunk.c95 code const FAR *dcode; /* local strm->distcode */ local
123 dcode = state->distcode;
185 here = dcode[hold & dmask];
298 here = dcode[here.val + (hold & ((1U << op) - 1))];
/third_party/flutter/skia/third_party/externals/zlib/contrib/optimizations/
Dinffast_chunk.c95 code const FAR *dcode; /* local strm->distcode */ local
123 dcode = state->distcode;
185 here = dcode[hold & dmask];
298 here = dcode[here.val + (hold & ((1U << op) - 1))];
/third_party/node/deps/zlib/contrib/optimizations/
Dinffast_chunk.c95 code const FAR *dcode; /* local strm->distcode */ local
123 dcode = state->distcode;
185 here = dcode[hold & dmask];
298 here = dcode[here.val + (hold & ((1U << op) - 1))];
/third_party/libwebsockets/win32port/zlib/
Dinffast.c87 code const FAR *dcode; /* local strm->distcode */ local
114 dcode = state->distcode;
158 here = dcode[hold & dmask];
284 here = dcode[here.val + (hold & ((1U << op) - 1))];
Dtrees.c1054 int dcode; local
1055 for (dcode = 0; dcode < D_CODES; dcode++) {
1056 out_length += (ulg)s->dyn_dtree[dcode].Freq *
1057 (5L+extra_dbits[dcode]);
/third_party/node/deps/brotli/c/enc/
Dcommand.h152 uint32_t dcode = self->dist_prefix_ & 0x3FFu; in CommandRestoreDistanceCode() local
156 uint32_t hcode = (dcode - dist->num_direct_distance_codes - in CommandRestoreDistanceCode()
159 uint32_t lcode = (dcode - dist->num_direct_distance_codes - in CommandRestoreDistanceCode()
/third_party/skia/third_party/externals/brotli/c/enc/
Dcommand.h152 uint32_t dcode = self->dist_prefix_ & 0x3FFu; in CommandRestoreDistanceCode() local
156 uint32_t hcode = (dcode - dist->num_direct_distance_codes - in CommandRestoreDistanceCode()
159 uint32_t lcode = (dcode - dist->num_direct_distance_codes - in CommandRestoreDistanceCode()
/third_party/flutter/skia/third_party/externals/wuffs/std/deflate/
DREADME.md117 built-in `lcode` and `dcode` tables (see below). The third type is the
273 Continuing to read all `nlit` (266) `lcode` lengths and `ndist` (20) `dcode`
375 For `dcode`s, there are 5 + 4 + 3 + 2 = 14 non-zero entries: 5 3-bit codes, 4
377 map from bits to `dcode` values is:
379 bits dcode
458 bits dcode
461 Again, from section 3.2.5., a `dcode` of 11 means a distance in the range [49,
488 bits dcode
491 Again, from section 3.2.5., a `dcode` of 5 means a distance in the range [7,
531 bits dcode
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/masmx64/
Dinffas8664.c93 /* 72 36 */ code const FAR *dcode; /* r11 local strm->distcode */ member
138 ar.dcode = state->distcode;
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/masmx64/
Dinffas8664.c93 /* 72 36 */ code const FAR *dcode; /* r11 local strm->distcode */ member
138 ar.dcode = state->distcode;
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/inflate86/
Dinffast.S183 #define dcode 12 /* code* */ macro
287 movl %ecx, dcode(%esp)
559 movl dcode(%esp), %ecx /* ecx = dcode */
700 movl dcode(%esp), %edx /* edx = dcode */
974 movl dcode(%esp), %ebx /* ebx = dcode */
1071 movl dcode(%esp), %eax /* ecx = dcode */
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/inflate86/
Dinffast.S183 #define dcode 12 /* code* */ macro
287 movl %ecx, dcode(%esp)
559 movl dcode(%esp), %ecx /* ecx = dcode */
700 movl dcode(%esp), %edx /* edx = dcode */
974 movl dcode(%esp), %ebx /* ebx = dcode */
1071 movl dcode(%esp), %eax /* ecx = dcode */
Dinffas86.c88 /* 72 36 */ code const FAR *dcode; /* r11 local strm->distcode */ member
121 ar.dcode = state->distcode;
/third_party/skia/third_party/externals/brotli/research/
Dbrotlidump.py1145 def value(self, dcode, dextra): argument
1151 if dcode<16:
1155 ][dcode]
1156 if dcode<16+self.NDIRECT:
1157 return (0,dcode-16)
1160 ndistbits = 1 + ((dcode - self.NDIRECT - 16) >> (self.NPOSTFIX + 1))
1161 hcode = (dcode - self.NDIRECT - 16) >> self.NPOSTFIX
1162 lcode = (dcode - self.NDIRECT - 16) & POSTFIX_MASK

12