Home
last modified time | relevance | path

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

/external/chromium/third_party/zlib/
Dinffast.c88 unsigned lmask; /* mask for first level of length codes */ local
115 lmask = (1U << state->lenbits) - 1;
127 this = lcode[hold & lmask];
/external/qemu/distrib/zlib-1.2.3/
Dinffast.c88 unsigned lmask; /* mask for first level of length codes */ local
115 lmask = (1U << state->lenbits) - 1;
127 this = lcode[hold & lmask];
/external/zlib/
Dinffast.c88 unsigned lmask; /* mask for first level of length codes */ local
115 lmask = (1U << state->lenbits) - 1;
127 here = lcode[hold & lmask];
/external/zlib/contrib/masmx64/
Dinffas8664.c98 /*100 56 */ unsigned lmask; /* r12 mask for lcode */ member
139 ar.lmask = (1U << state->lenbits) - 1;
/external/e2fsprogs/debugfs/
Ddump.c40 __u16 lmask; member
60 for (i=0; mode_table[i].lmask; i++) { in mode_xlate()
61 if (lmode & mode_table[i].lmask) in mode_xlate()
/external/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;
/external/qemu/distrib/sdl-1.2.12/src/video/
DSDL_blit_A.c456 __m64 src1, src2, dst1, dst2, lmask, hmask, dsta; in BlitRGBtoRGBSurfaceAlpha128MMX() local
459 lmask = _mm_set_pi32(0x00010101, 0x00010101); /* !alpha128 mask -> lmask */ in BlitRGBtoRGBSurfaceAlpha128MMX()
485 dst1 = _mm_and_si64(dst1, lmask); /* dst1 & !mask -> dst1 */ in BlitRGBtoRGBSurfaceAlpha128MMX()