Home | History | Annotate | Download | only in src

Lines Matching defs:dist

8077       int dist = static_cast<int>(pc - it.rinfo()->pc());
8082 if ((dist < distance) ||
8083 (dist == distance && pos > position)) {
8085 distance = dist;