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

  /system/core/libpixelflinger/codeflinger/
ARMAssembler.h 106 virtual void SWP(int cc, int Rn, int Rd, int Rm);
ARMAssemblerProxy.h 96 virtual void SWP(int cc, int Rn, int Rd, int Rm);
ARMAssemblerProxy.cpp 152 void ARMAssemblerProxy::SWP(int cc, int Rn, int Rd, int Rm) {
153 mTarget->SWP(cc, Rn, Rd, Rm);
ARMAssembler.cpp 350 void ARMAssembler::SWP(int cc, int Rn, int Rd, int Rm) {
ARMAssemblerInterface.h 170 virtual void SWP(int cc, int Rn, int Rd, int Rm) = 0;
  /external/qemu/distrib/sdl-1.2.12/src/video/os2fslib/
SDL_os2fslib.c 127 SWP swpDesktop, swp; local
147 WinQueryWindowPos(hwnd, &swp);
148 if (x+swp.cx>swpDesktop.cx)
149 x = swpDesktop.cx - swp.cx;
154 if (y+swp.cy>swpDesktop.cy)
155 y = swpDesktop.cy - swp.cy;
161 WinQueryWindowPos(hwnd, &swp);
162 x = swp.x;
163 y = swp.y
533 SWP swp; local
667 SWP swp; local
992 SWP swp; local
    [all...]
  /external/llvm/lib/Target/ARM/Disassembler/
ARMDisassemblerCore.cpp     [all...]

Completed in 45 milliseconds