Lines Matching refs:weightidx
2000 int32_t weightidx; in add_to_tablewc() local
2049 weightidx = output_weightwc (atwc.weightpool, atwc.collate, in add_to_tablewc()
2051 obstack_int32_grow (atwc.indpool, weightidx); in add_to_tablewc()
2058 weightidx = output_weightwc (atwc.weightpool, atwc.collate, in add_to_tablewc()
2060 obstack_int32_grow (atwc.indpool, weightidx); in add_to_tablewc()
2075 weightidx = output_weightwc (atwc.weightpool, atwc.collate, in add_to_tablewc()
2083 obstack_int32_grow_fast (atwc.extrapool, weightidx); in add_to_tablewc()
2231 int32_t weightidx; in collate_output() local
2280 weightidx = output_weight (&weightpool, collate, curp); in collate_output()
2281 obstack_int32_grow (&indirectpool, weightidx); in collate_output()
2288 weightidx = output_weight (&weightpool, collate, curp); in collate_output()
2289 obstack_int32_grow (&indirectpool, weightidx); in collate_output()
2304 weightidx = output_weight (&weightpool, collate, runp); in collate_output()
2311 obstack_int32_grow_fast (&extrapool, weightidx); in collate_output()