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

  /src/sys/external/bsd/gnu-efi/dist/lib/
str.c 330 IN CHAR16 *Pattern
336 p = *Pattern;
337 Pattern += 1;
341 // End of pattern. If end of string, TRUE match
347 if (MetaMatch (String, Pattern)) {
352 return MetaMatch (String, Pattern);
370 while ((p = *Pattern++)) {
376 p = *Pattern; // get high range
394 p = *Pattern;
395 Pattern += 1
    [all...]
  /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/usr.bin/make/unit-tests/
varmod-match-escape.exp 5 Pattern for ':M' is "\:"
10 Pattern for ':M' is ":"
21 Pattern for ':M' is ":"
29 Pattern for ':M' is ":\:"
36 make: varmod-match-escape.mk:63: Unfinished backslash at the end in pattern "\" of modifier ":M"
40 make: varmod-match-escape.mk:71: Unfinished backslash at the end in pattern "\" of modifier ":M"
42 make: varmod-match-escape.mk:112: Unfinished character list in pattern "[A-]" of modifier ":M"
44 in .for loop from varmod-match-escape.mk:109 with pattern = [A-]
45 make: varmod-match-escape.mk:112: Unfinished character list in pattern "[^A-]" of modifier ":M"
47 in .for loop from varmod-match-escape.mk:109 with pattern = [^A-
    [all...]
vardebug.exp 16 Pattern for ':M' is "[2]"
21 Pattern for ':N' is "[2]"
45 Pattern for ':M' is "*e"
49 Pattern for ':M' is "valu[e]"
vardebug.mk 31 # expect: Pattern for ':M' is "[2]"
35 # expect: Pattern for ':N' is "[2]"
directive-export-impl.exp 9 Pattern for ':N' is "*"
32 Pattern for ':N' is "*"
varmod-match.mk 4 # given pattern.
8 # 1. Pattern characters '*', '?' and '\'
24 # 1. Pattern characters '*', '?' and '\'
30 # The pattern is anchored both at the beginning and at the end of the word.
31 # Since the pattern 'e' does not contain any pattern matching characters, it
37 # The pattern character '?' matches exactly 1 character, the pattern character
38 # '*' matches 0 or more characters. The whole pattern matches all words that
44 # A pattern without placeholders only matches itself
    [all...]
  /src/sys/external/bsd/gnu-efi/dist/inc/
lib.h 63 IN CHAR16 *Pattern
efilib.h 427 IN CHAR16 *Pattern
433 IN CHAR16 *Pattern
efiprot.h 705 IN CHAR16 *Pattern
  /src/usr.bin/sed/TEST/
sed.test 394 echo Pattern space commands
395 # Check that the pattern space is deleted
  /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];
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/
amdgpu_vegam_smumgr.c 463 table->SmioTable2.Pattern[level].Voltage = PP_HOST_TO_SMC_US(
466 table->SmioTable2.Pattern[level].Smio =
491 table->SmioTable1.Pattern[level].Voltage = PP_HOST_TO_SMC_US(
493 table->SmioTable1.Pattern[level].Smio = (uint8_t) level;
amdgpu_polaris10_smumgr.c 662 table->SmioTable2.Pattern[level].Voltage =
665 table->SmioTable2.Pattern[level].Smio =
690 table->SmioTable1.Pattern[level].Voltage =
692 table->SmioTable1.Pattern[level].Smio = (uint8_t) level;
amdgpu_tonga_smumgr.c 353 table->SmioTable1.Pattern[count].Voltage =
356 table->SmioTable1.Pattern[count].Smio =
380 table->SmioTable2.Pattern[count].Voltage =
383 table->SmioTable2.Pattern[count].Smio =

Completed in 29 milliseconds