Home
last modified time | relevance | path

Searched refs:yy_buffer_stack_top (Results 1 – 5 of 5) 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/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.c296 ? yyg->yy_buffer_stack[yyg->yy_buffer_stack_top] \
302 #define YY_CURRENT_BUFFER_LVALUE yyg->yy_buffer_stack[yyg->yy_buffer_stack_top]
3004 size_t yy_buffer_stack_top; /**< index of top of stack. */ member
4868 yyg->yy_buffer_stack_top++; in pcap_push_buffer_state()
4888 if (yyg->yy_buffer_stack_top > 0) in pcap_pop_buffer_state()
4889 --yyg->yy_buffer_stack_top; in pcap_pop_buffer_state()
4921 yyg->yy_buffer_stack_top = 0; in pcap_ensure_buffer_stack()
4925 if (yyg->yy_buffer_stack_top >= (yyg->yy_buffer_stack_max) - 1){ in pcap_ensure_buffer_stack()
5289 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/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;