HomeSort by relevance Sort by last modified time
    Searched refs:auxv_hwcap (Results 1 - 2 of 2) 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;
  /external/v8/src/s390/
assembler-s390.cc 65 static uint32_t auxv_hwcap = 0; local
91 /* Note: Both auxv_hwcap and buffer are static */
92 auxv_hwcap = auxv_element->a_un.a_val;
103 if (0 == auxv_hwcap) {
110 return (auxv_hwcap & HWCAP_S390_STFLE);
    [all...]

Completed in 202 milliseconds