HomeSort by relevance Sort by last modified time
    Searched defs:swp (Results 1 - 4 of 4) sorted by null

  /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/libxml2/
xmlschemastypes.c 3390 xmlSchemaValPtr swp; local
    [all...]
  /external/v8/src/arm/
assembler-arm.cc 1227 void Assembler::swp(Register dst, Register src, Register base, Condition cond) { function in class:v8::internal::Assembler
    [all...]
assembler-thumb2.cc 1207 void Assembler::swp(Register dst, Register src, Register base, Condition cond) { function in class:v8::internal::Assembler
    [all...]

Completed in 60 milliseconds