Home
last modified time | relevance | path

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

/external/clang/test/Sema/
Dshift.c56 #define ashift 8 macro
57 enum { b = (a << ashift) };
/external/libyuv/files/source/
Drow_posix.cc548 int ashift, in YuvPixel() argument
576 (packuswb(a) << ashift); in YuvPixel()
/external/qemu/distrib/sdl-1.2.12/src/video/
DSDL_blit_A.c606 Uint32 ashift = sf->Ashift; in BlitRGBtoRGBPixelAlphaMMX() local
612 multmask = ~(0xFFFFi64 << (ashift * 2)); in BlitRGBtoRGBPixelAlphaMMX()
631 mm_alpha = _mm_srli_si64(mm_alpha, ashift); /* mm_alpha >> ashift -> mm_alpha(0000000A) */ in BlitRGBtoRGBPixelAlphaMMX()
1706 Uint32 ashift = sf->Ashift; in BlitRGBtoRGBPixelAlphaMMX3DNOW() local
1712 multmask = ~(0xFFFFi64 << (ashift * 2)); in BlitRGBtoRGBPixelAlphaMMX3DNOW()
1736 mm_alpha = _mm_srli_si64(mm_alpha, ashift); /* mm_alpha >> ashift -> mm_alpha(0000000A) */ in BlitRGBtoRGBPixelAlphaMMX3DNOW()
/external/qemu/
Dconsole.h132 uint8_t rshift, gshift, bshift, ashift; member
Dconsole.c1697 pf.ashift = 0; in qemu_different_endianness_pixelformat()
1774 pf.ashift = 24; in qemu_default_pixelformat()
/external/qemu/hw/
Dgoldfish_fb.c178 pf->abits, pf->amask, pf->ashift, pf->amax); in goldfish_fb_get_pixel_format()