Searched defs:swp (Results 1 - 3 of 3) sorted by relevance

/external/kernel-headers/original/linux/
H A Dswap.h292 static inline void free_swap_and_cache(swp_entry_t swp) argument
296 static inline int swap_duplicate(swp_entry_t swp) argument
301 static inline void swap_free(swp_entry_t swp) argument
305 static inline struct page *read_swap_cache_async(swp_entry_t swp, argument
311 static inline struct page *lookup_swap_cache(swp_entry_t swp) argument
/external/qemu/distrib/sdl-1.2.12/src/video/os2fslib/
H A DSDL_os2fslib.c127 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/
H A Dxmlschemastypes.c3390 xmlSchemaValPtr swp; local
3478 swp = x;
3485 swp = y;
3505 if (hi > swp->value.decimal.hi) {
3507 } else if (hi == swp->value.decimal.hi) {
3508 if (mi > swp->value.decimal.mi) {
3510 } else if (mi == swp->value.decimal.mi) {
3511 if (lo > swp->value.decimal.lo) {
3513 } else if (lo == swp->value.decimal.lo) {

Completed in 268 milliseconds