OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:spacing_end
(Results
1 - 2
of
2
) sorted by relevancy
/src/games/testpat/
testpat.c
55
int xpos, ypos, spacing_residual, spacing_start,
spacing_end
;
local
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
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 109 milliseconds
Indexes created Sun Jul 12 00:26:10 UTC 2026