Home
last modified time | relevance | path

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

/freebsd/sys/dev/syscons/star/
H A Dstar_saver.c44 #define NUM_STARS 50 macro
61 static u_short stars[NUM_STARS][2]; in star_saver()
78 for(i=0; i<NUM_STARS; i++) { in star_saver()
84 cell = random() % NUM_STARS; in star_saver()