Searched refs:HWCAP_CRC32 (Results 1 – 10 of 10) sorted by relevance
96 # ifndef HWCAP_CRC3297 # define HWCAP_CRC32 (1 << 7) // HWCAP_CRC32 is missing on older platforms. macro112 return (Entry.Tag == AT_HWCAP && (Entry.Value & HWCAP_CRC32) != 0); in hasHardwareCRC32ARMPosix()137 return !!(getauxval(AT_HWCAP) & HWCAP_CRC32); in hasHardwareCRC32()
61 #ifndef HWCAP_CRC3262 #define HWCAP_CRC32 (1U << 7) // HWCAP_CRC32 is missing on older platforms. macro74 return !!(getauxval(AT_HWCAP) & HWCAP_CRC32); in hasHardwareCRC32()
30 #define HWCAP_CRC32 (1 << 7) macro
109 arm_cpu_enable_crc32 = !!(features & HWCAP_CRC32); in _cpu_check_features()
46 // HWCAP_CRC32 is checked at runtime, so it's okay to turn crc32
68 pub const HWCAP_CRC32: ::c_ulong = 1 << 7; constant
593 pub const HWCAP_CRC32: ::c_ulong = 1 << 7; constant
122 pub const HWCAP_CRC32: u32 = 128; constant