Home | History | Annotate | Download | only in source

Lines Matching refs:biggest

204 	uint32 biggest = 0;
217 // Keep track of which weight is biggest.
219 if (fWeight16 [biggest] < fWeight16 [j])
222 biggest = j;
230 fWeight16 [biggest] += (256 - total);