Home
last modified time | relevance | path

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

/PHP-8.1/ext/standard/
H A Dcrc32.c32 static unsigned long getauxval(unsigned long key) { in getauxval() function
46 res = getauxval(AT_HWCAP) & HWCAP_CRC32; in has_crc32_insn()
49 res = getauxval(AT_HWCAP2) & HWCAP2_CRC32; in has_crc32_insn()
/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitNativeS390X.c319 hwcap = getauxval(AT_HWCAP); in get_hwcap()

Completed in 13 milliseconds