HomeSort by relevance Sort by last modified time
    Searched full:auxv_hwcap (Results 1 - 1 of 1) sorted by null

  /external/valgrind/none/tests/ppc32/
test_dfp2.c 79 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 610 milliseconds