/freebsd-src/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 156 # XXX hack to make updating the baseline easier
|
/freebsd-src/usr.sbin/tzsetup/ |
H A D | Makefile | 15 baseline: ${PROG} ${ZONETAB} 16 ${.OBJDIR}/${PROG} -d ${ZONETAB} > ${.CURDIR}/baseline target 18 .PHONY: baseline
|
/freebsd-src/crypto/openssl/test/ |
H A D | asn1_time_test.c | 27 int cmp_result; /* comparison to baseline result */ 64 …", V_ASN1_GENERALIZEDTIME, V_ASN1_UTCTIME, 1, 946598400, 0, 1, }, /* Match baseline */ 101 /* A baseline time to compare to */ 145 TEST_info("ASN1_TIME_diff(%s) to baseline failed", atime.data); in test_table() 150 TEST_info("ASN1_TIME_diff(%s) to baseline bad comparison", atime.data); in test_table() 155 TEST_info("ASN1_TIME_cmp_time_t(%s) to baseline bad comparison", atime.data); in test_table() 203 …TEST_info("ASN1_TIME_cmp_time_t(%s) after ASN1_TIME_set_string_gnt() to baseline bad comparison", … in test_table() 227 …TEST_info("ASN1_TIME_cmp_time_t(%s) after ASN1_TIME_set_string() to baseline bad comparison", td->… in test_table()
|
/freebsd-src/lib/libc/amd64/string/ |
H A D | strlen.S | 24 ARCHFUNC(strlen, baseline) 91 ARCHENTRY(strlen, baseline) 129 ARCHEND(strlen, baseline)
|
H A D | memrchr.S | 15 ARCHFUNC(memrchr, baseline) 73 ARCHENTRY(memrchr, baseline) 164 ARCHEND(memrchr, baseline)
|
H A D | strcat.S | 23 ARCHFUNC(strcat, baseline) 187 ARCHENTRY(strcat, baseline) 201 ARCHEND(strcat, baseline)
|
H A D | strchrnul.S | 40 ARCHFUNC(__strchrnul, baseline) 121 ARCHENTRY(__strchrnul, baseline) 168 ARCHEND(__strchrnul, baseline)
|
H A D | memchr.S | 39 ARCHFUNC(__memchr, baseline) 117 ARCHENTRY(__memchr, baseline) 205 ARCHEND(__memchr, baseline)
|
H A D | stpcpy.S | 25 ARCHFUNC(__stpcpy, baseline) 132 ARCHENTRY(__stpcpy, baseline) 235 ARCHEND(__stpcpy, 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 | strrchr.S | 40 ARCHFUNC(strrchr, baseline) 144 ARCHENTRY(strrchr, baseline) 208 ARCHEND(strrchr, baseline)
|
H A D | strlcpy.S | 39 ARCHFUNC(__strlcpy, baseline) 67 ARCHENTRY(__strlcpy, baseline) 279 ARCHEND(__strlcpy, baseline)
|
H A D | memccpy.S | 39 ARCHFUNC(__memccpy, baseline) 73 ARCHENTRY(__memccpy, baseline) 258 ARCHEND(__memccpy, baseline)
|
H A D | stpncpy.S | 39 ARCHFUNC(__stpncpy, baseline) 92 ARCHENTRY(__stpncpy, baseline) 281 ARCHEND(__stpncpy, baseline)
|
H A D | strcmp.S | 27 ARCHFUNC(strcmp, baseline) 93 ARCHENTRY(strcmp, baseline) 357 ARCHEND(strcmp, baseline)
|
/freebsd-src/share/zoneinfo/ |
H A D | Makefile | 31 # If there are changes to zone1970.tab, update the baseline file by running 32 # `make baseline` in usr.sbin/tzsetup to check if tzsetup is able to parse new 35 # and commit the updated baseline file.
|
/freebsd-src/share/man/man9/ |
H A D | crypto_session.9 | 94 Accelerated software drivers are preferred over the baseline software driver. 109 returns a structure describing the baseline software implementation of an 120 returns a structure describing the baseline software implementation of an
|
/freebsd-src/usr.bin/patch/ |
H A D | inp.c | 390 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-src/share/doc/usd/21.troff/ |
H A D | m3 | 349 lowest extent of \fIstring\fR relative to the baseline; 399 pile is centered 1\(sl2\|em above the current baseline 412 If \fIc\fR is not specified, the \fB\(ru\fR (baseline rule) is used 420 baseline-rule\ \fB\(ru\fR\|, 484 the instantaneous baseline is at the \fIend\fR of the line.
|
/freebsd-src/sys/contrib/zstd/doc/ |
H A D | zstd_compression_format.md | 681 which specifies `Baseline` and `Number_of_Bits` to add. 689 The literals length is equal to the decoded `Baseline` plus 700 | `Baseline` | 16 | 18 | 20 | 22 | 24 | 28 | 32 | 40 | 705 | `Baseline` | 48 | 64 | 128 | 256 | 512 | 1024 | 2048 | 4096 | 710 | `Baseline` | 8192 |16384 |32768 |65536 | 718 The match length is equal to the decoded `Baseline` plus 729 | `Baseline` | 35 | 37 | 39 | 41 | 43 | 47 | 51 | 59 | 734 | `Baseline` | 67 | 83 | 99 | 131 | 259 | 515 | 1027 | 2051 | 739 | `Baseline` | 4099 | 8195 |16387 |32771 |65539 | 814 The code then defines the `Baseline` and `Number_of_Bits` to read for each type. [all …]
|
/freebsd-src/share/man/man7/ |
H A D | simd.7 | 98 .Sy 1 Ns :\ amd64 baseline, 141 .It Cm baseline
|
/freebsd-src/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()
|
/freebsd-src/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-src/contrib/tcpdump/ |
H A D | print-http.c | 63 "BASELINE-CONTROL",
|
/freebsd-src/contrib/llvm-project/libcxx/src/ |
H A D | atomic.cpp | 46 // Baseline needs no new headers 106 // Baseline is just a timed backoff
|