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

/prebuilts/ndk/current/sources/android/cpufeatures/
H A Dcpu-features.c850 /* Extract the list of CPU features from ELF hwcaps2 */
851 uint32_t hwcaps2 = 0; local
852 hwcaps2 = get_elf_hwcap_from_getauxval(AT_HWCAP2);
853 if (hwcaps2 != 0) {
854 int has_aes = (hwcaps2 & HWCAP2_AES);
855 int has_pmull = (hwcaps2 & HWCAP2_PMULL);
856 int has_sha1 = (hwcaps2 & HWCAP2_SHA1);
857 int has_sha2 = (hwcaps2 & HWCAP2_SHA2);
858 int has_crc32 = (hwcaps2 & HWCAP2_CRC32);
/prebuilts/ndk/r11/sources/android/cpufeatures/
H A Dcpu-features.c849 /* Extract the list of CPU features from ELF hwcaps2 */
850 uint32_t hwcaps2 = 0; local
851 hwcaps2 = get_elf_hwcap_from_getauxval(AT_HWCAP2);
852 if (hwcaps2 != 0) {
853 int has_aes = (hwcaps2 & HWCAP2_AES);
854 int has_pmull = (hwcaps2 & HWCAP2_PMULL);
855 int has_sha1 = (hwcaps2 & HWCAP2_SHA1);
856 int has_sha2 = (hwcaps2 & HWCAP2_SHA2);
857 int has_crc32 = (hwcaps2 & HWCAP2_CRC32);
/prebuilts/ndk/r13/sources/android/cpufeatures/
H A Dcpu-features.c850 /* Extract the list of CPU features from ELF hwcaps2 */
851 uint32_t hwcaps2 = 0; local
852 hwcaps2 = get_elf_hwcap_from_getauxval(AT_HWCAP2);
853 if (hwcaps2 != 0) {
854 int has_aes = (hwcaps2 & HWCAP2_AES);
855 int has_pmull = (hwcaps2 & HWCAP2_PMULL);
856 int has_sha1 = (hwcaps2 & HWCAP2_SHA1);
857 int has_sha2 = (hwcaps2 & HWCAP2_SHA2);
858 int has_crc32 = (hwcaps2 & HWCAP2_CRC32);

Completed in 25 milliseconds