HomeSort by relevance Sort by last modified time
    Searched defs:hwcap (Results 1 - 3 of 3) sorted by null

  /external/openssl/crypto/
armcap.c 52 # define HWCAP 16 /* AT_HWCAP */
61 # define HWCAP 16 /* AT_HWCAP */
64 # define HWCAP_CE HWCAP
105 if (getauxval(HWCAP) & HWCAP_NEON)
107 unsigned long hwcap = getauxval(HWCAP_CE); local
111 if (hwcap & HWCAP_CE_AES)
114 if (hwcap & HWCAP_CE_PMULL)
117 if (hwcap & HWCAP_CE_SHA1)
120 if (hwcap & HWCAP_CE_SHA256)
  /external/pixman/pixman/
pixman-arm.c 150 uint32_t hwcap = aux.a_un.a_val; local
153 * versions of the hwcap header, e.g. HWCAP_NEON
155 if ((hwcap & 64) != 0)
157 if ((hwcap & 512) != 0)
160 if ((hwcap & 4096) != 0)
  /external/valgrind/main/none/tests/ppc32/
test_dfp2.c 102 unsigned long hwcap; local
104 hwcap = fetch_at_hwcap();
105 if ((hwcap & PPC_FEATURE_HAS_VSX) == PPC_FEATURE_HAS_VSX)

Completed in 221 milliseconds