Home
last modified time | relevance | path

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

/external/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.l495 if (!atoi_clamp(yytext, &(yylval->lex.i))) in uint_constant()
521 if (!atoi_clamp(yytext, &(yylval->lex.i))) in int_constant()
Dglslang_lex.cpp3363 if (!atoi_clamp(yytext, &(yylval->lex.i))) in uint_constant()
3389 if (!atoi_clamp(yytext, &(yylval->lex.i))) in int_constant()