Searched refs:nexti (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | miarc.c | 1778 int start, i, j, k = 0, nexti, nextk = 0; local in function:miComputeArcs 1883 nexti = i+1; 1884 if (nexti == narcs) 1885 nexti = 0; 2058 if (nexti == start) { 2083 if (nexti == start) 2121 if (nexti == start) { 2137 (nexti != start || (arcsJoin && isDashed))) 2141 i = nexti;
|
| /xsrc/external/mit/xorg-server/dist/mi/ |
| H A D | miarc.c | 1875 int start, i, j, k = 0, nexti, nextk = 0; local in function:miComputeArcs 1983 nexti = i + 1; 1984 if (nexti == narcs) 1985 nexti = 0; 2164 if (nexti == start) { 2186 if (nexti == start) 2222 if (nexti == start) { 2238 (nexti != start || (arcsJoin && isDashed))) 2242 i = nexti;
|
Completed in 10 milliseconds