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

  /external/webkit/Tools/android/flex-2.5.4a/
gen.c 414 out_str_dec( long_align ? C_long_decl : C_short_decl,
815 out_str_dec( long_align ? C_long_decl : C_short_decl,
903 out_str_dec( long_align ? C_long_decl : C_short_decl, "yy_accept", k );
952 out_str_dec( (tblend >= MAX_SHORT || long_align) ?
987 out_str_dec( (total_states >= MAX_SHORT || long_align) ?
996 out_str_dec( (total_states >= MAX_SHORT || long_align) ?
1013 out_str_dec( (total_states >= MAX_SHORT || long_align) ?
1124 (total_table_size >= MAX_SHORT || long_align) ?
1132 if ( long_align )
1195 out_str_dec( long_align ? C_long_decl : C_short_decl
    [all...]
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 =
flexdef.h 366 * long_align - if true (-Ca flag), favor long-word alignment.
391 extern int C_plus_plus, long_align, use_read, yytext_is_array, do_yywrap;
    [all...]
dfa.c 537 long_align ? "long" : "short", num_full_table_rows );
initscan.c 1828 long_align = option_sense; variable
    [all...]

Completed in 43 milliseconds