Searched refs:max_seq_length (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dgenautomata.c4697 int max_seq_length, allof_length;
4743 max_seq_length = 0;
4751 if (max_seq_length < REGEXP_SEQUENCE (seq)->regexps_num)
4752 max_seq_length = REGEXP_SEQUENCE (seq)->regexps_num;
4760 max_seq_length = 0;
4765 if (max_seq_length != 0)
4767 gcc_assert (max_seq_length != 1
4770 + sizeof (regexp_t) * (max_seq_length - 1));
4773 REGEXP_SEQUENCE (result)->regexps_num = max_seq_length;
4774 for (i = 0; i < max_seq_length;
4677 int max_seq_length, allof_length; local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dgenautomata.c5110 int max_seq_length, allof_length;
5156 max_seq_length = 0;
5164 if (max_seq_length < REGEXP_SEQUENCE (seq)->regexps_num)
5165 max_seq_length = REGEXP_SEQUENCE (seq)->regexps_num;
5173 max_seq_length = 0;
5178 if (max_seq_length != 0)
5180 gcc_assert (max_seq_length != 1
5183 + sizeof (regexp_t) * (max_seq_length - 1));
5186 REGEXP_SEQUENCE (result)->regexps_num = max_seq_length;
5187 for (i = 0; i < max_seq_length;
5091 int max_seq_length, allof_length; local
[all...]

Completed in 184 milliseconds