reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/openmp/runtime/src/kmp_affinity.cpp
 1949   for (i = maxIndex;; i--) {
 2059       if (nodeIdIndex + level >= maxIndex) {
 2060         maxIndex = nodeIdIndex + level;
 2097         (unsigned *)__kmp_allocate((maxIndex + 1) * sizeof(unsigned));
 2115     INIT_PROC_INFO(threadInfo[i]);
 2132         for (i = 0; i <= maxIndex; i++) {
 2232         KMP_ASSERT(nodeIdIndex + level <= maxIndex);
 2277         INIT_PROC_INFO(threadInfo[num_avail]);
 2285       INIT_PROC_INFO(threadInfo[num_avail]);
 2341       for (index = maxIndex - 1; index > pkgIdIndex; index--) {
 2384       (unsigned *)__kmp_allocate((maxIndex + 1) * sizeof(unsigned));
 2386       (unsigned *)__kmp_allocate((maxIndex + 1) * sizeof(unsigned));
 2388       (unsigned *)__kmp_allocate((maxIndex + 1) * sizeof(unsigned));
 2390       (unsigned *)__kmp_allocate((maxIndex + 1) * sizeof(unsigned));
 2407   for (index = 0; index <= maxIndex; index++) {
 2419     for (index = maxIndex; index >= threadIdIndex; index--) {
 2501   for (index = threadIdIndex; index <= maxIndex; index++) {
 2512   unsigned prod = totals[maxIndex];
 2513   for (index = threadIdIndex; index < maxIndex; index++) {
 2553     __kmp_str_buf_print(&buf, "%d", totals[maxIndex]);
 2554     for (index = maxIndex - 1; index >= pkgIdIndex; index--) {
 2594   bool *inMap = (bool *)__kmp_allocate((maxIndex + 1) * sizeof(bool));
 2595   for (index = threadIdIndex; index < maxIndex; index++) {
 2599   inMap[maxIndex] = (totals[maxIndex] > 1);
 2599   inMap[maxIndex] = (totals[maxIndex] > 1);
 2603   for (index = threadIdIndex; index <= maxIndex; index++) {
 2622     for (src_index = maxIndex; src_index >= threadIdIndex; src_index--) {
 2644     for (src_index = threadIdIndex; src_index <= maxIndex; src_index++) {