Searched refs:uprcase (Results 1 – 1 of 1) sorted by relevance
60 static char uprcase( char c ) in uprcase() function76 if (*str1 != uprcase(*str2)) in streq_nocase_uprcase()93 while (*str != '\0' && *str == uprcase( *cur )) { in str_match_no_case()219 if (uprcase( *cur ) == 'E') { in parse_float()346 if (uprcase( *cur ) == 'X') { in parse_opt_writemask()350 if (uprcase( *cur ) == 'Y') { in parse_opt_writemask()354 if (uprcase( *cur ) == 'Z') { in parse_opt_writemask()358 if (uprcase( *cur ) == 'W') { in parse_opt_writemask()469 switch (uprcase(*ctx->cur)) { in parse_register_bracket()738 if (uprcase( *cur ) == 'X') in parse_optional_swizzle()[all …]