Home
last modified time | relevance | path

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

/third_party/rust/crates/nix/src/sys/ioctl/
H A Dlinux.rs32 pub const SIZEBITS: u8 = 13; consts
56 pub const SIZEBITS: u8 = 14; consts
70 pub const DIRSHIFT: ioctl_num_type = SIZESHIFT + SIZEBITS as ioctl_num_type;
77 pub const SIZEMASK: ioctl_num_type = (1 << SIZEBITS) - 1;

Completed in 1 milliseconds