Home
last modified time | relevance | path

Searched refs:HWCAP2_DCPODP (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/libc/libc-test/semver/
Dandroid-aarch64.txt1 HWCAP2_DCPODP
/third_party/musl/arch/aarch64/bits/
Dhwcap.h34 #define HWCAP2_DCPODP (1 << 0) macro
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/aarch64/
Dmod.rs101 pub const HWCAP2_DCPODP: ::c_ulong = 1 << 0; constant