Searched refs:metric (Results 1 - 25 of 30) sorted by relevance

12

/macosx-10.10/groff-38/groff/src/utils/addftinfo/
H A Daddftinfo.cpp184 char_metric metric; local
185 metric.width = (int)strtol(p, &next, 10);
187 printf("%d", metric.width);
189 metric.type = (int)strtol(p, &next, 10);
192 guess(name.contents(), param, &metric);
193 if (metric.sk == 0) {
194 if (metric.left_ic == 0) {
195 if (metric.ic == 0) {
196 if (metric.depth == 0) {
197 if (metric
[all...]
H A Dguess.h44 void guess(const char *s, const font_params &param, char_metric *metric);
H A Dguess.cpp23 void guess(const char *s, const font_params &param, char_metric *metric) argument
25 int &height = metric->height;
26 int &depth = metric->depth;
28 metric->ic = 0;
29 metric->left_ic = 0;
30 metric->sk = 0;
39 if (metric->type & 01)
41 if (metric->type & 02)
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DFontResourceContentView.css68 .content-view.resource.font .preview > .line > .metric {
77 .content-view.resource.font .metric.top {
82 .content-view.resource.font .metric.baseline {
87 .content-view.resource.font .metric.middle {
92 .content-view.resource.font .metric.xheight {
97 .content-view.resource.font .metric.bottom {
/macosx-10.10/tcpdump-61/tcpdump/
H A Dprint-igrp.c48 u_int metric, mtu; local
62 metric = bandwidth + delay;
63 if (metric > 0xffffff)
64 metric = 0xffffff;
69 igr->igr_rel, igr->igr_ld, metric,
H A Dprint-dvmrp.c173 register int metric, done; local
212 metric = *bp++;
213 done = metric & 0x80;
214 metric &= 0x7f;
215 printf("\n\t %s metric %d", intoa(htonl(origin)),
216 metric);
263 register u_char metric; local
271 metric = *bp++;
279 ipaddr_string(bp), metric, thresh);
294 register u_char metric, thres local
[all...]
H A Dprint-ripng.c50 rip6_entry_print(register const struct netinfo6 *ni, int metric) argument
56 if (metric)
H A Dprint-babel.c337 u_short interval, seqno, metric; local
351 metric = EXTRACT_16BITS(message + 10);
352 printf("%s%s%s %s metric %u seqno %u interval %u",
357 metric, seqno, interval);
H A Dprint-eigrp.c145 u_int8_t metric[4]; member in struct:eigrp_tlv_ip_ext_t
186 u_int8_t metric[2]; member in struct:eigrp_tlv_at_ext_t
373 printf("\n\t origin-router %s, origin-as %u, origin-proto %s, flags [0x%02x], tag 0x%08x, metric %u",
379 EXTRACT_32BITS(tlv_ptr.eigrp_tlv_ip_ext->metric));
436 printf("\n\t origin-router %u, origin-as %u, origin-proto %s, flags [0x%02x], tag 0x%08x, metric %u",
442 EXTRACT_16BITS(tlv_ptr.eigrp_tlv_at_ext->metric));
H A Dprint-isoclns.c1579 /* print the 4-byte metric block which is common found in the old-style TLVs */
1969 u_int metric, status_byte, bit_length, byte_length, sublen, processed, subtlvtype, subtlvlen; local
1973 metric = EXTRACT_32BITS(tptr);
2030 metric);
/macosx-10.10/emacs-93/emacs/src/
H A Dw32bdf.h65 glyph_metric metric; member in struct:__anon8813
75 glyph_metric metric; member in struct:__anon8814
H A Dw32bdf.c460 glyph->metric = pch->pcbmp->metric;
469 glyph->metric.dwidth = atoi(p);
475 glyph->metric.bbw = strtol(p, (char **)&start, 10);
477 glyph->metric.bbh = strtol(p, (char **)&start, 10);
479 glyph->metric.bbox = strtol(p, (char **)&start, 10);
481 glyph->metric.bboy = strtol(p, (char **)&start, 10);
494 rowbytes = (glyph->metric.bbw + 7) / 8;
497 consumed = glyph->metric.bbh * (rowbytes + align);
502 for(i = 0;i < glyph->metric
[all...]
/macosx-10.10/groff-38/groff/src/libs/libgroff/
H A Dfont.cpp468 void font::add_entry(int idx, const font_char_metric &metric) argument
478 ch[ch_used++] = metric;
725 font_char_metric metric; local
726 metric.height = 0;
727 metric.depth = 0;
728 metric.pre_math_space = 0;
729 metric.italic_correction = 0;
730 metric.subscript_correction = 0;
732 &metric.width, &metric
[all...]
/macosx-10.10/ntp-92/ntpd/
H A Drefclock_chu.c168 * m signal metric (0 - 100)
249 #define MINMETRIC 50 /* min channel metric (of 160) */
318 double metric; /* integrator sum */ member in struct:xmtr
342 struct xmtr xmtr[NCHAN]; /* station metric */
1327 * frame metric, it is considered valid. However, the timecode
1365 * If in sync and the signal metric is above threshold, the
1413 int metric; /* distance metric */ local
1435 metric = 0;
1448 metric
1510 double metric; local
[all...]
H A Drefclock_wwv.c492 double metric; /* signal quality metric */ member in struct:sync
1191 * When the channel metric reaches threshold and the second
1209 if (sp->metric >= TTHR && epoch == sp->mepoch % SECOND)
1354 sp->metric = 0;
1356 sp->metric = wwv_metric(sp);
1361 sp->reach & 0xffff, sp->metric, sp->synmax,
1827 * the channel metric computed by the wwv_metric() routine.
1846 sp->metric = wwv_metric(sp);
1861 rp->metric
[all...]
/macosx-10.10/tcl-105/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeTheme.c1110 SInt32 metric; local
1112 GetThemeMetric(kThemeMetricListHeaderHeight, &metric);
1113 *heightPtr = metric;
1122 SInt32 metric; local
1127 GetThemeMetric(kThemeMetricListHeaderHeight, &metric);
1128 inBounds.size.height = metric;
1201 SInt32 metric; local
1205 &metric);
1206 *widthPtr = metric;
1210 &metric);
1339 SInt32 metric; local
1350 SInt32 metric; local
1446 SInt32 metric; local
[all...]
/macosx-10.10/libxslt-13/libxslt/tests/XSLTMark/
H A DMakefile.am28 metric.out metric.ref metric.xml metric.xsl \
51 html identity inventory metric number oddtemplate patterns prettyprint \
452 metric: metric.xml $(xsltproc)
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dif_mib.c155 DONTCOPY(metric);
H A Drtsock.c715 #define metric(f, e) if (which & (f)) out->rt_rmx.e = in->e; macro
716 metric(RTV_RPIPE, rmx_recvpipe);
717 metric(RTV_SPIPE, rmx_sendpipe);
718 metric(RTV_SSTHRESH, rmx_ssthresh);
719 metric(RTV_RTT, rmx_rtt);
720 metric(RTV_RTTVAR, rmx_rttvar);
721 metric(RTV_HOPCOUNT, rmx_hopcount);
722 metric(RTV_MTU, rmx_mtu);
723 metric(RTV_EXPIRE, rmx_expire);
724 #undef metric macro
[all...]
H A Dkpi_interface.h1878 @field iflri_lqm The link quality metric (LQM) to the node. The
1881 the link quality metric is inapplicable to nodes at this
1883 @field iflri_npm The node proximity metric (NPM) to the node. The
2354 @param metric The new metric.
2357 extern errno_t ifnet_set_metric(ifnet_t interface, u_int32_t metric);
2362 @result The metric.
3232 @param lqm A link quality metric associated with the specified node.
3233 @param npm A node proximity metric associated with the specified node.
/macosx-10.10/cups-408/cups/test/
H A Dipp-2.0.test84 EXPECT media-col-supported WITH-VALUE media-weight-metric DEFINE-MATCH HAVE_MEDIA_WEIGHT_METRIC
99 EXPECT media-weight-metric-supported OF-TYPE rangeOfInteger IN-GROUP printer-attributes-tag WITH-VALUE >-1 IF-DEFINED HAVE_MEDIA_WEIGHT_METRIC
/macosx-10.10/mDNSResponder-561.1.1/mDNSWindows/SystemService/
H A DService.c135 static bool HaveRoute( PMIB_IPFORWARDROW rowExtant, unsigned long addr, unsigned long metric );
2227 HaveRoute( PMIB_IPFORWARDROW rowExtant, unsigned long addr, unsigned long metric )
2259 if ( ( pIpForwardTable->table[i].dwForwardDest == addr ) && ( !metric || ( pIpForwardTable->table[i].dwForwardMetric1 == metric ) ) )
2296 ULONG metric = 0; local
2325 metric = row.Metric + 256;
2330 return metric;
/macosx-10.10/vim-55/runtime/syntax/
H A Dgnuplot.vim133 syn keyword gnuplotType para[metric] nopara[metric] pointsize polar nopolar
H A Dform.vim44 syn keyword formStatement insidefirst keep load makeinteger many metric
H A Dpov.vim55 syn keyword povModifiers black_hole agate_turb brick_size control0 control1 cubic_wave density_map flip frequency interpolate inverse lambda metric mortar octaves offset omega phase poly_wave ramp_wave repeat scallop_wave sine_wave size strength triangle_wave thickness turbulence turb_depth type warp

Completed in 292 milliseconds

12