HomeSort by relevance Sort by last modified time
    Searched refs:hasVectorUnit (Results 1 - 2 of 2) sorted by null

  /external/fec/
cpu_mode_ppc.c 27 int hasVectorUnit = 0;
28 size_t length = sizeof(hasVectorUnit);
29 int error = sysctl(selectors, 2, &hasVectorUnit, &length, NULL, 0);
30 if(0 == error && hasVectorUnit)
encode_rs_8.c 40 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 64 milliseconds