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

  /bionic/libc/kernel/uapi/asm-mips/asm/
poll.h 21 #define POLLWRNORM POLLOUT
  /development/ndk/platforms/android-9/arch-mips/include/asm/
poll.h 21 #define POLLWRNORM POLLOUT
  /development/ndk/platforms/android-L/arch-mips/include/asm/
poll.h 21 #define POLLWRNORM POLLOUT
  /development/ndk/platforms/android-L/arch-mips64/include/asm/
poll.h 21 #define POLLWRNORM POLLOUT
  /external/kernel-headers/original/uapi/asm-mips/asm/
poll.h 4 #define POLLWRNORM POLLOUT
  /bionic/libc/kernel/uapi/asm-generic/
poll.h 31 #ifndef POLLWRNORM
32 #define POLLWRNORM 0x0100
  /development/ndk/platforms/android-3/include/asm-generic/
poll.h 24 #ifndef POLLWRNORM
25 #define POLLWRNORM 0x0100
  /development/ndk/platforms/android-L/include/asm-generic/
poll.h 31 #ifndef POLLWRNORM
32 #define POLLWRNORM 0x0100
  /external/kernel-headers/original/uapi/asm-generic/
poll.h 15 #ifndef POLLWRNORM
16 #define POLLWRNORM 0x0100
  /development/ndk/platforms/android-3/arch-arm/include/asm/
poll.h 24 #define POLLWRNORM 0x0100
  /development/ndk/sources/android/libportable/arch-mips/
poll.c 26 * POLLOUT Equivalent to POLLWRNORM
29 * both POLLOUT and POLLWRNORM when data can be written; so the new priority BAND bits
31 * new POLLRDNORM and POLLWRNORM bits.
41 * POLLWRNORM:0x100 - MIPS used POLLOUT:0x0004, which is equivalent in meaning.
43 * POLLWRBAND:0x200 - MIPS used 0x0100. which is POLLWRNORM:0x100.
49 * is using the same number as POLLOUT for POLLWRNORM (right to left below).
61 * POLLWRNORM 0x0100 -----------+<----> 0x0004
70 * implementations processes POLLOUT and POLLWRNORM event
74 #if POLLWRNORM_PORTABLE==POLLWRNORM
80 /* MIPS has different POLLWRNORM and POLLWRBAND. *
    [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_unixos.h 537 #define POLLWRNORM POLLOUT

Completed in 878 milliseconds