/third_party/skia/third_party/externals/zlib/ |
D | inffast.c | 75 unsigned lmask; /* mask for first level of length codes */ local 102 lmask = (1U << state->lenbits) - 1; 114 here = lcode[hold & lmask];
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/ |
D | inffast.c | 71 unsigned lmask; /* mask for first level of length codes */ local 98 lmask = (1U << state->lenbits) - 1; 110 here = lcode[hold & lmask];
|
/third_party/zlib/ |
D | inffast.c | 71 unsigned lmask; /* mask for first level of length codes */ local 98 lmask = (1U << state->lenbits) - 1; 110 here = lcode[hold & lmask];
|
/third_party/flutter/skia/third_party/externals/zlib/ |
D | inffast.c | 75 unsigned lmask; /* mask for first level of length codes */ local 102 lmask = (1U << state->lenbits) - 1; 114 here = lcode[hold & lmask];
|
/third_party/node/deps/zlib/ |
D | inffast.c | 75 unsigned lmask; /* mask for first level of length codes */ local 102 lmask = (1U << state->lenbits) - 1; 114 here = lcode[hold & lmask];
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/ |
D | inffast.c | 71 unsigned lmask; /* mask for first level of length codes */ local 98 lmask = (1U << state->lenbits) - 1; 110 here = lcode[hold & lmask];
|
/third_party/zlib/contrib/masmx64/ |
D | inffas8664.c | 98 /*100 56 */ unsigned lmask; /* r12 mask for lcode */ member 139 ar.lmask = (1U << state->lenbits) - 1;
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/masmx64/ |
D | inffas8664.c | 98 /*100 56 */ unsigned lmask; /* r12 mask for lcode */ member 139 ar.lmask = (1U << state->lenbits) - 1;
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/masmx64/ |
D | inffas8664.c | 98 /*100 56 */ unsigned lmask; /* r12 mask for lcode */ member 139 ar.lmask = (1U << state->lenbits) - 1;
|
/third_party/flutter/skia/third_party/externals/zlib/contrib/optimizations/ |
D | inffast_chunk.c | 96 unsigned lmask; /* mask for first level of length codes */ local 124 lmask = (1U << state->lenbits) - 1; 142 here = lcode[hold & lmask];
|
/third_party/node/deps/zlib/contrib/optimizations/ |
D | inffast_chunk.c | 96 unsigned lmask; /* mask for first level of length codes */ local 124 lmask = (1U << state->lenbits) - 1; 142 here = lcode[hold & lmask];
|
/third_party/skia/third_party/externals/zlib/contrib/optimizations/ |
D | inffast_chunk.c | 96 unsigned lmask; /* mask for first level of length codes */ local 124 lmask = (1U << state->lenbits) - 1; 142 here = lcode[hold & lmask];
|
/third_party/libwebsockets/win32port/zlib/ |
D | inffast.c | 88 unsigned lmask; /* mask for first level of length codes */ local 115 lmask = (1U << state->lenbits) - 1; 127 here = lcode[hold & lmask];
|
/third_party/uboot/u-boot-2020.01/lib/zlib/ |
D | inffast.c | 89 unsigned lmask; /* mask for first level of length codes */ in inflate_fast() local 124 lmask = (1U << state->lenbits) - 1; in inflate_fast() 136 this = lcode[hold & lmask]; in inflate_fast()
|
/third_party/e2fsprogs/debugfs/ |
D | dump.c | 43 __u16 lmask; member 63 for (i=0; mode_table[i].lmask; i++) { in mode_xlate() 64 if (lmode & mode_table[i].lmask) in mode_xlate()
|
/third_party/flutter/skia/third_party/externals/wuffs/script/ |
D | wuffs-deflate-decoder-decode-huffman.c | 281 uint32_t lmask = MASK(self->private_impl.f_n_huffs_bits[0]); in c_wuffs_deflate__decoder__decode_huffman_fast() local 316 uint32_t table_entry = self->private_data.f_huffs[0][bits & lmask]; in c_wuffs_deflate__decoder__decode_huffman_fast()
|
/third_party/flutter/skia/third_party/externals/wuffs/std/deflate/ |
D | decode_huffman_slow.wuffs | 20 var lmask base.u32[..511] 48 lmask = ((1 as base.u32) << this.n_huffs_bits[0]) - 1 54 table_entry = this.huffs[0][bits & lmask]
|
D | decode_huffman_fast.wuffs | 27 var lmask base.u32[..511] 44 lmask = ((1 as base.u32) << this.n_huffs_bits[0]) - 1 95 table_entry = this.huffs[0][bits & lmask]
|
/third_party/zlib/contrib/inflate86/ |
D | inffast.S | 186 #define lmask 0 /* unsigned int */ macro 293 movl %eax, lmask(%esp) 455 movl lmask(%esp), %edx /* edx = lmask */ 894 movd lmask(%esp), lmask_mm
|
D | inffas86.c | 93 /*100 56 */ unsigned lmask; /* r12 mask for lcode */ member 122 ar.lmask = (1U << state->lenbits) - 1;
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/inflate86/ |
D | inffast.S | 186 #define lmask 0 /* unsigned int */ macro 293 movl %eax, lmask(%esp) 455 movl lmask(%esp), %edx /* edx = lmask */ 894 movd lmask(%esp), lmask_mm
|
D | inffas86.c | 93 /*100 56 */ unsigned lmask; /* r12 mask for lcode */ member 122 ar.lmask = (1U << state->lenbits) - 1;
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/inflate86/ |
D | inffast.S | 186 #define lmask 0 /* unsigned int */ macro 293 movl %eax, lmask(%esp) 455 movl lmask(%esp), %edx /* edx = lmask */ 894 movd lmask(%esp), lmask_mm
|
D | inffas86.c | 93 /*100 56 */ unsigned lmask; /* r12 mask for lcode */ member 122 ar.lmask = (1U << state->lenbits) - 1;
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/ |
D | SDL_blit_A.c | 185 __m64 src1, src2, dst1, dst2, lmask, hmask, dsta; in BlitRGBtoRGBSurfaceAlpha128MMX() local 188 lmask = _mm_set_pi32(0x00010101, 0x00010101); /* !alpha128 mask -> lmask */ in BlitRGBtoRGBSurfaceAlpha128MMX() 214 dst1 = _mm_and_si64(dst1, lmask); /* dst1 & !mask -> dst1 */ in BlitRGBtoRGBSurfaceAlpha128MMX()
|