Lines Matching defs:inMap
3818 bool *inMap = (bool *)__kmp_allocate((maxIndex + 1) * sizeof(bool));
3821 inMap[index] = (totals[index] > totals[index + 1]);
3823 inMap[maxIndex] = (totals[maxIndex] > 1);
3824 inMap[pkgIdIndex] = true;
3825 inMap[coreIdIndex] = true;
3826 inMap[threadIdIndex] = true;
3835 if (inMap[index]) {
3839 if (inMap[pkgIdIndex]) {
3843 if (inMap[coreIdIndex]) {
3847 if (inMap[threadIdIndex]) {
3866 if (!inMap[src_index]) {
3879 __kmp_free(inMap);