Home | History | Annotate | Download | only in tests

Lines Matching defs:bc

3668    Int32 v, t, i, j, gs, ge, totc, bt, bc, iter;
3826 bc = 999999999; bt = -1;
3828 if (cost[t] < bc) { bc = cost[t]; bt = t; };
3829 totc += bc;