Home
last modified time | relevance | path

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

/external/iproute2/tc/
Demp_ematch.lex.c1327 int yy_is_jam; in yy_try_NUL_trans() local
1343 yy_is_jam = (yy_current_state == 42); in yy_try_NUL_trans()
1345 return yy_is_jam ? 0 : yy_current_state; in yy_try_NUL_trans()
/external/angle/src/compiler/preprocessor/
Dpreprocessor_lex_autogen.cpp1684 int yy_is_jam; in yy_try_NUL_trans() local
1702 yy_is_jam = (yy_current_state == 94); in yy_try_NUL_trans()
1705 return yy_is_jam ? 0 : yy_current_state; in yy_try_NUL_trans()
/external/swiftshader/src/OpenGL/compiler/preprocessor/
DTokenizer.cpp2037 int yy_is_jam; in yy_try_NUL_trans() local
2054 yy_is_jam = (yy_current_state == 94); in yy_try_NUL_trans()
2057 return yy_is_jam ? 0 : yy_current_state; in yy_try_NUL_trans()
/external/libpcap/
Dscanner.c4721 int yy_is_jam; in yy_try_NUL_trans() local
4738 yy_is_jam = (yy_current_state == 1723); in yy_try_NUL_trans()
4741 return yy_is_jam ? 0 : yy_current_state; in yy_try_NUL_trans()
/external/swiftshader/src/OpenGL/compiler/
Dglslang_lex.cpp2672 int yy_is_jam; in yy_try_NUL_trans() local
2689 yy_is_jam = (yy_current_state == 820); in yy_try_NUL_trans()
2692 return yy_is_jam ? 0 : yy_current_state; in yy_try_NUL_trans()
/external/angle/src/compiler/translator/
Dglslang_lex_autogen.cpp2450 int yy_is_jam; in yy_try_NUL_trans() local
2468 yy_is_jam = (yy_current_state == 937); in yy_try_NUL_trans()
2471 return yy_is_jam ? 0 : yy_current_state; in yy_try_NUL_trans()
/external/toybox/kconfig/
Dlex.zconf.c_shipped1571 register int yy_is_jam;
1574 yy_is_jam = (yy_current_state <= 0);
1576 return yy_is_jam ? 0 : yy_current_state;