/development/build/ |
sdk.exclude.atree | 20 -.*.swp
|
/external/kernel-headers/original/linux/ |
swap.h | 292 static inline void free_swap_and_cache(swp_entry_t swp) 296 static inline int swap_duplicate(swp_entry_t swp) 301 static inline void swap_free(swp_entry_t swp) 305 static inline struct page *read_swap_cache_async(swp_entry_t swp, 311 static inline struct page *lookup_swap_cache(swp_entry_t swp)
|
/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...] |
/system/core/libcutils/ |
atomic-android-armv6.S | 149 swp r0, r0, [r1]
|
atomic-android-arm.S | 238 /* replaced swp instruction with ldrex/strex for ARMv6 & ARMv7 */ 248 swp r0, r0, [r1]
|
/external/kernel-headers/original/asm-arm/ |
pgtable.h | 359 #define __swp_entry_to_pte(swp) ((pte_t) { (swp).val })
|
/bionic/libc/arch-arm/bionic/ |
atomics_arm.S | 143 /* replaced swp instruction with ldrex/strex for ARMv6 & ARMv7 */ 153 swp r0, r0, [r1]
|
/external/libxml2/ |
xmlschemastypes.c | 3390 xmlSchemaValPtr swp; local [all...] |
/external/v8/src/arm/ |
assembler-arm.h | 739 void swp(Register dst, Register src, Register base, Condition cond = al); [all...] |
assembler-thumb2.h | 739 void swp(Register dst, Register src, Register base, Condition cond = al); [all...] |
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...] |