Home
last modified time | relevance | path

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

/PHP-8.3/ext/standard/
H A Dcrc32.c34 static unsigned long getauxval(unsigned long key) { in getauxval() function
48 res = getauxval(AT_HWCAP) & HWCAP_CRC32; in has_crc32_insn()
51 res = getauxval(AT_HWCAP2) & HWCAP2_CRC32; in has_crc32_insn()
/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeS390X.c377 hwcap = getauxval(AT_HWCAP); in get_hwcap()

Completed in 18 milliseconds