Searched refs:first_unempty_vect_index (Results 1 – 2 of 2) sorted by relevance
7327 int first_unempty_vect_index; in add_vect() local7366 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()