Home
last modified time | relevance | path

Searched refs:yy_buffer_stack_top (Results 1 – 7 of 7) sorted by relevance

/external/iproute2/tc/
Demp_ematch.lex.c270 static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */ variable
281 ? (yy_buffer_stack)[(yy_buffer_stack_top)] \
287 #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]
1652 (yy_buffer_stack_top)++; in ematch_push_buffer_state()
1671 if ((yy_buffer_stack_top) > 0) in ematch_pop_buffer_state()
1672 --(yy_buffer_stack_top); in ematch_pop_buffer_state()
1703 (yy_buffer_stack_top) = 0; in ematch_ensure_buffer_stack()
1707 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ in ematch_ensure_buffer_stack()
1963 (yy_buffer_stack_top) = 0; in yy_init_globals()
/external/angle/src/compiler/preprocessor/
Dpreprocessor_lex_autogen.cpp508 (yyg->yy_buffer_stack ? yyg->yy_buffer_stack[yyg->yy_buffer_stack_top] : NULL)
512 #define YY_CURRENT_BUFFER_LVALUE yyg->yy_buffer_stack[yyg->yy_buffer_stack_top]
771 size_t yy_buffer_stack_top; /**< index of top of stack. */ member
1984 yyg->yy_buffer_stack_top++; in yypush_buffer_state()
2004 if (yyg->yy_buffer_stack_top > 0) in yypop_buffer_state()
2005 --yyg->yy_buffer_stack_top; in yypop_buffer_state()
2038 yyg->yy_buffer_stack_top = 0; in yyensure_buffer_stack()
2042 if (yyg->yy_buffer_stack_top >= (yyg->yy_buffer_stack_max) - 1) in yyensure_buffer_stack()
2416 yyg->yy_buffer_stack_top = 0; in yy_init_globals()
/external/swiftshader/src/OpenGL/compiler/preprocessor/
DTokenizer.cpp644 ? yyg->yy_buffer_stack[yyg->yy_buffer_stack_top] \
649 #define YY_CURRENT_BUFFER_LVALUE yyg->yy_buffer_stack[yyg->yy_buffer_stack_top]
997 size_t yy_buffer_stack_top; /**< index of top of stack. */ member
2344 yyg->yy_buffer_stack_top++; in yypush_buffer_state()
2365 if (yyg->yy_buffer_stack_top > 0) in yypop_buffer_state()
2366 --yyg->yy_buffer_stack_top; in yypop_buffer_state()
2400 yyg->yy_buffer_stack_top = 0; in yyensure_buffer_stack()
2404 if (yyg->yy_buffer_stack_top >= (yyg->yy_buffer_stack_max) - 1){ in yyensure_buffer_stack()
2850 yyg->yy_buffer_stack_top = 0; in yy_init_globals()
/external/libpcap/
Dscanner.c517 ? yyg->yy_buffer_stack[yyg->yy_buffer_stack_top] \
522 #define YY_CURRENT_BUFFER_LVALUE yyg->yy_buffer_stack[yyg->yy_buffer_stack_top]
3167 size_t yy_buffer_stack_top; /**< index of top of stack. */ member
5019 yyg->yy_buffer_stack_top++; in yypush_buffer_state()
5039 if (yyg->yy_buffer_stack_top > 0) in yypop_buffer_state()
5040 --yyg->yy_buffer_stack_top; in yypop_buffer_state()
5072 yyg->yy_buffer_stack_top = 0; in yyensure_buffer_stack()
5076 if (yyg->yy_buffer_stack_top >= (yyg->yy_buffer_stack_max) - 1){ in yyensure_buffer_stack()
5436 yyg->yy_buffer_stack_top = 0; in yy_init_globals()
/external/swiftshader/src/OpenGL/compiler/
Dglslang_lex.cpp429 ? yyg->yy_buffer_stack[yyg->yy_buffer_stack_top] \
434 #define YY_CURRENT_BUFFER_LVALUE yyg->yy_buffer_stack[yyg->yy_buffer_stack_top]
1210 size_t yy_buffer_stack_top; /**< index of top of stack. */ member
2985 yyg->yy_buffer_stack_top++; in yypush_buffer_state()
3006 if (yyg->yy_buffer_stack_top > 0) in yypop_buffer_state()
3007 --yyg->yy_buffer_stack_top; in yypop_buffer_state()
3041 yyg->yy_buffer_stack_top = 0; in yyensure_buffer_stack()
3045 if (yyg->yy_buffer_stack_top >= (yyg->yy_buffer_stack_max) - 1){ in yyensure_buffer_stack()
3493 yyg->yy_buffer_stack_top = 0; in yy_init_globals()
/external/angle/src/compiler/translator/
Dglslang_lex_autogen.cpp345 (yyg->yy_buffer_stack ? yyg->yy_buffer_stack[yyg->yy_buffer_stack_top] : NULL)
349 #define YY_CURRENT_BUFFER_LVALUE yyg->yy_buffer_stack[yyg->yy_buffer_stack_top]
979 size_t yy_buffer_stack_top; /**< index of top of stack. */ member
2758 yyg->yy_buffer_stack_top++; in yypush_buffer_state()
2778 if (yyg->yy_buffer_stack_top > 0) in yypop_buffer_state()
2779 --yyg->yy_buffer_stack_top; in yypop_buffer_state()
2812 yyg->yy_buffer_stack_top = 0; in yyensure_buffer_stack()
2816 if (yyg->yy_buffer_stack_top >= (yyg->yy_buffer_stack_max) - 1) in yyensure_buffer_stack()
3190 yyg->yy_buffer_stack_top = 0; in yy_init_globals()
/external/toybox/kconfig/
Dlex.zconf.c_shipped256 static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */
267 ? (yy_buffer_stack)[(yy_buffer_stack_top)] \
273 #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]
1879 (yy_buffer_stack_top)++;
1898 if ((yy_buffer_stack_top) > 0)
1899 --(yy_buffer_stack_top);
1928 (yy_buffer_stack_top) = 0;
1932 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
2149 (yy_buffer_stack_top) = 0;