Home
last modified time | relevance | path

Searched refs:yyg (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/preprocessor/
DTokenizer.cpp471 #define yyin yyg->yyin_r
472 #define yyout yyg->yyout_r
473 #define yyextra yyg->yyextra_r
474 #define yyleng yyg->yyleng_r
475 #define yytext yyg->yytext_r
478 #define yy_flex_debug yyg->yy_flex_debug_r
496 #define BEGIN yyg->yy_start = 1 + 2 *
501 #define YY_START ((yyg->yy_start - 1) / 2)
557 *yy_cp = yyg->yy_hold_char; \
559 yyg->yy_c_buf_p = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
[all …]
/external/libpcap/
Dscanner.c144 #define yyin yyg->yyin_r
145 #define yyout yyg->yyout_r
146 #define yyextra yyg->yyextra_r
147 #define yyleng yyg->yyleng_r
148 #define yytext yyg->yytext_r
151 #define yy_flex_debug yyg->yy_flex_debug_r
157 #define BEGIN yyg->yy_start = 1 + 2 *
163 #define YY_START ((yyg->yy_start - 1) / 2)
215 *yy_cp = yyg->yy_hold_char; \
217 yyg->yy_c_buf_p = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
[all …]
Dscanner.h138 #define yyin yyg->yyin_r
139 #define yyout yyg->yyout_r
140 #define yyextra yyg->yyextra_r
141 #define yyleng yyg->yyleng_r
142 #define yytext yyg->yytext_r
145 #define yy_flex_debug yyg->yy_flex_debug_r
/external/swiftshader/src/OpenGL/compiler/
Dglslang_lex.cpp237 #define yyin yyg->yyin_r
238 #define yyout yyg->yyout_r
239 #define yyextra yyg->yyextra_r
240 #define yyleng yyg->yyleng_r
241 #define yytext yyg->yytext_r
244 #define yy_flex_debug yyg->yy_flex_debug_r
262 #define BEGIN yyg->yy_start = 1 + 2 *
267 #define YY_START ((yyg->yy_start - 1) / 2)
342 *yy_cp = yyg->yy_hold_char; \
344 yyg->yy_c_buf_p = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
[all …]
Dglslang.l422 struct yyguts_t* yyg = (struct yyguts_t*) yyscanner; in check_type() local
438 struct yyguts_t* yyg = (struct yyguts_t*) yyscanner; in reserved_word() local
471 struct yyguts_t* yyg = (struct yyguts_t*) context->getScanner(); in ES2_identifier_ES3_keyword() local
486 struct yyguts_t* yyg = (struct yyguts_t*) context->getScanner(); in uint_constant() local
503 struct yyguts_t* yyg = (struct yyguts_t*) context->getScanner(); in floatsuffix_check() local
519 struct yyguts_t* yyg = (struct yyguts_t*) yyscanner; in int_constant() local
527 struct yyguts_t* yyg = (struct yyguts_t*) yyscanner; in float_constant() local
535 struct yyguts_t* yyg = (struct yyguts_t*) scanner; in yyerror() local