Searched refs:min_dist (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Decofflink.c2125 /* eraxxon: 'dist' and 'min_dist' can be negative now
2128 bfd_signed_vma dist = -1, min_dist = -1;
2153 'min_dist' can be negative if 'pdr_hold' below is NULL. */
2154 if (!pdr_hold || (dist >= 0 && dist < min_dist))
2156 min_dist = dist;
2162 if (!best_pdr || (min_dist >= 0 && min_dist < best_dist))
2164 best_dist = (bfd_vma) min_dist;
2124 bfd_signed_vma dist = -1, min_dist = -1; local
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Decofflink.c2125 /* eraxxon: 'dist' and 'min_dist' can be negative now
2128 bfd_signed_vma dist = -1, min_dist = -1;
2153 'min_dist' can be negative if 'pdr_hold' below is NULL. */
2154 if (!pdr_hold || (dist >= 0 && dist < min_dist))
2156 min_dist = dist;
2162 if (!best_pdr || (min_dist >= 0 && min_dist < best_dist))
2164 best_dist = (bfd_vma) min_dist;
2124 bfd_signed_vma dist = -1, min_dist = -1; local
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpd/
H A Dntp_io.c3804 sockaddr_u min_dist; local
3808 min_dist = *addr;
3818 -1 == cmp_addr_distance(&addr_dist, &min_dist)) {
3819 min_dist = addr_dist;
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/info/
H A Dsession.c2243 int best = -1, min_dist = window->node->nodelen;
2256 if (dist < min_dist)
2258 min_dist = dist;
2239 int best = -1, min_dist = window->node->nodelen; local

Completed in 196 milliseconds