Home | History | Annotate | Download | only in src

Lines Matching defs:dist

10473       int dist = static_cast<int>(pc - it.rinfo()->pc());
10478 if ((dist < distance) ||
10479 (dist == distance && pos > position)) {
10481 distance = dist;