Searched refs:atoi_clamp (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | util.h | 30 bool atoi_clamp(const char *str, int *value);
|
D | util.cpp | 28 bool atoi_clamp(const char *str, int *value) in atoi_clamp() function
|
D | glslang.l | 523 if (!atoi_clamp(yytext, &(yylval->lex.i))) in int_constant()
|
D | glslang_lex.cpp | 3755 if (!atoi_clamp(yytext, &(yylval->lex.i))) in int_constant()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | util.h | 22 bool atoi_clamp(const char *str, unsigned int *value);
|
D | glslang.l | 825 if (!atoi_clamp(yytext, &(yylval->lex.u))) in uint_constant() 857 if (!atoi_clamp(yytext, &u)) in int_constant()
|
D | util.cpp | 16 bool atoi_clamp(const char *str, unsigned int *value) in atoi_clamp() function
|
D | glslang_lex_autogen.cpp | 3693 if (!atoi_clamp(yytext, &(yylval->lex.u))) in uint_constant() 3727 if (!atoi_clamp(yytext, &u)) in int_constant()
|