| /freebsd/tests/sys/sys/ |
| H A D | bitstring_test.c | 879 size_t early = 5, late = nbits - 5; in ATF_TC_BODY() local 925 bit_set(b, late); in ATF_TC_BODY() 927 ATF_CHECK_EQ((ssize_t)late, fs); in ATF_TC_BODY() 928 ATF_CHECK_EQ(0, bit_test(b, late - 1)); in ATF_TC_BODY() 929 ATF_CHECK(bit_test(b, late) != 0); in ATF_TC_BODY() 930 ATF_CHECK_EQ(0, bit_test(b, late + 1)); in ATF_TC_BODY() 931 bit_clear(b, late); in ATF_TC_BODY() 932 ATF_CHECK_EQ(0, bit_test(b, late)); in ATF_TC_BODY() 935 bit_nset(b, late - 1, late + 1); in ATF_TC_BODY() 937 ATF_CHECK_EQ((ssize_t)late - 1, fs); in ATF_TC_BODY() [all …]
|
| /freebsd/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 | 256 CASES+= variable-assign-late 257 LINES.variable-assign-late= \
|
| /freebsd/sys/cddl/dev/profile/ |
| H A D | profile.c | 230 profile_probe(profile_probe_t *prof, hrtime_t late) in profile_probe() argument 256 dtrace_probe(prof->prof_id, pc, upc, late, 0, 0); in profile_probe() 265 hrtime_t late; in profile_fire() local 267 late = sbt_to_nsec(sbinuptime() - pcpu->profc_expected); in profile_fire() 269 profile_probe(prof, late); in profile_fire()
|
| /freebsd/sbin/mount/ |
| H A D | mount.c | 209 int all, ch, i, init_flags, late, failok, mntsize, rval, have_fstab, ro; in main() local 213 all = init_flags = late = onlylate = 0; in main() 240 late = 1; in main() 243 late = 1; in main() 309 if (hasopt(fs->fs_mntops, "late") && !late) in main()
|
| /freebsd/sbin/swapon/ |
| H A D | swapon.c | 78 int sflag, lflag, late, hflag; in main() local 81 sflag = lflag = late = hflag = 0; in main() 138 late = 1; in main() 180 late == 0) in main() 184 late != 0) in main()
|
| /freebsd/contrib/ntp/scripts/rc/ |
| H A D | README | 5 before them as late as possible.
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | SSL_CTX_set_session_id_context.pod | 63 in the callback then this will be too late for the current handshake and the 66 occur as late as in the callback set via the L<SSL_CTX_set_client_hello_cb(3)>
|
| H A D | RAND_set_DRBG_type.pod | 40 is made too late.
|
| H A D | SSL_CTX_set_tlsext_servername_callback.pod | 32 is NULL, SNI is not used. Note that this callback occurs late in the processing 35 as L<SSL_set_session_id_context(3)> since it is too late to affect the session
|
| H A D | EVP_PKEY_verify.pod | 133 Other algorithms allow the signature to be specified late.
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUPassRegistry.def | 53 FUNCTION_PASS("amdgpu-late-codegenprepare", 128 MACHINE_FUNCTION_PASS("si-late-branch-lowering", SILateBranchLoweringPass())
|
| /freebsd/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/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/crypto/openssl/doc/designs/quic-design/ |
| H A D | demuxer.md | 43 buffered for short period of time (as Initial packet might arrive late)
|
| /freebsd/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/share/misc/ |
| H A D | bsd-family-tree | 561 1BSD late 1977 584 3BSD late 1979 [QCU] March 1980 [TUHS] 592 4.1cBSD late 1982
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVSchedSiFive7.td | 315 // Rotates are in the late-B ALU. 321 // clz[w]/ctz[w] are in the late-B ALU. 331 // orc.b is in the late-B ALU. 334 // min/max are in the late-B ALU 337 // rev8 is in the late-A and late-B ALUs. 340 // shNadd[.uw] is on the early-B and late-B ALUs.
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Attr.td | 644 // Enumeration specifying what kind of behavior should be used for late 650 // Never late parsed 653 // Standard late attribute parsing 657 // * For C++ enables late parsing of a declaration attributes 658 // * For C does not enable late parsing of attributes 662 // Experimental extension to standard late attribute parsing 665 // late parsing attributes in more contexts. 667 // In contexts where `LateAttrParseStandard` attributes are late 669 // be late parsed. 671 // In contexts that only late parse `LateAttrParseExperimentalExt` attributes [all …]
|
| /freebsd/crypto/openssl/test/ |
| H A D | sslapitest.c | 9924 SSL_SESSION *late = NULL; in test_session_timeout() local 9933 || !TEST_ptr(late = SSL_SESSION_new())) in test_session_timeout() 9941 late->session_id_length = SSL3_SSL_SESSION_ID_LENGTH; in test_session_timeout() 9942 memset(late->session_id, 3, SSL3_SSL_SESSION_ID_LENGTH); in test_session_timeout() 9946 || !TEST_int_eq(SSL_CTX_add_session(ctx, late), 1)) in test_session_timeout() 9952 || !TEST_ptr(late->prev)) in test_session_timeout() 9957 || !TEST_time_t_ne(SSL_SESSION_set_time_ex(late, now + 10), 0)) in test_session_timeout() 9962 || !TEST_int_ne(SSL_SESSION_set_timeout(late, TIMEOUT), 0)) in test_session_timeout() 9968 || !TEST_ptr(late->prev)) in test_session_timeout() 9972 if (!TEST_ptr_eq(late->next, middle) in test_session_timeout() [all …]
|
| /freebsd/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/contrib/libpcap/doc/ |
| H A D | README.hpux | 32 1. You do need a late "LAN products cumulative patch" (e.g. PHNE_18173
|