Searched refs:YY_STATE_BUF_SIZE (Results 1 - 5 of 5) sorted by relevance

/external/mesa3d/src/glsl/glcpp/
H A Dglcpp-lex.c166 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) macro
973 yyg->yy_state_buf = (yy_state_type *)glcpp_alloc(YY_STATE_BUF_SIZE ,yyscanner);
/external/elfutils/libcpu/
H A Di386_lex.c167 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) macro
/external/elfutils/src/
H A Dldlex.c168 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) macro
/external/mesa3d/src/glsl/
H A Dglsl_lexer.cpp166 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) macro
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A Dglslang_lex.cpp175 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) macro

Completed in 665 milliseconds