OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:numcolors
(Results
1 - 4
of
4
) sorted by relevancy
/src/games/colorbars/
colorbars.c
55
static const size_t
numcolors
= __arraycount(colorInfo);
local in function:main
75
spacing = COLS /
numcolors
;
76
offsetx = (COLS - (spacing *
numcolors
)) / 2;
82
for (size_t i = 0; i <
numcolors
; i++) {
95
for (size_t i = 0; i <
numcolors
; i++) {
colorbars.c
55
static const size_t
numcolors
= __arraycount(colorInfo);
local in function:main
75
spacing = COLS /
numcolors
;
76
offsetx = (COLS - (spacing *
numcolors
)) / 2;
82
for (size_t i = 0; i <
numcolors
; i++) {
95
for (size_t i = 0; i <
numcolors
; i++) {
colorbars.c
55
static const size_t
numcolors
= __arraycount(colorInfo);
local in function:main
75
spacing = COLS /
numcolors
;
76
offsetx = (COLS - (spacing *
numcolors
)) / 2;
82
for (size_t i = 0; i <
numcolors
; i++) {
95
for (size_t i = 0; i <
numcolors
; i++) {
colorbars.c
55
static const size_t
numcolors
= __arraycount(colorInfo);
local in function:main
75
spacing = COLS /
numcolors
;
76
offsetx = (COLS - (spacing *
numcolors
)) / 2;
82
for (size_t i = 0; i <
numcolors
; i++) {
95
for (size_t i = 0; i <
numcolors
; i++) {
Completed in 74 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025