HomeSort by relevance Sort by last modified time
    Searched defs:ashift (Results 1 - 4 of 4) sorted by null

  /external/clang/test/Sema/
shift.c 56 #define ashift 8 macro
57 enum { b = (a << ashift) };
  /external/qemu/android/skin/
scaler.c 163 uint32_t ashift = dst_surface->format->Ashift; local
176 ((a << ashift) & amask);
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_blit_A.c 391 : : "rm" ((Uint32) sf->Ashift) ); /* Ashift -> mm5 */
607 Uint32 ashift = sf->Ashift; local
613 multmask = ~(0xFFFFi64 << (ashift * 2));
632 mm_alpha = _mm_srli_si64(mm_alpha, ashift); /* mm_alpha >> ashift -> mm_alpha(0000000A) */
763 amask = ((srcfmt->Amask) ? RESHIFT(srcfmt->Ashift) : 0x10) << (dstfmt->Ashift);
1707 Uint32 ashift = sf->Ashift; local
    [all...]
  /external/qemu/include/ui/
console.h 132 uint8_t rshift, gshift, bshift, ashift; member in struct:PixelFormat

Completed in 366 milliseconds