HomeSort by: relevance | last modified time | path
    Searched defs:comb_vect (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
genautomata.cc 873 vla_hwint_t comb_vect;
7257 return (2 * tab->full_vect.length () > 5 * tab->comb_vect.length ());
7271 tab->comb_vect.create (10000);
7320 output_vect (tab->comb_vect);
7372 /* The comb_vect min/max values are also used for the full vector, so
7388 gcc_assert (tab->comb_vect.length () == tab->check_vect.length ());
7390 comb_vect_els_num = tab->comb_vect.length ();
7413 && (tab->comb_vect[vect_index + comb_vect_index]
7446 && tab->comb_vect[vect_index + comb_vect_index]
7457 comb_vect_mask ^= (tab->comb_vect[i
869 vla_hwint_t comb_vect; member in struct:state_ainsn_table
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
genautomata.cc 873 vla_hwint_t comb_vect;
7260 return (2 * tab->full_vect.length () > 5 * tab->comb_vect.length ());
7274 tab->comb_vect.create (10000);
7323 output_vect (tab->comb_vect);
7375 /* The comb_vect min/max values are also used for the full vector, so
7391 gcc_assert (tab->comb_vect.length () == tab->check_vect.length ());
7393 comb_vect_els_num = tab->comb_vect.length ();
7416 && (tab->comb_vect[vect_index + comb_vect_index]
7449 && tab->comb_vect[vect_index + comb_vect_index]
7460 comb_vect_mask ^= (tab->comb_vect[i
869 vla_hwint_t comb_vect; member in struct:state_ainsn_table
    [all...]

Completed in 46 milliseconds