Home | History | Annotate | Download | only in tests

Lines Matching defs:bc

3696    Int32 v, t, i, j, gs, ge, totc, bt, bc, iter;
3854 bc = 999999999; bt = -1;
3856 if (cost[t] < bc) { bc = cost[t]; bt = t; };
3857 totc += bc;