| /freebsd-14.2/tests/sys/sys/ |
| H A D | bitstring_test.c | 881 size_t early = 5, late = nbits - 5; in ATF_TC_BODY() local 926 bit_set(b, late); in ATF_TC_BODY() 928 ATF_CHECK_EQ((ssize_t)late, fs); in ATF_TC_BODY() 930 ATF_CHECK(bit_test(b, late) != 0); in ATF_TC_BODY() 932 bit_clear(b, late); in ATF_TC_BODY() 933 ATF_CHECK_EQ(0, bit_test(b, late)); in ATF_TC_BODY() 936 bit_nset(b, late - 1, late + 1); in ATF_TC_BODY() 940 ATF_CHECK(bit_test(b, late - 1)); in ATF_TC_BODY() 941 ATF_CHECK(bit_test(b, late)); in ATF_TC_BODY() 942 ATF_CHECK(bit_test(b, late + 1)); in ATF_TC_BODY() [all …]
|
| /freebsd-14.2/contrib/bmake/unit-tests/ |
| H A D | var-op-expand.mk | 43 REF= too late 65 REF= too late 95 REF= too late 111 REF3= too late 203 LATER= late-value
|
| H A D | directive-ifmake.mk | 60 .MAKEFLAGS: late-target 61 .ifmake late-target 113 first second unmentioned late-target \!edge:
|
| H A D | deptgt-main.mk | 27 .MAIN: too-late 28 too-late: .PHONY
|
| H A D | depsrc-usebefore-double-colon.mk | 30 @echo double-colon late
|
| H A D | directive-include-guard.mk | 205 INCS+= variable-assign-late 206 LINES.variable-assign-late= \
|
| /freebsd-14.2/sys/cddl/dev/profile/ |
| H A D | profile.c | 232 profile_probe(profile_probe_t *prof, hrtime_t late) in profile_probe() argument 258 dtrace_probe(prof->prof_id, pc, upc, late, 0, 0); in profile_probe() 267 hrtime_t late; in profile_fire() local 269 late = sbt_to_nsec(sbinuptime() - pcpu->profc_expected); in profile_fire() 271 profile_probe(prof, late); in profile_fire()
|
| /freebsd-14.2/sbin/swapon/ |
| H A D | swapon.c | 89 int sflag, lflag, late, hflag; in main() local 92 sflag = lflag = late = hflag = 0; in main() 149 late = 1; in main() 191 late == 0) in main() 195 late != 0) in main()
|
| /freebsd-14.2/sbin/mount/ |
| H A D | mount.c | 218 int all, ch, i, init_flags, late, failok, mntsize, rval, have_fstab, ro; in main() local 222 all = init_flags = late = onlylate = 0; in main() 249 late = 1; in main() 252 late = 1; in main() 318 if (hasopt(fs->fs_mntops, "late") && !late) in main()
|
| /freebsd-14.2/contrib/byacc/package/debian/ |
| H A D | watch | 6 # The version number (2.0) is current since late 2020; before that it was
|
| /freebsd-14.2/contrib/ntp/scripts/rc/ |
| H A D | README | 5 before them as late as possible.
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/watchdog/ |
| H A D | ti,rti-wdt.yaml | 16 time window, meaning either too early or too late. The error signal
|
| /freebsd-14.2/contrib/sendmail/cf/feature/ |
| H A D | bestmx_is_local.m4 | 49 dnl we cannot use _LOCAL_ here since it is defined too late
|
| /freebsd-14.2/crypto/openssl/doc/man3/ |
| H A D | RAND_set_DRBG_type.pod | 40 is made too late.
|
| /freebsd-14.2/stand/ficl/softwords/ |
| H A D | oo.fr | 11 \ 0. Traditional OOP: late binding by default for safety. 133 \ interpreting. If compiling, bind late. 152 \ METHOD makes global words that do method invocations by late binding 157 \ my-instance next ( does whatever next does to my-instance by late binding ) 179 : my=> \ c:( -- ) run: ( -- ??? ) late bind compiled method of current-class 568 \ This method is late bound for safety...
|
| /freebsd-14.2/crypto/openssl/external/perl/Text-Template-1.56/ |
| H A D | README | 52 Text::Template was originally released some time in late 1995 or early
|
| /freebsd-14.2/share/misc/ |
| H A D | bsd-family-tree | 536 1BSD late 1977 559 3BSD late 1979 [QCU] March 1980 [TUHS] 567 4.1cBSD late 1982
|
| /freebsd-14.2/share/examples/sound/oss/ |
| H A D | README | 57 some slack and allow application to be about max_fragments - 1 fragments late.
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVSchedSiFive7.td | 277 // Rotates are in the late-B ALU. 283 // clz[w]/ctz[w] are in the late-B ALU. 293 // orc.b is in the late-B ALU. 296 // rev8 is in the late-A and late-B ALUs. 299 // shNadd[.uw] is on the early-B and late-B ALUs.
|
| /freebsd-14.2/crypto/openssl/test/ |
| H A D | sslapitest.c | 8902 SSL_SESSION *late = NULL; in test_session_timeout() local 8930 || !TEST_ptr(late->prev)) in test_session_timeout() 8946 || !TEST_ptr(late->prev)) in test_session_timeout() 8950 if (!TEST_ptr_eq(late->next, middle) in test_session_timeout() 8953 || !TEST_ptr_eq(middle->prev, late)) in test_session_timeout() 8960 || !TEST_ptr(late->prev)) in test_session_timeout() 8967 || !TEST_ptr(late->prev)) in test_session_timeout() 8974 || !TEST_ptr_null(late->prev)) in test_session_timeout() 8986 || !TEST_ptr(late->prev)) in test_session_timeout() 8993 || !TEST_ptr_null(late->prev)) in test_session_timeout() [all …]
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/net/ |
| H A D | micrel-ksz90x1.txt | 19 before it was corrected in revision 1.2 (Feb 2014), but it is too late to
|
| /freebsd-14.2/contrib/libpcap/doc/ |
| H A D | README.hpux | 32 1. You do need a late "LAN products cumulative patch" (e.g. PHNE_18173
|
| /freebsd-14.2/sbin/pfctl/ |
| H A D | pf.os | 251 # many submissions for this for many late versions of 2.4: 252 T4:64:1:60:M1412,S,T,N,W0: Linux:2.4::Linux 2.4 (late, uncommon)
|
| /freebsd-14.2/contrib/bmake/ |
| H A D | FILES | 133 unit-tests/cond-late.exp 134 unit-tests/cond-late.mk
|
| /freebsd-14.2/usr.bin/bmake/unit-tests/ |
| H A D | Makefile | 86 TESTS+= cond-late
|