Searched defs:nthcore (Results 1 - 1 of 1) sorted by relevance

/external/stressapptest/src/
H A Dsat.cc1102 int nthcore = i; local
1103 int nthbit = (((2 * nthcore) % cores) +
1104 (((2 * nthcore) / cores) % 2)) % cores;
1243 int nthcore = (cores - 1) - i; local
1244 int nthbit = (((2 * nthcore) % cores) +
1245 (((2 * nthcore) / cores) % 2)) % cores;

Completed in 88 milliseconds