HomeSort by: relevance | last modified time | path
    Searched refs:metric (Results 1 - 25 of 72) sorted by relevancy

1 2 3

  /src/external/gpl2/groff/dist/src/utils/addftinfo/
addftinfo.cpp 186 char_metric metric; local
187 metric.width = (int)strtol(p, &next, 10);
189 printf("%d", metric.width);
191 metric.type = (int)strtol(p, &next, 10);
194 guess(name.contents(), param, &metric);
195 if (metric.sk == 0) {
196 if (metric.left_ic == 0) {
197 if (metric.ic == 0) {
198 if (metric.depth == 0) {
199 if (metric.height != 0
    [all...]
guess.h 46 void guess(const char *s, const font_params &param, char_metric *metric);
guess.cpp 25 void guess(const char *s, const font_params &param, char_metric *metric)
27 int &height = metric->height;
28 int &depth = metric->depth;
30 metric->ic = 0;
31 metric->left_ic = 0;
32 metric->sk = 0;
41 if (metric->type & 01)
43 if (metric->type & 02)
  /src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/test-data-micro/
dummy_format.py 30 metric = lit.Test.IntMetricValue(value)
32 metric = lit.Test.RealMetricValue(value)
35 result.addMetric(key, metric)
44 metric = lit.Test.IntMetricValue(value)
46 metric = lit.Test.RealMetricValue(value)
49 micro_result.addMetric(key, metric)
  /src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/test-data/
dummy_format.py 30 metric = lit.Test.IntMetricValue(value)
32 metric = lit.Test.RealMetricValue(value)
35 result.addMetric(key, metric)
  /src/usr.bin/rump_dhcpclient/
net.h 126 #define add_route(iface, dest, mask, gate, metric) \
127 if_route(iface, dest, mask, gate, metric, 1)
128 #define change_route(iface, dest, mask, gate, metric) \
129 if_route(iface, dest, mask, gate, metric, 0)
130 #define del_route(iface, dest, mask, gate, metric) \
131 if_route(iface, dest, mask, gate, metric, -1)
132 #define del_src_route(iface, dest, mask, gate, metric) \
133 if_route(iface, dest, mask, gate, metric, -2)
dhcpcd.h 91 int metric; member in struct:interface
if-options.h 84 int metric; member in struct:if_options
configure.c 74 rt->iface->metric == r->iface->metric)) &&
135 if (!add_route(iface, &rt->dest, &rt->net, &rt->gate, iface->metric))
160 /* We delete and add the route so that we can change metric.
164 ort->iface->metric);
166 iface->metric))
173 d_route(struct rt *rt, const struct interface *iface, int metric)
178 retval = del_route(iface, &rt->dest, &rt->net, &rt->gate, metric);
386 d_route(rt, rt->iface, rt->iface->metric);
447 /* We need to delete the subnet route to have our metric o
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/xunit-output/
dummy_format.py 35 metric = lit.Test.IntMetricValue(value)
37 metric = lit.Test.RealMetricValue(value)
40 result.addMetric(key, metric)
  /src/external/bsd/tcpdump/dist/
print-dvmrp.c 155 u_int metric, done; local
189 metric = GET_U_1(bp);
191 done = metric & 0x80;
192 metric &= 0x7f;
193 ND_PRINT("\n\t %s metric %u", intoa(htonl(origin)),
194 metric);
240 u_char metric; local
251 metric = GET_U_1(bp);
265 GET_IPADDR_STRING(bp), metric, thresh);
283 u_char metric, thresh, flags local
    [all...]
print-ripng.c 99 uint8_t metric; local
106 metric = GET_U_1(ni->rip6_metric);
107 if (metric && print_metric)
108 ND_PRINT(" (%u)", metric);
print-igrp.c 75 u_int metric, mtu; local
79 metric = ND_MIN(bandwidth + delay, 0xffffff);
84 GET_U_1(igr->igr_rel), GET_U_1(igr->igr_ld), metric,
  /src/external/gpl2/groff/dist/src/libs/libgroff/
font.cpp 470 void font::add_entry(int idx, const font_char_metric &metric)
480 ch[ch_used++] = metric;
727 font_char_metric metric; local
728 metric.height = 0;
729 metric.depth = 0;
730 metric.pre_math_space = 0;
731 metric.italic_correction = 0;
732 metric.subscript_correction = 0;
734 &metric.width, &metric.height, &metric.depth
    [all...]
  /src/usr.sbin/map-mbone/
mapper.c 56 u_char metric; /* TTL cost of forwarding */ member in struct:neighbor
310 u_char metric, threshold, ncount; local
323 metric = *p++;
359 if (nb_i->metric != nb_n->metric
363 "metric/threshold",
404 if (metric != nb->metric || threshold != nb->threshold)
407 "metric/threshold",
416 nb->metric = metric
445 u_char metric, threshold, ncount, flags; local
    [all...]
  /src/sbin/routed/
output.c 61 char metric; /* adjust metrics by interface */ member in struct:__anon809
425 * shutting down, admit only a bad metric.
464 char metric, pref; local
533 metric = RT->rt_metric;
600 * Notice spare routes with the same metric that we are about to
614 if (rts->rts_metric > metric
620 * toward its source with an infinite metric.
622 * better metric than we now have, then we should
633 || RT->rt_poison_metric >= metric
638 metric = HOPCNT_INFINITY
    [all...]
  /src/usr.sbin/mrouted/
route.c 342 update_route(u_int32_t origin, u_int32_t mask, u_int metric, u_int32_t src,
349 * Compute an adjusted metric, taking into account the cost of the
353 if (src != 0 && (metric < 1 || metric >= 2*UNREACHABLE)) {
355 "%s reports out-of-range metric %u for origin %s",
356 inet_fmt(src), metric,
360 adj_metric = metric + uvifs[vifi].uv_metric;
428 * the route timer and, if the reported metric has changed, update
460 * subnet and the reported metric for that origin is better than
462 * gateway and metric. We also switch gateways if the reporte
703 int metric; member in struct:newrt
740 int metric; local
    [all...]
  /src/external/mit/xorg/lib/fontconfig/etc/conf.d/
Makefile 13 30-metric-aliases.conf \
  /src/external/gpl3/binutils/dist/gprofng/gp-display-html/
gp-display-html.in 958 $msg = "unable to open metric value data file $outfile1 for reading:";
998 for my $metric (sort keys %metric_value)
1000 $msg = "metric_value{$metric} = " . $metric_value{$metric};
1003 for my $metric (sort keys %metric_description)
1005 $msg = "metric_description{$metric} =";
1006 $msg .= " " . $metric_description{$metric};
1062 $msg = "user requested ignored metric (-im) $im does not exist in";
1246 # Process the metric values.
2283 # Compare the current metric values against the maximum values. Mark the lin
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/
gp-display-html.in 958 $msg = "unable to open metric value data file $outfile1 for reading:";
998 for my $metric (sort keys %metric_value)
1000 $msg = "metric_value{$metric} = " . $metric_value{$metric};
1003 for my $metric (sort keys %metric_description)
1005 $msg = "metric_description{$metric} =";
1006 $msg .= " " . $metric_description{$metric};
1062 $msg = "user requested ignored metric (-im) $im does not exist in";
1246 # Process the metric values.
2283 # Compare the current metric values against the maximum values. Mark the lin
    [all...]
  /src/usr.sbin/lockstat/
main.c 741 double pcscale, metric; local
778 metric = l->count;
780 metric = l->time;
781 metric *= pcscale;
788 metric, (int)(l->count * cscale),
796 metric = lb->lb_counts[event];
798 metric = lb->lb_times[event];
799 metric *= pcscale;
804 metric, (int)(lb->lb_counts[event] * cscale),
  /src/usr.sbin/mrinfo/
mrinfo.c 206 u_char metric; local
212 metric = *p++;
222 inet_name(neighbor), metric, thresh);
244 u_char metric; local
251 metric = *p++;
265 inet_name(neighbor), metric, thresh);
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
omr-watcher.h 47 int metric; member in struct:omr_prefix
73 omr_prefix_t *NULLABLE omr_prefix_create(struct in6_addr *NONNULL prefix, int prefix_length, int metric, int flags,
  /src/external/mit/xorg/lib/fontconfig/etc/conf.avail/
Makefile 29 30-metric-aliases.conf \
  /src/external/bsd/ntp/dist/ntpd/
refclock_chu.c 172 * m signal metric (0 - 100)
253 #define MINMETRIC 50 /* min channel metric (of 160) */
285 #define METRIC 0x0800 /* one or more stations heard */
322 double metric; /* integrator sum */ member in struct:xmtr
346 struct xmtr xmtr[NCHAN]; /* station metric */
1352 * frame metric, it is considered valid. However, the timecode
1390 * If in sync and the signal metric is above threshold, the
1438 int metric; /* distance metric */ local
1460 metric = 0
1535 double metric; local
    [all...]

Completed in 48 milliseconds

1 2 3