Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
Dutil.h30 bool atoi_clamp(const char *str, int *value);
Dutil.cpp28 bool atoi_clamp(const char *str, int *value) in atoi_clamp() function
Dglslang.l523 if (!atoi_clamp(yytext, &(yylval->lex.i))) in int_constant()
Dglslang_lex.cpp3755 if (!atoi_clamp(yytext, &(yylval->lex.i))) in int_constant()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dutil.h22 bool atoi_clamp(const char *str, unsigned int *value);
Dglslang.l825 if (!atoi_clamp(yytext, &(yylval->lex.u))) in uint_constant()
857 if (!atoi_clamp(yytext, &u)) in int_constant()
Dutil.cpp16 bool atoi_clamp(const char *str, unsigned int *value) in atoi_clamp() function
Dglslang_lex_autogen.cpp3693 if (!atoi_clamp(yytext, &(yylval->lex.u))) in uint_constant()
3727 if (!atoi_clamp(yytext, &u)) in int_constant()