Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/
Dcpu-arm-linux.c147 static int g_has_broken_neon, g_needs_hwcap2_workaround; variable
195 g_needs_hwcap2_workaround = hwcap2 != 0; in OPENSSL_cpuid_setup()
217 int CRYPTO_needs_hwcap2_workaround(void) { return g_needs_hwcap2_workaround; } in CRYPTO_needs_hwcap2_workaround()