HomeSort by: relevance | last modified time | path
    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 40 milliseconds