Home
last modified time | relevance | path

Searched refs:ULONG_SIZE (Results 1 - 6 of 6) sorted by relevance

/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs122 fds_bits: [::c_ulong; ::FD_SETSIZE / ULONG_SIZE],
265 const ULONG_SIZE: usize = 32; consts
267 const ULONG_SIZE: usize = 64; consts
/third_party/rust/crates/libc/src/unix/newlib/
H A Dmod.rs175 fds_bits: [::c_ulong; FD_SETSIZE / ULONG_SIZE],
281 const ULONG_SIZE: usize = 32; consts
/third_party/rust/crates/libc/src/unix/hermit/
H A Dmod.rs69 fds_bits: [::c_ulong; FD_SETSIZE / ULONG_SIZE],
938 const ULONG_SIZE: usize = 64; consts
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs92 fds_bits: [::c_ulong; FD_SETSIZE / ULONG_SIZE],
443 const ULONG_SIZE: usize = 32; consts
445 const ULONG_SIZE: usize = 64; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs130 fds_bits: [::c_uint; 2 * FD_SETSIZE / ULONG_SIZE],
957 const ULONG_SIZE: usize = 32; consts
959 const ULONG_SIZE: usize = 64; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs383 fds_bits: [::c_ulong; FD_SETSIZE / ULONG_SIZE],
3155 const ULONG_SIZE: usize = 32; consts
3157 const ULONG_SIZE: usize = 64; consts

Completed in 31 milliseconds