Searched refs:baseline (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-current/usr.sbin/tzsetup/
H A DMakefile16 baseline: ${PROG} ${ZONETAB}
17 ${.OBJDIR}/${PROG} -d ${ZONETAB} > ${.CURDIR}/baseline
19 .PHONY: baseline
/freebsd-current/usr.bin/mkimg/tests/
H A Dmkimg_test.sh72 local baseline image result tmpfile update
77 baseline=$image.hex
80 if test -f $baseline; then
81 tmpfile=_tmp-baseline
82 sed -e '/^#.*/D' < $baseline > $tmpfile
89 cat $result > $baseline
120 baseline=`atf_get_srcdir`/$image
121 atf_check -s exit:0 diff -u $baseline $result
156 # XXX hack to make updating the baseline easier
/freebsd-current/lib/libc/amd64/string/
H A Dstrlen.S24 ARCHFUNC(strlen, baseline)
91 ARCHENTRY(strlen, baseline)
129 ARCHEND(strlen, baseline)
H A Dstrcat.S23 ARCHFUNC(strcat, baseline)
187 ARCHENTRY(strcat, baseline)
201 ARCHEND(strcat, baseline)
H A Dmemrchr.S15 ARCHFUNC(memrchr, baseline)
73 ARCHENTRY(memrchr, baseline)
164 ARCHEND(memrchr, baseline)
H A Dstrchrnul.S40 ARCHFUNC(__strchrnul, baseline)
121 ARCHENTRY(__strchrnul, baseline)
168 ARCHEND(__strchrnul, baseline)
H A Dmemchr.S39 ARCHFUNC(__memchr, baseline)
117 ARCHENTRY(__memchr, baseline)
205 ARCHEND(__memchr, baseline)
H A Dtimingsafe_bcmp.S37 ARCHFUNC(timingsafe_bcmp, baseline)
123 ARCHENTRY(timingsafe_bcmp, baseline)
230 ARCHEND(timingsafe_bcmp, baseline)
H A Dstpcpy.S25 ARCHFUNC(__stpcpy, baseline)
132 ARCHENTRY(__stpcpy, baseline)
235 ARCHEND(__stpcpy, baseline)
H A Dstrrchr.S40 ARCHFUNC(strrchr, baseline)
144 ARCHENTRY(strrchr, baseline)
208 ARCHEND(strrchr, baseline)
H A Dmemccpy.S39 ARCHFUNC(__memccpy, baseline)
73 ARCHENTRY(__memccpy, baseline)
257 ARCHEND(__memccpy, baseline)
H A Dmemcmp.S51 ARCHFUNC(memcmp, baseline)
247 ARCHENTRY(memcmp, baseline)
418 ARCHEND(memcmp, baseline)
H A Dstrlcpy.S39 ARCHFUNC(__strlcpy, baseline)
67 ARCHENTRY(__strlcpy, baseline)
279 ARCHEND(__strlcpy, baseline)
H A Dstpncpy.S39 ARCHFUNC(__stpncpy, baseline)
92 ARCHENTRY(__stpncpy, baseline)
281 ARCHEND(__stpncpy, baseline)
H A Dstrcmp.S27 ARCHFUNC(strcmp, baseline)
93 ARCHENTRY(strcmp, baseline)
357 ARCHEND(strcmp, baseline)
H A Dstrncmp.S38 ARCHFUNC(strncmp, baseline)
116 ARCHENTRY(strncmp, baseline)
486 ARCHEND(strncmp, baseline)
/freebsd-current/usr.bin/patch/
H A Dinp.c390 LINENUM baseline = line - offline; local
392 if (tiline[0] == baseline)
394 else if (tiline[1] == baseline)
397 tiline[whichbuf] = baseline;
399 if (lseek(tifd, (off_t) (baseline / lines_per_buf *
/freebsd-current/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-current/lib/libsecureboot/
H A Dlocal.trust.mk106 # we take the mtime of this as our baseline time
/freebsd-current/sys/dev/usb/serial/
H A Duplcom.c816 unsigned baseline, mantissa, exponent; local
821 * baudrate = baseline / (mantissa * 4^exponent)
828 baseline = 383385600;
829 mantissa = baseline / baud;
850 baud = (baseline / mantissa) >> (exponent << 1);
/freebsd-current/contrib/sendmail/src/
H A Dutil.c1847 static BITMAP256 baseline; local
1855 clrbitmap(baseline);
1863 if (!bitnset(fd, baseline))
1865 clrbitn(fd, baseline);
1867 else if (!bitnset(fd, baseline))
1868 setbitn(fd, baseline);
/freebsd-current/contrib/lua/src/
H A Dldebug.c88 int baseline = getbaseline(f, pc, &basepc); local
91 baseline += f->lineinfo[basepc]; /* correct line */
93 return baseline;
/freebsd-current/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProgram.inc563 // This the same baseline used by xargs.
/freebsd-current/contrib/expat/tests/
H A Dbasic_tests.c5207 = "Compared to the baseline runtime of the first test, this test has a "
5216 {"<a>", "</a>"}, // assumed good, used as baseline
5247 clock_t baseline = 0; local
5268 // i == 0 means we're still calculating the baseline value
5272 const int slowdown = clocks_so_far / baseline;
5276 "fill#%d: clocks_so_far=%d baseline=%d slowdown=%d max_slowdown=%d\n",
5277 f, (int)clocks_so_far, (int)baseline, slowdown, max_slowdown);
5294 baseline = taken;
5296 const int slowdown = taken / baseline;
5298 fprintf(stderr, "taken=%d baseline
[all...]

Completed in 156 milliseconds

12