Searched refs:long_align (Results 1 – 5 of 5) sorted by relevance
/external/webkit/Tools/android/flex-2.5.4a/ |
D | gen.c | 414 out_str_dec( long_align ? C_long_decl : C_short_decl, in genftbl() 815 out_str_dec( long_align ? C_long_decl : C_short_decl, in gentabs() 903 out_str_dec( long_align ? C_long_decl : C_short_decl, "yy_accept", k ); in gentabs() 952 out_str_dec( (tblend >= MAX_SHORT || long_align) ? in gentabs() 987 out_str_dec( (total_states >= MAX_SHORT || long_align) ? in gentabs() 996 out_str_dec( (total_states >= MAX_SHORT || long_align) ? in gentabs() 1013 out_str_dec( (total_states >= MAX_SHORT || long_align) ? in gentabs() 1124 (total_table_size >= MAX_SHORT || long_align) ? in make_tables() 1132 if ( long_align ) in make_tables() 1195 out_str_dec( long_align ? C_long_decl : C_short_decl, in make_tables()
|
D | main.c | 59 int C_plus_plus, long_align, use_read, yytext_is_array, do_yywrap, csize; variable 457 if ( long_align ) 592 fullspd = long_align = nowarn = yymore_used = continued_action = false; 676 long_align =
|
D | flexdef.h | 391 extern int C_plus_plus, long_align, use_read, yytext_is_array, do_yywrap;
|
D | dfa.c | 537 long_align ? "long" : "short", num_full_table_rows ); in ntod()
|
D | initscan.c | 1828 long_align = option_sense; variable
|