Searched refs:hwcap (Results 1 – 2 of 2) sorted by relevance
358 static unsigned long hwcap = 0; in get_hwcap() local359 if (SLJIT_UNLIKELY(!hwcap)) { in get_hwcap()360 hwcap = getauxval(AT_HWCAP); in get_hwcap()361 SLJIT_ASSERT(hwcap != 0); in get_hwcap()363 return hwcap; in get_hwcap()
1719 …ip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;…
Completed in 27 milliseconds