Home
last modified time | relevance | path

Searched refs:maxIndex (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar2316.c382 uint32_t sizeCurrVpdTable, maxIndex, tgtIndex; in ar2316getGainBoundariesAndPdadcsForPowers() local
462 maxIndex = (tgtIndex < sizeCurrVpdTable) ? tgtIndex : sizeCurrVpdTable; in ar2316getGainBoundariesAndPdadcsForPowers()
464 while (ss < (int16_t)maxIndex) in ar2316getGainBoundariesAndPdadcsForPowers()
474 if (tgtIndex > maxIndex) { /* need to extrapolate above */ in ar2316getGainBoundariesAndPdadcsForPowers()
478 (ss-maxIndex)*Vpd_step); in ar2316getGainBoundariesAndPdadcsForPowers()
H A Dar2317.c360 uint32_t sizeCurrVpdTable, maxIndex, tgtIndex; in ar2317getGainBoundariesAndPdadcsForPowers() local
440 maxIndex = (tgtIndex < sizeCurrVpdTable) ? tgtIndex : sizeCurrVpdTable; in ar2317getGainBoundariesAndPdadcsForPowers()
442 while (ss < (int16_t)maxIndex) in ar2317getGainBoundariesAndPdadcsForPowers()
452 if (tgtIndex > maxIndex) { /* need to extrapolate above */ in ar2317getGainBoundariesAndPdadcsForPowers()
456 (ss-maxIndex)*Vpd_step); in ar2317getGainBoundariesAndPdadcsForPowers()
H A Dar2413.c376 uint32_t sizeCurrVpdTable, maxIndex, tgtIndex; in ar2413getGainBoundariesAndPdadcsForPowers() local
456 maxIndex = (tgtIndex < sizeCurrVpdTable) ? tgtIndex : sizeCurrVpdTable; in ar2413getGainBoundariesAndPdadcsForPowers()
458 while (ss < (int16_t)maxIndex) in ar2413getGainBoundariesAndPdadcsForPowers()
468 if (tgtIndex > maxIndex) { /* need to extrapolate above */ in ar2413getGainBoundariesAndPdadcsForPowers()
472 (ss-maxIndex)*Vpd_step); in ar2413getGainBoundariesAndPdadcsForPowers()
H A Dar2425.c381 uint32_t sizeCurrVpdTable, maxIndex, tgtIndex; in ar2425getGainBoundariesAndPdadcsForPowers() local
457 maxIndex = (tgtIndex < sizeCurrVpdTable) ? tgtIndex : sizeCurrVpdTable; in ar2425getGainBoundariesAndPdadcsForPowers()
459 while (ss < (int16_t)maxIndex) in ar2425getGainBoundariesAndPdadcsForPowers()
469 if (tgtIndex > maxIndex) { /* need to extrapolate above */ in ar2425getGainBoundariesAndPdadcsForPowers()
473 (ss-maxIndex)*Vpd_step); in ar2425getGainBoundariesAndPdadcsForPowers()
H A Dar5413.c419 uint32_t sizeCurrVpdTable, maxIndex, tgtIndex; in ar5413getGainBoundariesAndPdadcsForPowers() local
499 maxIndex = (tgtIndex < sizeCurrVpdTable) ? tgtIndex : sizeCurrVpdTable; in ar5413getGainBoundariesAndPdadcsForPowers()
501 while (ss < (int16_t)maxIndex) in ar5413getGainBoundariesAndPdadcsForPowers()
511 if (tgtIndex > maxIndex) { /* need to extrapolate above */ in ar5413getGainBoundariesAndPdadcsForPowers()
515 (ss-maxIndex)*Vpd_step); in ar5413getGainBoundariesAndPdadcsForPowers()
/freebsd/sys/dev/ath/ath_hal/ar9002/
H A Dar9285_reset.c663 uint16_t sizeCurrVpdTable, maxIndex, tgtIndex; in ar9285GetGainBoundariesAndPdadcs() local
768 maxIndex = (tgtIndex < sizeCurrVpdTable) ? tgtIndex : sizeCurrVpdTable; in ar9285GetGainBoundariesAndPdadcs()
770 while ((ss < maxIndex) && (k < (AR5416_NUM_PDADC_VALUES - 1))) { in ar9285GetGainBoundariesAndPdadcs()
780 if (tgtIndex >= maxIndex) { /* need to extrapolate above */ in ar9285GetGainBoundariesAndPdadcs()
783 (ss - maxIndex +1) * vpdStep)); in ar9285GetGainBoundariesAndPdadcs()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.cpp2822 static unsigned maxIndex = pkgIdIndex; variable
2829 for (i = maxIndex;; i--) { in __kmp_affinity_cmp_ProcCpuInfo_phys_id()
2975 if (nodeIdIndex + level >= maxIndex) { in __kmp_affinity_create_cpuinfo_map()
2976 maxIndex = nodeIdIndex + level; in __kmp_affinity_create_cpuinfo_map()
3011 (unsigned *)__kmp_allocate((maxIndex + 1) * sizeof(unsigned)); in __kmp_affinity_create_cpuinfo_map()
3024 for (__index = 0; __index <= maxIndex; __index++) { \ in __kmp_affinity_create_cpuinfo_map()
3134 for (i = 0; i <= maxIndex; i++) { in __kmp_affinity_create_cpuinfo_map()
3376 (unsigned *)__kmp_allocate((maxIndex + 1) * sizeof(unsigned)); in __kmp_affinity_create_cpuinfo_map()
3378 (unsigned *)__kmp_allocate((maxIndex + 1) * sizeof(unsigned)); in __kmp_affinity_create_cpuinfo_map()
3380 (unsigned *)__kmp_allocate((maxIndex + 1) * sizeof(unsigned)); in __kmp_affinity_create_cpuinfo_map()
[all …]
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c2447 uint16_t sizeCurrVpdTable, maxIndex, tgtIndex; in ar5416GetGainBoundariesAndPdadcs() local
2548 maxIndex = (tgtIndex < sizeCurrVpdTable) ? tgtIndex : sizeCurrVpdTable; in ar5416GetGainBoundariesAndPdadcs()
2550 while ((ss < maxIndex) && (k < (AR5416_NUM_PDADC_VALUES - 1))) { in ar5416GetGainBoundariesAndPdadcs()
2560 if (tgtIndex >= maxIndex) { /* need to extrapolate above */ in ar5416GetGainBoundariesAndPdadcs()
2563 (ss - maxIndex +1) * vpdStep)); in ar5416GetGainBoundariesAndPdadcs()
/freebsd/contrib/ntp/ntpd/
H A Drefclock_jjy.c3087 int minIndex = 0, maxIndex = 0, iAverCount = 0 ; in teljjy_getDelay() local
3111 minIndex = maxIndex = i ; in teljjy_getDelay()
3123 maxIndex = i ; in teljjy_getDelay()
3141 if ( up->iLoopbackValidCount >= 3 && i == maxIndex ) { in teljjy_getDelay()