Home
last modified time | relevance | path

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

/external/bison/src/
Dparse-gram.c1253 yy_stack_print (yytype_int16 *yybottom, yytype_int16 *yytop) in yy_stack_print() argument
1256 yy_stack_print (yybottom, yytop) in yy_stack_print()
1257 yytype_int16 *yybottom; in yy_stack_print()
1262 for (; yybottom <= yytop; yybottom++)
1264 int yybot = *yybottom;
1358 yytype_int16 **yybottom, in yy_lac_stack_realloc() argument
1363 *yytop == yytop_empty ? 0 : *yytop - *yybottom + 1; in yy_lac_stack_realloc()
1390 YYCOPY (yybottom_new, *yybottom, yysize_old); in yy_lac_stack_realloc()
1393 if (*yybottom != yybottom_no_free) in yy_lac_stack_realloc()
1394 YYSTACK_FREE (*yybottom); in yy_lac_stack_realloc()
[all …]
/external/bison/data/
Dyacc.c831 [[yytype_int16 *yybottom], [yybottom]],
835 for (; yybottom <= yytop; yybottom++)
837 int yybot = *yybottom;
926 yytype_int16 **yybottom,
931 *yytop == yytop_empty ? 0 : *yytop - *yybottom + 1;
958 YYCOPY (yybottom_new, *yybottom, yysize_old);
961 if (*yybottom != yybottom_no_free)
962 YYSTACK_FREE (*yybottom);
963 *yybottom = yybottom_new;
/external/swiftshader/src/OpenGL/compiler/preprocessor/
DExpressionParser.cpp747 yy_stack_print (yytype_int16 *yybottom, yytype_int16 *yytop) in yy_stack_print() argument
750 for (; yybottom <= yytop; yybottom++) in yy_stack_print()
752 int yybot = *yybottom; in yy_stack_print()
/external/libpcap/
Dgrammar.c1490 yy_stack_print (yytype_int16 *yybottom, yytype_int16 *yytop) in yy_stack_print() argument
1493 for (; yybottom <= yytop; yybottom++) in yy_stack_print()
1495 int yybot = *yybottom; in yy_stack_print()
/external/swiftshader/src/OpenGL/compiler/
Dglslang_tab.cpp1768 yy_stack_print (yytype_int16 *yybottom, yytype_int16 *yytop) in yy_stack_print() argument
1771 for (; yybottom <= yytop; yybottom++) in yy_stack_print()
1773 int yybot = *yybottom; in yy_stack_print()