Home
last modified time | relevance | path

Searched refs:yy_start (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/libs/spirit/example/lex/
Dword_count_functor_flex.cpp83 #define BEGIN yy_start = 1 + 2 *
89 #define YY_START ((yy_start - 1) / 2)
225 static int yy_start = 0; /* start state number */ variable
553 if ( ! yy_start )
554 yy_start = 1; /* first start state */
581 yy_current_state = yy_start;
925 yy_current_state = yy_start; in yy_get_previous_state()
/third_party/gstreamer/gstreamer/gst/parse/
Dlex.priv_gst_parse_yy.c360 #define BEGIN yyg->yy_start = 1 + 2 *
365 #define YY_START ((yyg->yy_start - 1) / 2)
1129 int yy_start; member
1349 if ( ! yyg->yy_start )
1350 yyg->yy_start = 1; /* first start state */
1385 yy_current_state = yyg->yy_start;
1854 yy_current_state = yyg->yy_start; in yy_get_previous_state()
2602 yyg->yy_start = 0; in yy_init_globals()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/preprocessor/
DTokenizer.cpp374 #define BEGIN yyg->yy_start = 1 + 2 *
379 #define YY_START ((yyg->yy_start - 1) / 2)
772 int yy_start; member
1003 if (!yyg->yy_start)
1004 yyg->yy_start = 1; /* first start state */
1037 yy_current_state = yyg->yy_start;
1648 yy_current_state = yyg->yy_start; in yy_get_previous_state()
2413 yyg->yy_start = 0; in yy_init_globals()
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
Dpreprocessor_lex_autogen.cpp376 #define BEGIN yyg->yy_start = 1 + 2 *
381 #define YY_START ((yyg->yy_start - 1) / 2)
779 int yy_start; member
1010 if (!yyg->yy_start)
1011 yyg->yy_start = 1; /* first start state */
1044 yy_current_state = yyg->yy_start;
1655 yy_current_state = yyg->yy_start; in yy_get_previous_state()
2420 yyg->yy_start = 0; in yy_init_globals()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
DTokenizer.cpp496 #define BEGIN yyg->yy_start = 1 + 2 *
501 #define YY_START ((yyg->yy_start - 1) / 2)
1005 int yy_start; member
1347 if ( ! yyg->yy_start )
1348 yyg->yy_start = 1; /* first start state */
1382 yy_current_state = yyg->yy_start;
2007 yy_current_state = yyg->yy_start; in yy_get_previous_state()
2854 yyg->yy_start = 0; in yy_init_globals()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
Dglslang_lex.cpp262 #define BEGIN yyg->yy_start = 1 + 2 *
267 #define YY_START ((yyg->yy_start - 1) / 2)
1218 int yy_start; member
1560 if ( ! yyg->yy_start )
1561 yyg->yy_start = 1; /* first start state */
1598 yy_current_state = yyg->yy_start;
2642 yy_current_state = yyg->yy_start; in yy_get_previous_state()
3497 yyg->yy_start = 0; in yy_init_globals()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang_lex.cpp265 #define BEGIN yyg->yy_start = 1 + 2 *
270 #define YY_START ((yyg->yy_start - 1) / 2)
1271 int yy_start; member
1613 if ( ! yyg->yy_start )
1614 yyg->yy_start = 1; /* first start state */
1651 yy_current_state = yyg->yy_start;
2803 yy_current_state = yyg->yy_start; in yy_get_previous_state()
3658 yyg->yy_start = 0; in yy_init_globals()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang_lex_autogen.cpp192 #define BEGIN yyg->yy_start = 1 + 2 *
197 #define YY_START ((yyg->yy_start - 1) / 2)
987 int yy_start; member
1218 if (!yyg->yy_start)
1219 yyg->yy_start = 1; /* first start state */
1252 yy_current_state = yyg->yy_start;
2421 yy_current_state = yyg->yy_start; in yy_get_previous_state()
3194 yyg->yy_start = 0; in yy_init_globals()
/third_party/toybox/kconfig/
Dlex.zconf.c_shipped123 #define BEGIN (yy_start) = 1 + 2 *
129 #define YY_START (((yy_start) - 1) / 2)
283 static int yy_start = 0; /* start state number */
967 if ( ! (yy_start) )
968 (yy_start) = 1; /* first start state */
997 yy_current_state = (yy_start);
1554 yy_current_state = (yy_start);
2153 (yy_start) = 0;