Home
last modified time | relevance | path

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

12

/third_party/flutter/skia/third_party/externals/wuffs/test/data/artificial/
Ddeflate-distance-32768.deflate.commentary.txt6 000000 0x0000 K 0x4B 0b_0100_1... lcode: 97 literal 'a'
8 000001 0x0001 L 0x4C 0b_0100_1... lcode: 98 literal 'b'
11 000015 0x000F 3 0x33 0b_0011_0... lcode: 55 literal '7'
13 000016 0x0010 . 0x1F 0b_0001_1... lcode: 285 length: 258
17 000018 0x0012 G 0x47 0b_0100_011. lcode: 285 length: 258
22 000236 0x00EC . 0xE9 0b_1..._.... lcode: 284 base: 227
29 000239 0x00EF . 0x03 0b_0000_00.. lcode: 257 length: 3
35 000242 0x00F2 . 0x07 0b_0000_0... lcode: 257 length: 3
40 000244 0x00F4 . 0x01 0b_0000_0... lcode: 257 length: 3
46 000247 0x00F7 . 0x0F 0b_0000_.... lcode: 258 length: 4
[all …]
Ddeflate-degenerate-huffman-unused.deflate.commentary.txt62 000013 0x000D . 0x89 0b_...0_1... lcode: 102 literal 'f'
63 000013 0x000D . 0x89 0b_..0._.... lcode: 111 literal 'o'
64 000013 0x000D . 0x89 0b_.0.._.... lcode: 111 literal 'o'
65 000013 0x000D . 0x89 0b_1..._.... lcode: 256 end of block
Ddeflate-backref-crosses-blocks.deflate.commentary.txt20 000009 0x0009 . 0x03 0b_0000_0... lcode: 257 length: 3
23 000010 0x000A B 0x42 0b_0..._.... lcode: 256 end of block
Ddeflate-distance-code-31.deflate.commentary.txt6 000000 0x0000 . 0x03 0b_0000_0... lcode: 257 length: 3
/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`
303 For `lcode`s, there are 6 + 9 + 10 + 16 + 10 + 12 = 63 non-zero entries: 6
305 12 9-bit codes. The canonical Huffman encoding's map from bits to `lcode`
308 bits lcode
411 `lcode` value is < 256):
413 bits lcode
439 bits lcode
445 This 258 is our first non-literal `lcode`, the start of a length-distance
447 Compressed blocks (length and distance codes) says that an `lcode` of 258 means
[all …]
/third_party/skia/third_party/externals/zlib/
Dinffast.c73 code const FAR *lcode; /* local strm->lencode */ local
100 lcode = state->lencode;
114 here = lcode[hold & lmask];
281 here = lcode[here.val + (hold & ((1U << op) - 1))];
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/
Dinffast.c69 code const FAR *lcode; /* local strm->lencode */ local
96 lcode = state->lencode;
110 here = lcode[hold & lmask];
277 here = lcode[here.val + (hold & ((1U << op) - 1))];
/third_party/zlib/
Dinffast.c69 code const FAR *lcode; /* local strm->lencode */ local
96 lcode = state->lencode;
110 here = lcode[hold & lmask];
277 here = lcode[here.val + (hold & ((1U << op) - 1))];
/third_party/flutter/skia/third_party/externals/zlib/
Dinffast.c73 code const FAR *lcode; /* local strm->lencode */ local
100 lcode = state->lencode;
114 here = lcode[hold & lmask];
281 here = lcode[here.val + (hold & ((1U << op) - 1))];
/third_party/node/deps/zlib/
Dinffast.c73 code const FAR *lcode; /* local strm->lencode */ local
100 lcode = state->lencode;
114 here = lcode[hold & lmask];
281 here = lcode[here.val + (hold & ((1U << op) - 1))];
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/
Dinffast.c69 code const FAR *lcode; /* local strm->lencode */ local
96 lcode = state->lencode;
110 here = lcode[hold & lmask];
277 here = lcode[here.val + (hold & ((1U << op) - 1))];
/third_party/flutter/skia/third_party/externals/zlib/contrib/optimizations/
Dinffast_chunk.c94 code const FAR *lcode; /* local strm->lencode */ local
122 lcode = state->lencode;
142 here = lcode[hold & lmask];
308 here = lcode[here.val + (hold & ((1U << op) - 1))];
/third_party/node/deps/zlib/contrib/optimizations/
Dinffast_chunk.c94 code const FAR *lcode; /* local strm->lencode */ local
122 lcode = state->lencode;
142 here = lcode[hold & lmask];
308 here = lcode[here.val + (hold & ((1U << op) - 1))];
/third_party/skia/third_party/externals/zlib/contrib/optimizations/
Dinffast_chunk.c94 code const FAR *lcode; /* local strm->lencode */ local
122 lcode = state->lencode;
142 here = lcode[hold & lmask];
308 here = lcode[here.val + (hold & ((1U << op) - 1))];
/third_party/libwebsockets/win32port/zlib/
Dinffast.c86 code const FAR *lcode; /* local strm->lencode */ local
113 lcode = state->lencode;
127 here = lcode[hold & lmask];
294 here = lcode[here.val + (hold & ((1U << op) - 1))];
/third_party/uboot/u-boot-2020.01/lib/zlib/
Dinffast.c87 code const FAR *lcode; /* local strm->lencode */ in inflate_fast() local
122 lcode = state->lencode; in inflate_fast()
136 this = lcode[hold & lmask]; in inflate_fast()
310 this = lcode[this.val + (hold & ((1U << op) - 1))]; in inflate_fast()
/third_party/zlib/contrib/masmx64/
Dinffas8664.c92 /* 64 32 */ code const FAR *lcode; /* ebp rbp local strm->lencode */ member
137 ar.lcode = state->lencode;
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/masmx64/
Dinffas8664.c92 /* 64 32 */ code const FAR *lcode; /* ebp rbp local strm->lencode */ member
137 ar.lcode = state->lencode;
/third_party/grpc/third_party/upb/bazel/
Dlua.BUILD27 "src/lcode.c",
28 "src/lcode.h",
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/masmx64/
Dinffas8664.c92 /* 64 32 */ code const FAR *lcode; /* ebp rbp local strm->lencode */ member
137 ar.lcode = state->lencode;
/third_party/zlib/contrib/inflate86/
Dinffast.S184 #define lcode 8 /* code* */ macro
286 movl %eax, lcode(%esp)
456 movl lcode(%esp), %ecx /* ecx = lcode */
682 movl lcode(%esp), %edx /* edx = lcode */
899 movl lcode(%esp), %ebx /* ebx = lcode */
1025 movl lcode(%esp), %ebx /* move lcode back to %ebx, toss dist */
1046 movl lcode(%esp), %ebx /* move lcode back to %ebx, toss dist */
1161 movl lcode(%esp), %ebx /* move lcode back to %ebx, toss dist */
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/inflate86/
Dinffast.S184 #define lcode 8 /* code* */ macro
286 movl %eax, lcode(%esp)
456 movl lcode(%esp), %ecx /* ecx = lcode */
682 movl lcode(%esp), %edx /* edx = lcode */
899 movl lcode(%esp), %ebx /* ebx = lcode */
1025 movl lcode(%esp), %ebx /* move lcode back to %ebx, toss dist */
1046 movl lcode(%esp), %ebx /* move lcode back to %ebx, toss dist */
1161 movl lcode(%esp), %ebx /* move lcode back to %ebx, toss dist */
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/inflate86/
Dinffast.S184 #define lcode 8 /* code* */ macro
286 movl %eax, lcode(%esp)
456 movl lcode(%esp), %ecx /* ecx = lcode */
682 movl lcode(%esp), %edx /* edx = lcode */
899 movl lcode(%esp), %ebx /* ebx = lcode */
1025 movl lcode(%esp), %ebx /* move lcode back to %ebx, toss dist */
1046 movl lcode(%esp), %ebx /* move lcode back to %ebx, toss dist */
1161 movl lcode(%esp), %ebx /* move lcode back to %ebx, toss dist */
/third_party/node/deps/brotli/c/enc/
Dcommand.h159 uint32_t lcode = (dcode - dist->num_direct_distance_codes - in CommandRestoreDistanceCode() local
162 return ((offset + extra) << dist->distance_postfix_bits) + lcode + in CommandRestoreDistanceCode()
/third_party/skia/third_party/externals/brotli/c/enc/
Dcommand.h159 uint32_t lcode = (dcode - dist->num_direct_distance_codes - in CommandRestoreDistanceCode() local
162 return ((offset + extra) << dist->distance_postfix_bits) + lcode + in CommandRestoreDistanceCode()

12