Lines Matching defs:maxIndex
2822 static unsigned maxIndex = pkgIdIndex;
2829 for (i = maxIndex;; i--) {
2975 if (nodeIdIndex + level >= maxIndex) {
2976 maxIndex = nodeIdIndex + level;
3011 (unsigned *)__kmp_allocate((maxIndex + 1) * sizeof(unsigned));
3024 for (__index = 0; __index <= maxIndex; __index++) { \
3134 for (i = 0; i <= maxIndex; i++) {
3376 (unsigned *)__kmp_allocate((maxIndex + 1) * sizeof(unsigned));
3378 (unsigned *)__kmp_allocate((maxIndex + 1) * sizeof(unsigned));
3380 (unsigned *)__kmp_allocate((maxIndex + 1) * sizeof(unsigned));
3382 (unsigned *)__kmp_allocate((maxIndex + 1) * sizeof(unsigned));
3399 for (index = 0; index <= maxIndex; index++) {
3411 for (index = maxIndex; index >= threadIdIndex; index--) {
3493 for (index = threadIdIndex; index <= maxIndex; index++) {
3530 bool *inMap = (bool *)__kmp_allocate((maxIndex + 1) * sizeof(bool));
3531 for (index = threadIdIndex; index < maxIndex; index++) {
3535 inMap[maxIndex] = (totals[maxIndex] > 1);
3546 for (index = threadIdIndex; index <= maxIndex; index++) {
3576 for (src_index = maxIndex; src_index >= threadIdIndex; src_index--) {