Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A Dinffast.c71 unsigned lmask; /* mask for first level of length codes */ local
98 lmask = (1U << state->lenbits) - 1;
110 here = lcode[hold & lmask];
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/masmx64/
A Dinffas8664.c98 /*100 56 */ unsigned lmask; /* r12 mask for lcode */ member
139 ar.lmask = (1U << state->lenbits) - 1;
/AliOS-Things-master/components/py_engine/external/unzip/src/
A Dinffast.c88 unsigned lmask; /* mask for first level of length codes */ local
115 lmask = (1U << state->lenbits) - 1;
127 here = lcode[hold & lmask];
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/inflate86/
A 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
A Dinffas86.c93 /*100 56 */ unsigned lmask; /* r12 mask for lcode */ member
122 ar.lmask = (1U << state->lenbits) - 1;
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_blit_A.c187 __m64 src1, src2, dst1, dst2, lmask, hmask, dsta; in BlitRGBtoRGBSurfaceAlpha128MMX() local
190 lmask = _mm_set_pi32(0x00010101, 0x00010101); /* !alpha128 mask -> lmask */ in BlitRGBtoRGBSurfaceAlpha128MMX()
216 dst1 = _mm_and_si64(dst1, lmask); /* dst1 & !mask -> dst1 */ in BlitRGBtoRGBSurfaceAlpha128MMX()

Completed in 23 milliseconds