Home
last modified time | relevance | path

Searched refs:portable_events (Results 1 – 1 of 1) sorted by relevance

/development/ndk/sources/android/libportable/arch-mips/
Dpoll.c78 static inline short mips_change_portable_events(short portable_events) in mips_change_portable_events() argument
81 if (portable_events & POLLWRNORM_PORTABLE) { in mips_change_portable_events()
82 portable_events &= ~POLLWRNORM_PORTABLE; in mips_change_portable_events()
83 portable_events |= POLLWRNORM; in mips_change_portable_events()
85 if (portable_events & POLLWRBAND_PORTABLE) { in mips_change_portable_events()
86 portable_events &= ~POLLWRBAND_PORTABLE; in mips_change_portable_events()
87 portable_events |= POLLWRBAND; in mips_change_portable_events()
90 return portable_events; in mips_change_portable_events()