Searched refs:baseline (Results 1 - 15 of 15) sorted by path

/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex3832 % @multitablelinespace is space to leave between table items, baseline
3833 % to baseline.
8318 \splittopskip\ht\strutbox % top baseline for broken footnotes
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex2729 % @multitablelinespace is space to leave between table items, baseline
2730 % to baseline.
6400 \splittopskip\ht\strutbox % top baseline for broken footnotes
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex2628 % @multitablelinespace is space to leave between table items, baseline
2629 % to baseline.
6271 \splittopskip\ht\strutbox % top baseline for broken footnotes
/freebsd-11-stable/contrib/groff/src/preproc/grn/
H A Dmain.cpp89 extern void HGPrintElt(ELT *element, int baseline);
218 void conv(register FILE *fp, int baseline);
473 int baseline)
504 error("at line %1: no picture filename.\n", baseline);
590 HGPrintElt(e, baseline);
603 HGPrintElt(e, baseline);
472 conv(register FILE *fp, int baseline) argument
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dext.h177 baseline, /* time started to do timed action */ member in struct:clocks_t
H A Dtelnetd.c516 settimer(baseline);
602 while (sequenceIs(tspeedsubopt, baseline))
606 while (sequenceIs(xdisplocsubopt, baseline))
610 while (sequenceIs(environsubopt, baseline))
614 while (sequenceIs(oenvironsubopt, baseline))
620 while (sequenceIs(ttypesubopt, baseline))
671 settimer(baseline);
675 while (sequenceIs(ttypesubopt, baseline))
/freebsd-11-stable/usr.bin/mkimg/tests/
H A Dmkimg.sh73 local baseline image result tmpfile update
78 baseline=$image.gz.uu
81 if test -f $baseline; then
82 tmpfile=_tmp-baseline
83 uudecode -p $baseline | gunzip -c > $tmpfile
91 (echo -n '# $'; echo -n FreeBSD; echo '$') > $baseline
92 gzip -c $result | uuencode $image.gz >> $baseline
123 baseline=`atf_get_srcdir`/$image
124 atf_check -s exit:0 cmp -s $baseline $result
159 # XXX hack to make updating the baseline easie
[all...]
H A Dmkimg_test.sh73 local baseline image result tmpfile update
78 baseline=$image.hex
81 if test -f $baseline; then
82 tmpfile=_tmp-baseline
83 sed -e '/^#.*/D' < $baseline > $tmpfile
91 (echo -n '# $'; echo -n FreeBSD; echo '$') > $baseline
92 cat $result >> $baseline
123 baseline=`atf_get_srcdir`/$image
124 atf_check -s exit:0 diff -u $baseline $result
159 # XXX hack to make updating the baseline easie
[all...]
/freebsd-11-stable/usr.bin/patch/
H A Dinp.c394 LINENUM baseline = line - offline; local
396 if (tiline[0] == baseline)
398 else if (tiline[1] == baseline)
401 tiline[whichbuf] = baseline;
403 if (lseek(tifd, (off_t) (baseline / lines_per_buf *
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProgram.inc467 // This the same baseline used by xargs.
/freebsd-11-stable/contrib/sendmail/src/
H A Dutil.c1703 static BITMAP256 baseline; local
1711 clrbitmap(baseline);
1719 if (!bitnset(fd, baseline))
1721 clrbitn(fd, baseline);
1723 else if (!bitnset(fd, baseline))
1724 setbitn(fd, baseline);
/freebsd-11-stable/contrib/telnet/telnetd/
H A Dext.h204 baseline, /* time started to do timed action */ member in struct:__anon4
H A Dtelnetd.c473 settimer(baseline);
551 while (sequenceIs(tspeedsubopt, baseline))
555 while (sequenceIs(xdisplocsubopt, baseline))
559 while (sequenceIs(environsubopt, baseline))
563 while (sequenceIs(oenvironsubopt, baseline))
569 while (sequenceIs(ttypesubopt, baseline))
624 settimer(baseline);
628 while (sequenceIs(ttypesubopt, baseline))
/freebsd-11-stable/share/mk/
H A Dbsd.cpu.mk3 # Set default CPU compile flags and baseline CPUTYPE for each arch. The
/freebsd-11-stable/sys/dev/usb/serial/
H A Duplcom.c817 unsigned int baseline, mantissa, exponent; local
822 * baudrate = baseline / (mantissa * 4^exponent)
829 baseline = 383385600;
830 mantissa = baseline / baud;
851 baud = (baseline / mantissa) >> (exponent << 1);

Completed in 214 milliseconds