Searched refs:maxIdx (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/IOGraphics-485/tools/
H A Dbootgamma.c21 uint16_t channel, idx, maxIdx, seg; local
25 maxIdx = count - 1;
34 for (idx = 0; idx <= maxIdx; idx++)
36 point = idx * 65535 / maxIdx;
37 if ((point >= endIn) && (idx != maxIdx))
H A Dfitline.c592 uint16_t channel, idx, maxIdx, seg; local
596 maxIdx = count - 1;
605 for (idx = 0; idx <= maxIdx; idx++)
607 if ((idx == endIn) && (idx != maxIdx))
619 endIn = maxIdx;
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/generic/
H A DtclXmath.c129 int idx, maxIdx = 1;
139 maxIdx = idx;
142 Tcl_SetObjResult (interp, objv [maxIdx]);
127 int idx, maxIdx = 1; local
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp1585 uint16_t channel, idx, maxIdx, seg; local
1589 maxIdx = count - 1;
1598 for (idx = 0; idx <= maxIdx; idx++)
1600 point = idx * 65535 / maxIdx;
1601 if ((point >= endIn) && (idx != maxIdx))

Completed in 245 milliseconds