HomeSort by: relevance | last modified time | path
    Searched defs:spacing_end (Results 1 - 3 of 3) sorted by relevancy

  /src/games/testpat/
testpat.c 55 int xpos, ypos, spacing_residual, spacing_start, spacing_end; local in function:main
300 spacing_end = circle_pos[y_limit / 2][1];
302 spacing_end = (spacing * (i + 1)) + spacing_residual;
306 for (col = spacing_start; col < spacing_end; col++) {
testpat.c 55 int xpos, ypos, spacing_residual, spacing_start, spacing_end; local in function:main
300 spacing_end = circle_pos[y_limit / 2][1];
302 spacing_end = (spacing * (i + 1)) + spacing_residual;
306 for (col = spacing_start; col < spacing_end; col++) {
testpat.c 55 int xpos, ypos, spacing_residual, spacing_start, spacing_end; local in function:main
300 spacing_end = circle_pos[y_limit / 2][1];
302 spacing_end = (spacing * (i + 1)) + spacing_residual;
306 for (col = spacing_start; col < spacing_end; col++) {

Completed in 37 milliseconds