Home
last modified time | relevance | path

Searched refs:baseline (Results 1 – 25 of 44) sorted by relevance

12

/freebsd/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
/freebsd/usr.sbin/tzsetup/
H A DMakefile16 baseline: ${PROG} ${ZONETAB} target
17 ${.OBJDIR}/${PROG} -d ${ZONETAB} > ${.CURDIR}/baseline
19 .PHONY: baseline
/freebsd/usr.bin/patch/
H A Dinp.c390 LINENUM baseline = line - offline; in ifetch() local
392 if (tiline[0] == baseline) in ifetch()
394 else if (tiline[1] == baseline) in ifetch()
397 tiline[whichbuf] = baseline; in ifetch()
399 if (lseek(tifd, (off_t) (baseline / lines_per_buf * in ifetch()
/freebsd/lib/libc/amd64/string/
H A Dstrcat.S23 ARCHFUNC(strcat, baseline)
187 ARCHENTRY(strcat, baseline)
201 ARCHEND(strcat, baseline)
H A Dstrlen.S24 ARCHFUNC(strlen, baseline)
91 ARCHENTRY(strlen, baseline)
H A Dstrchrnul.S40 ARCHFUNC(__strchrnul, baseline)
121 ARCHENTRY(__strchrnul, baseline)
168 ARCHEND(__strchrnul, baseline)
H A Dmemrchr.S15 ARCHFUNC(memrchr, baseline)
73 ARCHENTRY(memrchr, baseline)
164 ARCHEND(memrchr, baseline)
H A Dtimingsafe_bcmp.S37 ARCHFUNC(timingsafe_bcmp, baseline)
123 ARCHENTRY(timingsafe_bcmp, baseline)
230 ARCHEND(timingsafe_bcmp, baseline)
H A Dmemchr.S39 ARCHFUNC(__memchr, baseline)
117 ARCHENTRY(__memchr, baseline)
205 ARCHEND(__memchr, baseline)
H A Dstpcpy.S25 ARCHFUNC(__stpcpy, baseline)
132 ARCHENTRY(__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 Dstpncpy.S39 ARCHFUNC(__stpncpy, baseline)
92 ARCHENTRY(__stpncpy, baseline)
281 ARCHEND(__stpncpy, baseline)
H A Dstrlcpy.S39 ARCHFUNC(__strlcpy, baseline)
67 ARCHENTRY(__strlcpy, baseline)
279 ARCHEND(__strlcpy, baseline)
H A Dmemcmp.S51 ARCHFUNC(memcmp, baseline)
247 ARCHENTRY(memcmp, baseline)
418 ARCHEND(memcmp, baseline)
H A Dstrcmp.S27 ARCHFUNC(strcmp, baseline)
93 ARCHENTRY(strcmp, baseline)
357 ARCHEND(strcmp, baseline)
/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dtelnetd.c516 settimer(baseline); in getterminaltype()
602 while (sequenceIs(tspeedsubopt, baseline)) in getterminaltype()
606 while (sequenceIs(xdisplocsubopt, baseline)) in getterminaltype()
610 while (sequenceIs(environsubopt, baseline)) in getterminaltype()
614 while (sequenceIs(oenvironsubopt, baseline)) in getterminaltype()
620 while (sequenceIs(ttypesubopt, baseline)) in getterminaltype()
671 settimer(baseline); in _gettermname()
675 while (sequenceIs(ttypesubopt, baseline)) in _gettermname()
H A Dext.h177 baseline, /* time started to do timed action */ member
/freebsd/sys/contrib/device-tree/Bindings/media/
H A Drenesas,jpu.txt4 and decoding function conforming to the JPEG baseline process, so that the JPU
H A Drenesas,jpu.yaml14 and decoding function conforming to the JPEG baseline process, so that the
/freebsd/sys/dev/usb/serial/
H A Duplcom.c816 unsigned baseline, mantissa, exponent; in uplcom_encode_baud_rate_divisor() local
828 baseline = 383385600; in uplcom_encode_baud_rate_divisor()
829 mantissa = baseline / baud; in uplcom_encode_baud_rate_divisor()
850 baud = (baseline / mantissa) >> (exponent << 1); in uplcom_encode_baud_rate_divisor()
/freebsd/contrib/file/magic/Magdir/
H A Dandroid218 # Android ART (baseline) profile + metadata: baseline.prof, baseline.profm
/freebsd/sys/contrib/device-tree/Bindings/mips/img/
H A Dxilfpga.txt10 This binding document is provided as baseline guidance for the example
/freebsd/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/contrib/lua/src/
H A Dldebug.c88 int baseline = getbaseline(f, pc, &basepc); in luaG_getfuncline() local
91 baseline += f->lineinfo[basepc]; /* correct line */ in luaG_getfuncline()
93 return baseline; in luaG_getfuncline()

12