Home
last modified time | relevance | path

Searched refs:first_unempty_vect_index (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgenautomata.cc7327 int first_unempty_vect_index; in add_vect() local
7366 for (first_unempty_vect_index = 0; in add_vect()
7367 first_unempty_vect_index < vect_length; in add_vect()
7368 first_unempty_vect_index++) in add_vect()
7369 if (vect[first_unempty_vect_index] in add_vect()
7376 if (vect_length - first_unempty_vect_index >= SIZEOF_LONG * CHAR_BIT) in add_vect()
7382 for (vect_index = first_unempty_vect_index; in add_vect()
7400 for (vect_index = first_unempty_vect_index; in add_vect()
7415 for (vect_index = first_unempty_vect_index; in add_vect()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgenautomata.c7327 int first_unempty_vect_index; in add_vect() local
7366 for (first_unempty_vect_index = 0; in add_vect()
7367 first_unempty_vect_index < vect_length; in add_vect()
7368 first_unempty_vect_index++) in add_vect()
7369 if (vect[first_unempty_vect_index] in add_vect()
7376 if (vect_length - first_unempty_vect_index >= SIZEOF_LONG * CHAR_BIT) in add_vect()
7382 for (vect_index = first_unempty_vect_index; in add_vect()
7400 for (vect_index = first_unempty_vect_index; in add_vect()
7415 for (vect_index = first_unempty_vect_index; in add_vect()