Searched refs:maxIndex (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.cpp1942 static unsigned maxIndex = pkgIdIndex; variable
1949 for (i = maxIndex;; i--) {
2059 if (nodeIdIndex + level >= maxIndex) {
2060 maxIndex = nodeIdIndex + level;
2097 (unsigned *)__kmp_allocate((maxIndex + 1) * sizeof(unsigned));
2110 for (__index = 0; __index <= maxIndex; __index++) { \
2132 for (i = 0; i <= maxIndex; i++) {
2232 KMP_ASSERT(nodeIdIndex + level <= maxIndex);
2341 for (index = maxIndex - 1; index > pkgIdIndex; index--) {
2384 (unsigned *)__kmp_allocate((maxIndex
2687 __kmp_create_masks(unsigned *maxIndex, unsigned *numUnique, AddrUnsPair *address2os, unsigned numAddrs) argument
4467 unsigned maxIndex; local
[all...]
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar2316.c382 uint32_t sizeCurrVpdTable, maxIndex, tgtIndex; local
462 maxIndex = (tgtIndex < sizeCurrVpdTable) ? tgtIndex : sizeCurrVpdTable;
464 while (ss < (int16_t)maxIndex)
474 if (tgtIndex > maxIndex) { /* need to extrapolate above */
478 (ss-maxIndex)*Vpd_step);
H A Dar2317.c360 uint32_t sizeCurrVpdTable, maxIndex, tgtIndex; local
440 maxIndex = (tgtIndex < sizeCurrVpdTable) ? tgtIndex : sizeCurrVpdTable;
442 while (ss < (int16_t)maxIndex)
452 if (tgtIndex > maxIndex) { /* need to extrapolate above */
456 (ss-maxIndex)*Vpd_step);
H A Dar2413.c376 uint32_t sizeCurrVpdTable, maxIndex, tgtIndex; local
456 maxIndex = (tgtIndex < sizeCurrVpdTable) ? tgtIndex : sizeCurrVpdTable;
458 while (ss < (int16_t)maxIndex)
468 if (tgtIndex > maxIndex) { /* need to extrapolate above */
472 (ss-maxIndex)*Vpd_step);
H A Dar2425.c381 uint32_t sizeCurrVpdTable, maxIndex, tgtIndex; local
457 maxIndex = (tgtIndex < sizeCurrVpdTable) ? tgtIndex : sizeCurrVpdTable;
459 while (ss < (int16_t)maxIndex)
469 if (tgtIndex > maxIndex) { /* need to extrapolate above */
473 (ss-maxIndex)*Vpd_step);
H A Dar5413.c420 uint32_t sizeCurrVpdTable, maxIndex, tgtIndex; local
500 maxIndex = (tgtIndex < sizeCurrVpdTable) ? tgtIndex : sizeCurrVpdTable;
502 while (ss < (int16_t)maxIndex)
512 if (tgtIndex > maxIndex) { /* need to extrapolate above */
516 (ss-maxIndex)*Vpd_step);
/freebsd-11-stable/sys/dev/ath/ath_hal/ar9002/
H A Dar9285_reset.c663 uint16_t sizeCurrVpdTable, maxIndex, tgtIndex; local
768 maxIndex = (tgtIndex < sizeCurrVpdTable) ? tgtIndex : sizeCurrVpdTable;
770 while ((ss < maxIndex) && (k < (AR5416_NUM_PDADC_VALUES - 1))) {
780 if (tgtIndex >= maxIndex) { /* need to extrapolate above */
783 (ss - maxIndex +1) * vpdStep));
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c2440 uint16_t sizeCurrVpdTable, maxIndex, tgtIndex; local
2541 maxIndex = (tgtIndex < sizeCurrVpdTable) ? tgtIndex : sizeCurrVpdTable;
2543 while ((ss < maxIndex) && (k < (AR5416_NUM_PDADC_VALUES - 1))) {
2553 if (tgtIndex >= maxIndex) { /* need to extrapolate above */
2556 (ss - maxIndex +1) * vpdStep));

Completed in 112 milliseconds