/freebsd/contrib/atf/atf-c++/ |
H A D | macros_hpp_test.cpp | 43 // does not have braces. Earlier versions of it generated an error in atf_require_inside_if() 56 // that does not have braces. Earlier versions of it generated an in atf_require_eq_inside_if() 69 // Earlier versions generated a warning because the macro's code also in atf_require_throw_runtime_error() 79 // that does not have braces. Earlier versions of it generated an in atf_require_throw_inside_if()
|
/freebsd/contrib/libpcap/ |
H A D | pcap_dump_open.3pcap.in | 63 is a capture or ``savefile'' handle returned by an earlier call to 65 and activated by an earlier call to 67 or returned by an earlier call to
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | ktime.h | 125 ktime_us_delta(ktime_t later, ktime_t earlier) in ktime_us_delta() argument 127 ktime_t diff = ktime_sub(later, earlier); in ktime_us_delta() 133 ktime_ms_delta(ktime_t later, ktime_t earlier) in ktime_ms_delta() argument 135 ktime_t diff = ktime_sub(later, earlier); in ktime_ms_delta()
|
/freebsd/share/doc/psd/05.sysman/ |
H A D | 1.4.t | 59 Earlier versions of UNIX contained only a 1-second resolution version 117 The \fIalarm\fP system call of earlier versions of UNIX is provided 119 profiling facilities of earlier versions of UNIX
|
/freebsd/contrib/libpcap/pcap/ |
H A D | pcap-inttypes.h | 54 * Earlier VS; we have to define this stuff ourselves. 55 * We don't support building libpcap with earlier versions of VS, 57 * earlier versions of VS, so we work around this by defining
|
/freebsd/lib/libsys/ |
H A D | getlogin.2 | 187 was changed from earlier versions of 192 In earlier versions of the system, 198 In earlier versions of the system, the value returned by
|
H A D | adjtime.2 | 61 A time correction from an earlier call to 71 from the earlier call.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
H A D | LeonPasses.cpp | 29 // some earlier versions of the LEON processor line. NOP instructions must 111 // exist for some earlier versions of the LEON processor line. Five NOP 119 // FSQRTS and FDIVS are converted to FDIVD and FSQRTD respectively earlier in 144 // already have been converted to FSQRTD or FDIVD earlier in the in runOnMachineFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | EarlyCSE.cpp | 964 bool overridingStores(const ParseMemoryInst &Earlier, 1003 bool isNonTargetIntrinsicMatch(const IntrinsicInst *Earlier, in isNonTargetIntrinsicMatch() argument 1054 if (PtrOp(Earlier) != PtrOp(Later)) in isNonTargetIntrinsicMatch() 1057 Intrinsic::ID IDE = Earlier->getIntrinsicID(); in isNonTargetIntrinsicMatch() 1062 // Trying to replace later masked load with the earlier one. in isNonTargetIntrinsicMatch() 1067 if (MaskOp(Earlier) == MaskOp(Later) && ThruOp(Earlier) == ThruOp(Later)) in isNonTargetIntrinsicMatch() 1071 return IsSubmask(MaskOp(Later), MaskOp(Earlier)); in isNonTargetIntrinsicMatch() 1078 if (!IsSubmask(MaskOp(Later), MaskOp(Earlier))) in isNonTargetIntrinsicMatch() 1086 return IsSubmask(MaskOp(Later), MaskOp(Earlier)); in isNonTargetIntrinsicMatch() 1089 // Trying to remove a dead store (earlier). in isNonTargetIntrinsicMatch() [all …]
|
/freebsd/contrib/elftoolchain/libelf/ |
H A D | elf_begin.3 | 116 archive opened earlier with 124 should match that used to open the archive earlier. 130 archive opened earlier with
|
/freebsd/contrib/less/ |
H A D | lesskey.nro | 375 It can append only to a variable defined earlier in the file; 387 an earlier lesskey file, or an earlier definition in the current lesskey file. 416 which support it. The line would be ignored by versions earlier than 777.
|
/freebsd/contrib/tcpdump/ |
H A D | funcattrs.h | 61 * and later (do any earlier versions of XL C support this?), or HP aCC 117 * and later (do any earlier versions of XL C support this?), 125 * XL C 16.1 (and possibly some earlier versions, but not 12.1 or 13.1) has
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_check_chain.pod | 76 TLS 1.3 and DTLS 1.2 the results for earlier versions of TLS and DTLS may not 78 for earlier versions of TLS or DTLS.
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/ |
H A D | tst.noreapring.ksh | 108 # defunct: the active ring buffer in the earlier enabling prevents reaping of 109 # any of the earlier enabling's ECBs.
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
H A D | AArch64TargetParser.h | 89 // feature which was added to the architecture after Earlier, and expands the 90 // functionality provided by it. If Later is enabled, then Earlier will also be 91 // enabled. If Earlier is disabled, then Later will also be disabled. 93 ArchExtKind Earlier; member
|
/freebsd/contrib/tzdata/ |
H A D | etcetera | 26 # Rearguard section, for TZUpdater 2.3.2 and earlier. 45 # Earlier incarnations of this package were not POSIX-compliant,
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-format-options.pod | 121 with earlier releases: 131 Earlier versions were known as CMS and are compatible.
|
/freebsd/share/man/man9/ |
H A D | bus_alloc_resource.9 | 59 rare cases) never earlier. 117 You must not depend on the value you gave it earlier.
|
/freebsd/contrib/atf/atf-c/ |
H A D | macros_h_test.c | 37 * does not have braces. Earlier versions of it generated an error in atf_require_inside_if() 50 * that does not have braces. Earlier versions of it generated an in atf_require_equal_inside_if()
|
/freebsd/share/man/man4/ |
H A D | aibs.4 | 179 An earlier version of the driver, 201 An earlier version of the driver, named
|
H A D | wlan.4 | 166 Be aware that this specification is incompatible with earlier drafts. 167 Stations implementing earlier drafts (e.g., Linux) may be incompatible.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64MachObjectWriter.cpp | 263 "'. Must have non-local symbol earlier in section."); in recordRelocation() 270 "'. Must have non-local symbol earlier in section."); in recordRelocation() 312 "'. Must have non-local symbol earlier in section."); in recordRelocation() 349 "'. Must have non-local symbol earlier in section."); in recordRelocation()
|
/freebsd/usr.sbin/rpc.lockd/ |
H A D | lock_proc.c | 704 * Purpose: Accept result from earlier nlm_test_msg() call 719 * Purpose: Accept result from earlier nlm_lock_msg() call 735 * Purpose: Accept result from earlier nlm_cancel_msg() call 748 * Purpose: Accept result from earlier nlm_unlock_msg() call 764 * Purpose: Accept result from earlier nlm_granted_msg() call 1154 * Purpose: Accept result from earlier nlm_test_msg() call 1171 * Purpose: Accept result from earlier nlm_lock_msg() call 1187 * Purpose: Accept result from earlier nlm_cancel_msg() call 1200 * Purpose: Accept result from earlier nlm_unlock_msg() call 1213 * Purpose: Accept result from earlier nlm_granted_msg() call
|
/freebsd/contrib/lyaml/ |
H A D | AUTHORS | 4 There is an earlier C LibYAML binding
|
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_compat_lzma.c | 147 * Not supported in libarchive 2.7.* and earlier */ in DEFINE_TEST() 152 * Not supported in libarchive 2.7.* and earlier */ in DEFINE_TEST()
|