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

/external/fec/
H A Dcpu_mode_ppc.c27 int hasVectorUnit = 0; local
28 size_t length = sizeof(hasVectorUnit);
29 int error = sysctl(selectors, 2, &hasVectorUnit, &length, NULL, 0);
30 if(0 == error && hasVectorUnit)
H A Dencode_rs_8.c40 int hasVectorUnit = 0;
41 size_t length = sizeof(hasVectorUnit);
42 int error = sysctl(selectors, 2, &hasVectorUnit, &length, NULL, 0);
43 if(0 == error && hasVectorUnit)

Completed in 123 milliseconds