Searched refs:is_alpha_underscore (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_text.c42 static boolean is_alpha_underscore( const char *cur ) function
57 return is_digit( cur ) || is_alpha_underscore( cur );
179 if (is_alpha_underscore( cur )) {
181 while (is_alpha_underscore( cur ) || is_digit( cur ))
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_text.c42 static boolean is_alpha_underscore( const char *cur ) function
57 return is_digit( cur ) || is_alpha_underscore( cur );
179 if (is_alpha_underscore( cur )) {
181 while (is_alpha_underscore( cur ) || is_digit( cur ))

Completed in 29 milliseconds