| /freebsd/usr.bin/mkimg/tests/ |
| H A D | mkimg_test.sh | 72 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/sys/contrib/openzfs/tests/zfs-tests/tests/functional/zstream/test-stream-creation-scripts/ |
| H A D | make-all-records-streams.sh | 39 zfs snapshot -r test/source@baseline 40 zfs clone test/source@baseline test/redacted 60 zfs redact test/source@baseline redaction-bookmark test/redacted@clean 61 zfs send -ce --redact redaction-bookmark test/source@baseline \ 63 zfs send -Rcew -i test/source@baseline test/redacted@clean \
|
| /freebsd/usr.sbin/tzsetup/ |
| H A D | Makefile | 15 baseline: ${PROG} ${ZONETAB} target 16 ${.OBJDIR}/${PROG} -d ${ZONETAB} > ${.CURDIR}/baseline 18 .PHONY: baseline
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/l2arc/ |
| H A D | l2arc_dwpd_ratelimit_pos.ksh | 107 baseline=$(kstat arcstats.l2_write_bytes) 108 log_note "Baseline for DWPD=$dwpd: ${baseline}" 120 results[$dwpd]=$((end - baseline))
|
| /freebsd/usr.bin/patch/ |
| H A D | inp.c | 390 LINENUM baseline = line - offline; in ifetch() 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() 395 LINENUM baseline = line - offline; ifetch() local
|
| /freebsd/lib/libc/amd64/string/ |
| H A D | strcat.S | 23 ARCHFUNC(strcat, baseline) 187 ARCHENTRY(strcat, baseline) 201 ARCHEND(strcat, baseline)
|
| H A D | strlen.S | 24 ARCHFUNC(strlen, baseline) 91 ARCHENTRY(strlen, baseline)
|
| H A D | memrchr.S | 15 ARCHFUNC(memrchr, baseline) 69 ARCHENTRY(memrchr, baseline) 156 ARCHEND(memrchr, baseline)
|
| H A D | strchrnul.S | 40 ARCHFUNC(__strchrnul, baseline) 121 ARCHENTRY(__strchrnul, baseline) 168 ARCHEND(__strchrnul, baseline)
|
| H A D | timingsafe_bcmp.S | 37 ARCHFUNC(timingsafe_bcmp, baseline) 123 ARCHENTRY(timingsafe_bcmp, baseline) 230 ARCHEND(timingsafe_bcmp, baseline)
|
| H A D | memchr.S | 39 ARCHFUNC(__memchr, baseline) 117 ARCHENTRY(__memchr, baseline) 205 ARCHEND(__memchr, baseline)
|
| H A D | strrchr.S | 41 ARCHFUNC(strrchr, baseline) 118 ARCHENTRY(strrchr, baseline) 182 ARCHEND(strrchr, baseline)
|
| H A D | stpcpy.S | 25 ARCHFUNC(__stpcpy, baseline) 132 ARCHENTRY(__stpcpy, baseline)
|
| H A D | stpncpy.S | 39 ARCHFUNC(__stpncpy, baseline) 92 ARCHENTRY(__stpncpy, baseline) 281 ARCHEND(__stpncpy, baseline)
|
| H A D | strlcpy.S | 39 ARCHFUNC(__strlcpy, baseline) 67 ARCHENTRY(__strlcpy, baseline) 279 ARCHEND(__strlcpy, baseline)
|
| H A D | memcmp.S | 51 ARCHFUNC(memcmp, baseline) 247 ARCHENTRY(memcmp, baseline) 418 ARCHEND(memcmp, baseline)
|
| H A D | strcmp.S | 27 ARCHFUNC(strcmp, baseline) 93 ARCHENTRY(strcmp, baseline) 357 ARCHEND(strcmp, baseline)
|
| /freebsd/crypto/heimdal/appl/telnet/telnetd/ |
| H A D | telnetd.c | 516 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 D | ext.h | 177 baseline, /* time started to do timed action */ member
|
| /freebsd/sys/contrib/device-tree/Bindings/media/ |
| H A D | renesas,jpu.txt | 4 and decoding function conforming to the JPEG baseline process, so that the JPU
|
| /freebsd/sys/dev/usb/serial/ |
| H A D | uplcom.c | 815 unsigned baseline, mantissa, exponent; in uplcom_encode_baud_rate_divisor() local 827 baseline = 383385600; in uplcom_encode_baud_rate_divisor() 828 mantissa = baseline / baud; in uplcom_encode_baud_rate_divisor() 849 baud = (baseline / mantissa) >> (exponent << 1); in uplcom_encode_baud_rate_divisor()
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | android | 225 # Android ART (baseline) profile + metadata: baseline.prof, baseline.profm
|
| /freebsd/contrib/lyaml/doc/ |
| H A D | ldoc.css | 48 vertical-align: baseline; 51 vertical-align: baseline;
|
| /freebsd/sys/contrib/device-tree/Bindings/mips/img/ |
| H A D | xilfpga.txt | 10 This binding document is provided as baseline guidance for the example
|
| /freebsd/contrib/sendmail/src/ |
| H A D | util.c | 1847 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);
|