Searched refs:nthcore (Results 1 – 1 of 1) sorted by relevance
1102 int nthcore = i; in InitializeThreads() local1103 int nthbit = (((2 * nthcore) % cores) + in InitializeThreads()1104 (((2 * nthcore) / cores) % 2)) % cores; in InitializeThreads()1243 int nthcore = (cores - 1) - i; in InitializeThreads() local1244 int nthbit = (((2 * nthcore) % cores) + in InitializeThreads()1245 (((2 * nthcore) / cores) % 2)) % cores; in InitializeThreads()