Home
last modified time | relevance | path

Searched refs:NUM_STARS (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/sys/dev/syscons/star/
H A Dstar_saver.c46 #define NUM_STARS 50 macro
63 static u_short stars[NUM_STARS][2]; in star_saver()
80 for(i=0; i<NUM_STARS; i++) { in star_saver()
86 cell = random() % NUM_STARS; in star_saver()