/third_party/pulseaudio/src/pulsecore/ |
D | poll-win32.c | 84 # define POLLWRBAND 0 macro 206 happened |= *p_sought & (POLLOUT | POLLWRNORM | POLLWRBAND); in windows_compute_revents() 239 *p_sought &= POLLOUT | POLLWRNORM | POLLWRBAND; in windows_compute_revents() 248 return *p_sought & (POLLOUT | POLLWRNORM | POLLWRBAND); in windows_compute_revents() 285 happened |= (POLLOUT | POLLWRNORM | POLLWRBAND) & sought; in windows_compute_revents_socket() 341 happened |= (POLLOUT | POLLWRNORM | POLLWRBAND) & sought; in compute_revents() 428 if (pfd[i].events & (POLLOUT | POLLWRNORM | POLLWRBAND)) in pa_poll() 435 | POLLWRNORM | POLLWRBAND))) in pa_poll() 495 if (!(sought & (POLLIN | POLLRDNORM | POLLOUT | POLLWRNORM | POLLWRBAND in pa_poll() 511 if (sought & (POLLOUT | POLLWRNORM | POLLWRBAND)) in pa_poll() [all …]
|
/third_party/rust/crates/rustix/src/backend/libc/ |
D | winsock_c.rs | 46 pub(crate) const POLLWRBAND: i16 = WinSock::POLLWRBAND as _; constant
|
/third_party/musl/arch/mips/bits/ |
D | poll.h | 2 #define POLLWRBAND 0x100 macro
|
/third_party/musl/arch/mips64/bits/ |
D | poll.h | 2 #define POLLWRBAND 0x100 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | poll.h | 2 #define POLLWRBAND 0x100 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | poll.h | 22 #define POLLWRBAND 0x200 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | poll.h | 22 #define POLLWRBAND 0x200 macro
|
/third_party/musl/include/ |
D | poll.h | 22 #define POLLWRBAND 0x200 macro
|
/third_party/musl/porting/linux/user/include/ |
D | poll.h | 22 #define POLLWRBAND 0x200 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | poll.h | 22 #define POLLWRBAND 0x200 macro
|
/third_party/musl/libc-test/src/api/ |
D | poll.c | 20 C(POLLWRBAND) in f()
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/ |
D | poll.h | 22 #define POLLWRBAND 0x200 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | poll.h | 22 #define POLLWRBAND 0x200 macro
|
/third_party/rust/crates/rustix/src/backend/linux_raw/io/ |
D | poll_fd.rs | 22 const WRBAND = linux_raw_sys::general::POLLWRBAND as u16;
|
/third_party/alsa-utils/axfer/ |
D | waiter-select.c | 22 # define POLLOUT_SET (POLLWRBAND | POLLWRNORM | POLLOUT)
|
/third_party/rust/crates/libc/src/unix/newlib/espidf/ |
D | mod.rs | 73 pub const POLLWRBAND: ::c_short = 1 << 4; constant
|
/third_party/rust/crates/nix/src/ |
D | poll.rs | 113 POLLWRBAND;
|
/third_party/rust/crates/rustix/src/backend/libc/io/ |
D | poll_fd.rs | 34 const WRBAND = c::POLLWRBAND;
|
/third_party/NuttX/fs/vfs/ |
D | fs_select.c | 48 #define POLL_OUT_SET (POLLOUT | POLLWRBAND | POLLWRNORM | POLLERR)
|
/third_party/ffmpeg/libavformat/ |
D | os_support.h | 157 #define POLLWRBAND 0x0010 /* priority data can be written */ macro
|
/third_party/rust/crates/libc/src/unix/newlib/horizon/ |
D | mod.rs | 148 pub const POLLWRBAND: ::c_short = 0x0100; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/ |
D | mod.rs | 181 pub const POLLWRBAND: ::c_short = 0x100; constant
|
/third_party/lwip/src/include/lwip/ |
D | sockets.h | 504 #define POLLWRBAND 0x100 macro
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/ |
D | mod.rs | 260 pub const POLLWRBAND: ::c_short = 0x200; constant
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | openbsd.txt | 657 POLLWRBAND
|