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

  /external/clang/test/Sema/
shift.c 56 #define ashift 8 macro
57 enum { b = (a << ashift) };
  /external/libyuv/files/source/
row_posix.cc 548 int ashift,
576 (packuswb(a) << ashift);
  /external/qemu/
console.h 132 uint8_t rshift, gshift, bshift, ashift; member in struct:PixelFormat
console.c     [all...]
  /external/qemu/hw/
goldfish_fb.c 178 pf->abits, pf->amask, pf->ashift, pf->amax);
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_blit_A.c 390 : : "rm" ((Uint32) sf->Ashift) ); /* Ashift -> mm5 */
606 Uint32 ashift = sf->Ashift; local
612 multmask = ~(0xFFFFi64 << (ashift * 2));
631 mm_alpha = _mm_srli_si64(mm_alpha, ashift); /* mm_alpha >> ashift -> mm_alpha(0000000A) */
762 amask = ((srcfmt->Amask) ? RESHIFT(srcfmt->Ashift) : 0x10) << (dstfmt->Ashift);
1706 Uint32 ashift = sf->Ashift; local
    [all...]

Completed in 590 milliseconds