Searched refs:getauxval (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A Darmcap.c50 * Use a weak reference to getauxval() so we can use it if it is available but
55 extern unsigned long getauxval(unsigned long type) __attribute__ ((weak));
57 static unsigned long (*getauxval) (unsigned long) = NULL; variable
119 if (getauxval != NULL) {
120 if (getauxval(HWCAP) & HWCAP_NEON) {
121 unsigned long hwcap = getauxval(HWCAP_CE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A Darmcap.c50 * Use a weak reference to getauxval() so we can use it if it is available but
55 extern unsigned long getauxval(unsigned long type) __attribute__ ((weak));
57 static unsigned long (*getauxval) (unsigned long) = NULL; variable
119 if (getauxval != NULL) {
120 if (getauxval(HWCAP) & HWCAP_NEON) {
121 unsigned long hwcap = getauxval(HWCAP_CE);

Completed in 22 milliseconds