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

/external/valgrind/none/tests/ppc32/
H A Dtest_dfp2.c79 static unsigned long auxv_hwcap = 0; local
83 if (auxv_hwcap)
84 return auxv_hwcap;
89 auxv_hwcap = auxv_buf[i].a_un.a_val;
93 return auxv_hwcap;
/external/valgrind/none/tests/ppc64/
H A Dtest_dfp2.c79 static unsigned long auxv_hwcap = 0; local
83 if (auxv_hwcap)
84 return auxv_hwcap;
89 auxv_hwcap = auxv_buf[i].a_un.a_val;
93 return auxv_hwcap;

Completed in 45 milliseconds