HomeSort by relevance Sort by last modified time
    Searched refs:ashift (Results 1 - 8 of 8) 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);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
TexImageTransform.java 251 int amask, int ashift,
265 int a = (x & amask) >>> 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.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/libyuv/files/source/
row_common.cc 451 int ashift, int rshift, int gshift, int bshift) {
459 (255u << ashift);
    [all...]

Completed in 391 milliseconds