Home
last modified time | relevance | path

Searched defs:POLLWRNORM (Results 1 – 25 of 67) sorted by relevance

123

/third_party/musl/arch/mips64/bits/
Dpoll.h1 #define POLLWRNORM POLLOUT macro
/third_party/musl/arch/mips/bits/
Dpoll.h1 #define POLLWRNORM POLLOUT macro
/third_party/musl/arch/mipsn32/bits/
Dpoll.h1 #define POLLWRNORM POLLOUT macro
/third_party/rust/crates/libc/src/unix/newlib/espidf/
Dmod.rs72 pub const POLLWRNORM: ::c_short = POLLOUT; constant
/third_party/musl/porting/liteos_m/kernel/include/
Dpoll.h21 #define POLLWRNORM 0x100 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dpoll.h21 #define POLLWRNORM 0x100 macro
/third_party/musl/porting/linux/user/include/
Dpoll.h21 #define POLLWRNORM 0x100 macro
/third_party/musl/include/
Dpoll.h21 #define POLLWRNORM 0x100 macro
/third_party/musl/ndk_musl_include/
Dpoll.h21 #define POLLWRNORM 0x100 macro
/third_party/musl/porting/uniproton/kernel/include/
Dpoll.h21 #define POLLWRNORM 0x100 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/
Dpoll.h21 #define POLLWRNORM 0x100 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dpoll.h21 #define POLLWRNORM 0x100 macro
/third_party/rust/crates/rustix/src/backend/libc/
Dwinsock_c.rs44 pub(crate) const POLLWRNORM: i16 = WinSock::POLLWRNORM as _; constant
/third_party/ffmpeg/libavformat/
Dos_support.h128 #define POLLWRNORM POLLOUT macro
/third_party/rust/crates/libc/src/unix/newlib/horizon/
Dmod.rs146 pub const POLLWRNORM: ::c_short = POLLOUT; constant
/third_party/pulseaudio/src/pulsecore/
Dpoll-win32.c83 # define POLLWRNORM 0 macro
/third_party/rust/crates/linux-raw-sys/gen/modules/
Dgeneral.h339 #define POLLWRNORM 0x4 macro
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/
Dmod.rs180 pub const POLLWRNORM: ::c_short = 0x004; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/
Dmod.rs539 pub const POLLWRNORM: ::c_short = 0x100; constant
/third_party/rust/crates/libc/src/unix/bsd/
Dmod.rs480 pub const POLLWRNORM: ::c_short = 0x004; constant
/third_party/lwip/src/include/lwip/
Dsockets.h503 #define POLLWRNORM 0x80 macro
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/
Ds390x.rs366 pub const POLLWRNORM: ::c_short = 0x100; constant
Dmips64.rs598 pub const POLLWRNORM: ::c_short = 0x004; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/riscv32/
Dmod.rs323 pub const POLLWRNORM: ::c_short = 256; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/
Dmod.rs259 pub const POLLWRNORM: ::c_short = 0x100; constant

123