Searched refs:nthcore (Results 1 – 1 of 1) sorted by relevance
1236 int nthcore = i; in InitializeThreads() local1237 int nthbit = (((2 * nthcore) % cores) + in InitializeThreads()1238 (((2 * nthcore) / cores) % 2)) % cores; in InitializeThreads()1377 int nthcore = (cores - 1) - i; in InitializeThreads() local1378 int nthbit = (((2 * nthcore) % cores) + in InitializeThreads()1379 (((2 * nthcore) / cores) % 2)) % cores; in InitializeThreads()