HomeSort by: relevance | last modified time | path
    Searched defs:min_dist (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
shortest-paths.h 116 int min_dist = INT_MAX; local
120 if (m_dist[queue[i]] < min_dist)
122 min_dist = m_dist[idx];
  /src/external/gpl3/gcc.old/dist/gcc/
shortest-paths.h 116 int min_dist = INT_MAX; local
120 if (m_dist[queue[i]] < min_dist)
122 min_dist = m_dist[idx];
  /src/external/gpl3/binutils/dist/bfd/
ecofflink.c 2132 /* eraxxon: 'dist' and 'min_dist' can be negative now
2135 bfd_signed_vma dist = -1, min_dist = -1;
2157 'min_dist' can be negative if 'pdr_hold' below is NULL. */
2158 if (!pdr_hold || (dist >= 0 && dist < min_dist))
2160 min_dist = dist;
2166 if (!best_pdr || (min_dist >= 0 && min_dist < best_dist))
2168 best_dist = (bfd_vma) min_dist;
2133 bfd_signed_vma dist = -1, min_dist = -1; local
  /src/external/gpl3/binutils.old/dist/bfd/
ecofflink.c 2132 /* eraxxon: 'dist' and 'min_dist' can be negative now
2135 bfd_signed_vma dist = -1, min_dist = -1;
2157 'min_dist' can be negative if 'pdr_hold' below is NULL. */
2158 if (!pdr_hold || (dist >= 0 && dist < min_dist))
2160 min_dist = dist;
2166 if (!best_pdr || (min_dist >= 0 && min_dist < best_dist))
2168 best_dist = (bfd_vma) min_dist;
2133 bfd_signed_vma dist = -1, min_dist = -1; local
  /src/external/gpl3/gdb.old/dist/bfd/
ecofflink.c 2122 /* eraxxon: 'dist' and 'min_dist' can be negative now local
2125 bfd_signed_vma dist = -1, min_dist = -1;
2147 'min_dist' can be negative if 'pdr_hold' below is NULL. */
2148 if (!pdr_hold || (dist >= 0 && dist < min_dist))
2150 min_dist = dist;
2156 if (!best_pdr || (min_dist >= 0 && min_dist < best_dist))
2158 best_dist = (bfd_vma) min_dist;
  /src/external/gpl3/gdb/dist/bfd/
ecofflink.c 2132 /* eraxxon: 'dist' and 'min_dist' can be negative now
2135 bfd_signed_vma dist = -1, min_dist = -1;
2157 'min_dist' can be negative if 'pdr_hold' below is NULL. */
2158 if (!pdr_hold || (dist >= 0 && dist < min_dist))
2160 min_dist = dist;
2166 if (!best_pdr || (min_dist >= 0 && min_dist < best_dist))
2168 best_dist = (bfd_vma) min_dist;
2133 bfd_signed_vma dist = -1, min_dist = -1; local
  /src/external/bsd/ntp/dist/ntpd/
ntp_io.c 4172 sockaddr_u min_dist; local
4174 ZERO_SOCK(&min_dist);
4185 -1 == cmp_addr_distance(&addr_dist, &min_dist)) {
4186 min_dist = addr_dist;
  /src/external/gpl2/texinfo/dist/info/
session.c 2243 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 33 milliseconds