HomeSort by relevance Sort by last modified time
    Searched full:ashift (Results 1 - 25 of 32) sorted by null

1 2

  /external/clang/test/Sema/
shift.c 56 #define ashift 8 macro
57 enum { b = (a << ashift) };
  /external/webkit/Source/WebKit/android/plugins/
ANPBitmapInterface.cpp 35 packing->AShift = SK_A32_SHIFT;
47 packing->AShift = 0;
android_npapi.h 53 uint8_t AShift;
    [all...]
  /external/speex/libspeex/
lpc_bfin.h 101 "A0 = ASHIFT A0 by R4.L;\n\t"
102 "A1 = ASHIFT A1 by R4.L;\n\t"
filters_bfin.h 71 "R1 = ASHIFT R0 by %2.L || R0 = [I0++];\n\t"
74 "R1 = ASHIFT R0 by %2.L;\n\t"
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_blit.h 273 a = ((Pixel&fmt->Amask)>>fmt->Ashift)<<fmt->Aloss; \
280 a = (Pixel&fmt->Amask)>>fmt->Ashift; \
339 ((a>>fmt->Aloss)<<fmt->Ashift) | (1<<15); \
347 ((a>>fmt->Aloss)<<fmt->Ashift); \
SDL_pixels.c 81 format->Ashift = 0;
85 ++format->Ashift;
115 format->Ashift = 0;
201 a=(i&Amask)>>format->Ashift;
363 | ((a >> format->Aloss) << format->Ashift & format->Amask);
390 v = (pixel & fmt->Amask) >> fmt->Ashift;
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...]
SDL_RLEaccel.c 1006 Uint8 Ashift;
    [all...]
SDL_blit_N.c 84 ((a<<dstfmt->Ashift)&dstfmt->Amask) )
139 amask = ((srcfmt->Amask) ? RESHIFT(srcfmt->Ashift) : 0x10) << (dstfmt->Ashift);
    [all...]
  /external/qemu/
console.h 132 uint8_t rshift, gshift, bshift, ashift; member in struct:PixelFormat
console.c     [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/picogui/
SDL_pgvideo.c 256 current->format->Ashift = this->hidden->shm.alpha_shift;
  /external/libyuv/files/source/
row_posix.cc 548 int ashift,
576 (packuswb(a) << ashift);
  /development/samples/BrowserPlugin/jni/background/
BackgroundPlugin.cpp 335 packing.AShift, packing.ABits,
  /external/qemu/distrib/sdl-1.2.12/src/video/os2fslib/
SDL_os2fslib.c     [all...]
  /external/qemu/hw/
goldfish_fb.c 178 pf->abits, pf->amask, pf->ashift, pf->amax);
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
rtl.def 465 DEF_RTL_EXPR(ASHIFT, "ashift", "ee", RTX_BIN_ARITH) /* shift left */
    [all...]
genrtl.h 963 gen_rtx_fmt_ee (ASHIFT, (MODE), (ARG0), (ARG1))
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
rtl.def 465 DEF_RTL_EXPR(ASHIFT, "ashift", "ee", RTX_BIN_ARITH) /* shift left */
    [all...]
genrtl.h 963 gen_rtx_fmt_ee (ASHIFT, (MODE), (ARG0), (ARG1))
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
rtl.def 465 DEF_RTL_EXPR(ASHIFT, "ashift", "ee", RTX_BIN_ARITH) /* shift left */
    [all...]
genrtl.h 963 gen_rtx_fmt_ee (ASHIFT, (MODE), (ARG0), (ARG1))
    [all...]
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_video.h 73 Uint8 Ashift;
    [all...]
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_video.h 73 Uint8 Ashift;
    [all...]

Completed in 504 milliseconds

1 2