Lines Matching defs:maxIndex
3072 static unsigned maxIndex = pkgIdIndex;
3079 for (i = maxIndex;; i--) {
3256 if (nodeIdIndex + level >= maxIndex) {
3257 maxIndex = nodeIdIndex + level;
3292 (unsigned *)__kmp_allocate((maxIndex + 1) * sizeof(unsigned));
3305 for (__index = 0; __index <= maxIndex; __index++) { \
3415 for (i = 0; i <= maxIndex; i++) {
3664 (unsigned *)__kmp_allocate((maxIndex + 1) * sizeof(unsigned));
3666 (unsigned *)__kmp_allocate((maxIndex + 1) * sizeof(unsigned));
3668 (unsigned *)__kmp_allocate((maxIndex + 1) * sizeof(unsigned));
3670 (unsigned *)__kmp_allocate((maxIndex + 1) * sizeof(unsigned));
3687 for (index = 0; index <= maxIndex; index++) {
3699 for (index = maxIndex; index >= threadIdIndex; index--) {
3781 for (index = threadIdIndex; index <= maxIndex; index++) {
3818 bool *inMap = (bool *)__kmp_allocate((maxIndex + 1) * sizeof(bool));
3819 for (index = threadIdIndex; index < maxIndex; index++) {
3823 inMap[maxIndex] = (totals[maxIndex] > 1);
3834 for (index = threadIdIndex; index <= maxIndex; index++) {
3865 for (src_index = maxIndex; src_index >= threadIdIndex; src_index--) {