HomeSort by: relevance | last modified time | path
    Searched refs:minIndex (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar9280.c 181 int i, minIndex;
186 for (minIndex=0,i=1; i<NUM_XPD_PER_CHANNEL; i++) {
188 minIndex = i;
192 minPwr = data->pDataPerXPD[minIndex].pwr_t4[0];
193 minPcdac = data->pDataPerXPD[minIndex].pcdac[0];
195 if (data->pDataPerXPD[minIndex].pwr_t4[i] < minPwr) {
196 minPwr = data->pDataPerXPD[minIndex].pwr_t4[i];
197 minPcdac = data->pDataPerXPD[minIndex].pcdac[i];
ar2133.c 245 int i, minIndex;
250 for (minIndex=0,i=1; i<NUM_XPD_PER_CHANNEL; i++) {
252 minIndex = i;
256 minPwr = data->pDataPerXPD[minIndex].pwr_t4[0];
257 minPcdac = data->pDataPerXPD[minIndex].pcdac[0];
259 if (data->pDataPerXPD[minIndex].pwr_t4[i] < minPwr) {
260 minPwr = data->pDataPerXPD[minIndex].pwr_t4[i];
261 minPcdac = data->pDataPerXPD[minIndex].pcdac[i];
  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5112.c 736 int i, minIndex;
741 for (minIndex=0,i=1; i<NUM_XPD_PER_CHANNEL; i++) {
743 minIndex = i;
747 minPwr = data->pDataPerXPD[minIndex].pwr_t4[0];
748 minPcdac = data->pDataPerXPD[minIndex].pcdac[0];
750 if (data->pDataPerXPD[minIndex].pwr_t4[i] < minPwr) {
751 minPwr = data->pDataPerXPD[minIndex].pwr_t4[i];
752 minPcdac = data->pDataPerXPD[minIndex].pcdac[i];
  /src/external/apache2/llvm/dist/clang/utils/ABITest/
ABITestGen.py 360 parser.add_option("", "--min", dest="minIndex", metavar="N",
602 opts.minIndex = max(0,min(opts.maxIndex-1, opts.minIndex))
604 opts.count = min(opts.count, opts.maxIndex-opts.minIndex)
662 index = opts.minIndex + i
664 index = opts.minIndex + int((opts.maxIndex-opts.minIndex) * random.random())
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/PBQP/
ReductionRules.h 213 s.setSelection(NId, v.minIndex());
Math.h 89 unsigned minIndex() const {
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
searching.d 68 $(T2 minIndex,
70 `minIndex([3, 4, 1, 2])` returns `2`.)
3379 See_Also: $(REF min, std,algorithm,comparison), $(LREF minIndex), $(LREF minElement), $(LREF minPos)
3608 $(LREF minIndex), $(LREF minPos)
3883 $(REF max, std,algorithm,comparison), $(LREF minCount), $(LREF minIndex), $(LREF minElement)
4000 ptrdiff_t minIndex(alias pred = "a < b", Range)(Range range)
4041 assert(a.minIndex == 3);
4042 // Get maximum index with minIndex
4043 assert(a.minIndex!"a > b" == 2);
4047 assert(b.minIndex == -1)
    [all...]

Completed in 38 milliseconds