/third_party/rust/crates/libc/src/unix/newlib/espidf/ |
D | mod.rs | 68 pub const POLLRDNORM: ::c_short = 1 << 1; constant
|
/third_party/musl/porting/linux/user/include/ |
D | poll.h | 18 #define POLLRDNORM 0x040 macro
|
/third_party/musl/include/ |
D | poll.h | 18 #define POLLRDNORM 0x040 macro
|
/third_party/musl/ndk_musl_include/ |
D | poll.h | 18 #define POLLRDNORM 0x040 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | poll.h | 18 #define POLLRDNORM 0x040 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | poll.h | 18 #define POLLRDNORM 0x040 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | poll.h | 18 #define POLLRDNORM 0x040 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/ |
D | poll.h | 18 #define POLLRDNORM 0x040 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | poll.h | 18 #define POLLRDNORM 0x040 macro
|
/third_party/rust/crates/rustix/src/backend/libc/ |
D | winsock_c.rs | 43 pub(crate) const POLLRDNORM: i16 = WinSock::POLLRDNORM as _; constant
|
/third_party/curl/lib/ |
D | select.h | 60 #define POLLRDNORM POLLIN macro
|
/third_party/ffmpeg/libavformat/ |
D | os_support.h | 127 #define POLLRDNORM POLLIN macro
|
/third_party/rust/crates/libc/src/unix/newlib/horizon/ |
D | mod.rs | 145 pub const POLLRDNORM: ::c_short = 0x0040; constant
|
/third_party/pulseaudio/src/pulsecore/ |
D | poll-win32.c | 81 # define POLLRDNORM 0 macro
|
/third_party/rust/crates/libc/src/unix/bsd/ |
D | mod.rs | 479 pub const POLLRDNORM: ::c_short = 0x040; constant
|
/third_party/lwip/src/include/lwip/ |
D | sockets.h | 500 #define POLLRDNORM 0x10 macro
|
/third_party/rust/crates/libc/src/ |
D | wasi.rs | 278 pub const POLLRDNORM: ::c_short = 0x1; constant
|
/third_party/rust/crates/libc/src/vxworks/ |
D | mod.rs | 881 pub const POLLRDNORM: ::c_short = 0x0040; constant
|
/third_party/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 699 pub const POLLRDNORM: ::c_short = POLLIN; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 1270 pub const POLLRDNORM: ::c_short = 0x040; constant
|
/third_party/rust/crates/libc/src/unix/solarish/ |
D | mod.rs | 1638 pub const POLLRDNORM: ::c_short = 0x0040; constant
|
/third_party/rust/crates/libc/src/unix/nto/ |
D | mod.rs | 1269 pub const POLLRDNORM: ::c_short = 0x0001; constant
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 2026 pub const POLLRDNORM: ::c_short = 0x040; constant
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
D | general.rs | 1182 pub const POLLRDNORM: u32 = 64; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | general.rs | 1175 pub const POLLRDNORM: u32 = 64; constant
|