Home
last modified time | relevance | path

Searched defs:COMPAT_HWCAP_ISA_F (Results 1 – 2 of 2) sorted by relevance

/rust-libc-0.2.174/src/unix/linux_like/android/b64/riscv64/
H A Dmod.rs77 pub const COMPAT_HWCAP_ISA_F: c_ulong = 1 << (b'F' - b'A'); constant
/rust-libc-0.2.174/src/unix/linux_like/linux/gnu/b64/riscv64/
H A Dmod.rs608 pub const COMPAT_HWCAP_ISA_F: c_ulong = 1 << (b'F' - b'A'); constant