Home
last modified time | relevance | path

Searched refs:lmask (Results 1 – 25 of 26) sorted by relevance

12

/third_party/skia/third_party/externals/zlib/
Dinffast.c75 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/
Dinffast.c71 unsigned lmask; /* mask for first level of length codes */ local
98 lmask = (1U << state->lenbits) - 1;
110 here = lcode[hold & lmask];
/third_party/zlib/
Dinffast.c71 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/
Dinffast.c75 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/
Dinffast.c75 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/
Dinffast.c71 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/
Dinffas8664.c98 /*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/
Dinffas8664.c98 /*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/
Dinffas8664.c98 /*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/
Dinffast_chunk.c96 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/
Dinffast_chunk.c96 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/
Dinffast_chunk.c96 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/
Dinffast.c88 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/
Dinffast.c89 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/
Ddump.c43 __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/
Dwuffs-deflate-decoder-decode-huffman.c281 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/
Ddecode_huffman_slow.wuffs20 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]
Ddecode_huffman_fast.wuffs27 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/
Dinffast.S186 #define lmask 0 /* unsigned int */ macro
293 movl %eax, lmask(%esp)
455 movl lmask(%esp), %edx /* edx = lmask */
894 movd lmask(%esp), lmask_mm
Dinffas86.c93 /*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/
Dinffast.S186 #define lmask 0 /* unsigned int */ macro
293 movl %eax, lmask(%esp)
455 movl lmask(%esp), %edx /* edx = lmask */
894 movd lmask(%esp), lmask_mm
Dinffas86.c93 /*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/
Dinffast.S186 #define lmask 0 /* unsigned int */ macro
293 movl %eax, lmask(%esp)
455 movl lmask(%esp), %edx /* edx = lmask */
894 movd lmask(%esp), lmask_mm
Dinffas86.c93 /*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/
DSDL_blit_A.c185 __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()

12