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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dgenautomata.c1350 int first_vect_length;
1355 = get_str_vect (XSTR (def, 0), &first_vect_length, ',', FALSE);
1362 length += first_vect_length;
1367 DECL_EXCL (decl)->first_list_length = first_vect_length;
1369 if (i < first_vect_length)
1373 = second_str_cpu_units [i - first_vect_length];
1346 int first_vect_length; local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dgenautomata.c1761 int first_vect_length;
1766 = get_str_vect ((char *) XSTR (def, 0), &first_vect_length, ',', FALSE);
1773 length += first_vect_length;
1778 DECL_EXCL (decl)->first_list_length = first_vect_length;
1780 if (i < first_vect_length)
1784 = second_str_cpu_units [i - first_vect_length];
1758 int first_vect_length; local

Completed in 194 milliseconds