HomeSort by: relevance | last modified time | path
    Searched defs:Pattern (Results 1 - 6 of 6) sorted by relevancy

  /src/lib/libcurses/PSD.doc/
twinkle1.c 52 static int Pattern, /* current pattern number */
53 Numstars; /* number of stars in pattern */
96 * Make the current board setup. It picks a random pattern and
97 * calls ison() to determine if the character is on that pattern
106 Pattern = rand() % MAXPATTERNS;
119 * Return TRUE if (y, x) is on the current pattern.
124 switch (Pattern) {
133 case 2: /* holy pattern! */
twinkle2.c 50 static int Pattern, /* current pattern number */
51 Numstars; /* number of stars in pattern */
164 * Make the current board setup. It picks a random pattern and
165 * calls ison() to determine if the character is on that pattern
174 Pattern = rand() % MAXPATTERNS;
187 * Return TRUE if (y, x) is on the current pattern.
192 switch (Pattern) {
201 case 2: /* holy pattern! */
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
smu72_discrete.h 44 SMIO_Pattern Pattern[SMU_MAX_SMIO_LEVELS];
smu73_discrete.h 43 SMIO_Pattern Pattern[SMU_MAX_SMIO_LEVELS];
smu74_discrete.h 64 SMIO_Pattern Pattern[SMU_MAX_SMIO_LEVELS];
smu75_discrete.h 62 SMIO_Pattern Pattern[SMU_MAX_SMIO_LEVELS];

Completed in 16 milliseconds