Lines Matching defs:c_short
10 pub type c_short = i16;
60 pub type __s16 = ::c_short;
238 pub events: ::c_short,
239 pub revents: ::c_short,
325 pub l_type: ::c_short,
326 pub l_whence: ::c_short,
596 pub sem_op: ::c_short,
597 pub sem_flg: ::c_short,
2020 pub const POLLIN: ::c_short = 0x1;
2021 pub const POLLPRI: ::c_short = 0x2;
2022 pub const POLLOUT: ::c_short = 0x4;
2023 pub const POLLERR: ::c_short = 0x8;
2024 pub const POLLHUP: ::c_short = 0x10;
2025 pub const POLLNVAL: ::c_short = 0x20;
2026 pub const POLLRDNORM: ::c_short = 0x040;
2027 pub const POLLRDBAND: ::c_short = 0x080;
3132 pub const POLLWRNORM: ::c_short = 0x100;
3133 pub const POLLWRBAND: ::c_short = 0x200;