HomeSort by relevance Sort by last modified time
    Searched refs:yy_act (Results 1 - 13 of 13) sorted by null

  /external/bison/examples/calc++/
calc++-scanner.cc 805 register int yy_act; variable
888 yy_act = yy_accept[yy_current_state];
899 if ( yy_act == 0 )
901 else if ( yy_act < 8 )
903 (long)yy_rule_linenum[yy_act], yytext );
904 else if ( yy_act == 8 )
907 else if ( yy_act == 9 )
913 switch ( yy_act )
1071 yy_act = YY_STATE_EOF(YY_START);
    [all...]
  /external/bison/src/
scan-skel.c 892 register int yy_act; variable
985 yy_act = yy_accept[yy_current_state];
996 if ( yy_act == 0 )
998 else if ( yy_act < 22 )
1000 (long)yy_rule_linenum[yy_act], skel_text );
1001 else if ( yy_act == 22 )
1004 else if ( yy_act == 23 )
1010 switch ( yy_act )
    [all...]
scan-code.c 977 register int yy_act; variable
1092 yy_act = yy_accept[yy_current_state];
1103 if ( yy_act == 0 )
1105 else if ( yy_act < 29 )
1107 (long)yy_rule_linenum[yy_act], code_text );
1108 else if ( yy_act == 29 )
1111 else if ( yy_act == 30 )
1117 switch ( yy_act
    [all...]
scan-gram.c 1304 register int yy_act; variable
    [all...]
  /external/elfutils/libcpu/
i386_lex.c 183 * access to the local variable yy_act. Since yyless() is a macro, it would break
185 * One obvious solution it to make yy_act a global. I tried that, and saw
186 * a 5% performance hit in a non-i386_lineno scanner, because yy_act is
764 register int yy_act; variable
834 yy_act = yy_accept[yy_current_state];
838 if ( yy_act != YY_END_OF_BUFFER && yy_rule_can_match_eol[yy_act] )
850 switch ( yy_act )
1066 yy_act = YY_STATE_EOF(YY_START);
    [all...]
  /external/elfutils/src/
ldlex.c 184 * access to the local variable yy_act. Since yyless() is a macro, it would break
186 * One obvious solution it to make yy_act a global. I tried that, and saw
187 * a 5% performance hit in a non-ldlineno scanner, because yy_act is
1340 register int yy_act; variable
    [all...]
  /system/core/sh/
arith_lex.c 674 register int yy_act; variable
740 yy_act = yy_accept[yy_current_state];
741 if ( yy_act == 0 )
745 yy_act = yy_accept[yy_current_state];
752 switch ( yy_act )
1005 yy_act = YY_STATE_EOF(YY_START);
    [all...]
  /external/libpcap/
scanner.c 2646 register int yy_act; variable
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/
glslang_lex.cpp 205 * access to the local variable yy_act. Since yyless() is a macro, it would break
207 * One obvious solution it to make yy_act a global. I tried that, and saw
208 * a 5% performance hit in a non-yylineno scanner, because yy_act is
1032 register int yy_act; variable
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
lex.yy.c 1420 register int yy_act; variable
    [all...]
glcpp-lex.c 881 register int yy_act; variable
968 yy_act = yy_accept[yy_current_state];
974 switch ( yy_act )
    [all...]
glsl_lexer.cc 1382 register int yy_act; variable
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
Tokenizer.cpp 790 register int yy_act; variable
861 yy_act = yy_accept[yy_current_state];
867 switch ( yy_act )
    [all...]

Completed in 175 milliseconds