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

  /external/qemu/distrib/sdl-1.2.15/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...]
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerProxy.cpp 243 void ARMAssemblerProxy::SWP(int cc, int Rn, int Rd, int Rm) {
244 mTarget->SWP(cc, Rn, Rd, Rm);
ARMAssembler.h 138 virtual void SWP(int cc, int Rn, int Rd, int Rm);
ARMAssemblerProxy.h 125 virtual void SWP(int cc, int Rn, int Rd, int Rm);
ARMAssemblerInterface.h 178 virtual void SWP(int cc, int Rn, int Rd, int Rm) = 0;
Arm64Assembler.h 155 virtual void SWP(int cc, int Rn, int Rd, int Rm);
ARMAssembler.cpp 355 void ARMAssembler::SWP(int cc, int Rn, int Rd, int Rm) {
MIPSAssembler.h 137 virtual void SWP(int cc, int Rn, int Rd, int Rm);
Arm64Assembler.cpp 726 void ArmToArm64Assembler::SWP(int /*cc*/, int /*Rn*/, int /*Rd*/, int /*Rm*/)
    [all...]
MIPSAssembler.cpp 1005 void ArmToMipsAssembler::SWP(int cc, int Rn, int Rd, int Rm) {
    [all...]
  /external/llvm/test/MC/ARM/
basic-arm-instructions.s     [all...]

Completed in 706 milliseconds