/freebsd-src/sys/crypto/openssl/aarch64/ |
H A D | sha1-armv8.S | 50 add w23,w23,w28 // future e+=K 54 add w23,w23,w4 // future e+=X[i] 64 add w22,w22,w28 // future e+=K 68 add w22,w22,w5 // future e+=X[i] 75 add w21,w21,w28 // future e+=K 79 add w21,w21,w6 // future e+=X[i] 89 add w20,w20,w28 // future e+=K 93 add w20,w20,w7 // future e+=X[i] 100 add w24,w24,w28 // future e+=K 104 add w24,w24,w8 // future e+=X[i] [all …]
|
/freebsd-src/contrib/llvm-project/libcxx/include/ |
H A D | future | 14 future synopsis 75 future<R> get_future(); 105 future<R&> get_future(); 133 future<void> get_future(); 150 class future 153 future() noexcept; 154 future(future&&) noexcept; 155 future(const future [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | ThreadPool.h | 22 #include <future> 47 /// left to run on (this includes waiting on the returned future). It should be 75 /// Asynchronous submission of a task to the pool. The returned future can be in async() 92 /// Asynchronous submission of a task to the pool. The returned future can be 108 /// Asynchronous submission of a task to the pool. The returned future can be 113 auto Future = std::async(std::launch::deferred, std::move(Task)).share(); 114 asyncEnqueue([Future]() { Future.wait(); }, Group); 115 return Future; 163 /// Asynchronous submission of a task to the pool. The returned future ca in asyncImpl() [all...] |
H A D | MSVCErrorWorkarounds.h | 1 //===--- MSVCErrorWorkarounds.h - Enable future<Error> in MSVC --*- C++ -*-===// 9 // MSVC's promise/future implementation requires types to be default 26 // std::future implementation which requires default constructible types. 42 // std::future implementation, which requires default constructible types.
|
/freebsd-src/contrib/llvm-project/clang/include/clang/CodeGen/ |
H A D | ConstantInitFuture.h | 1 //===- ConstantInitFuture.h - "Future" constant initializers ----*- C++ -*-===// 13 // a future in, say, a default argument. 45 /// A "future" for a completed constant initializer, which can be passed 58 /// A future can be explicitly created from a fixed initializer. 60 assert(initializer && "creating null future"); 63 /// Is this future non-null? 95 static inline void *getAsVoidPointer(T future) { 96 return future.getOpaqueValue();
|
/freebsd-src/contrib/llvm-project/libcxx/src/ |
H A D | future.cpp | 9 #include <future> 20 const char* __future_error_category::name() const noexcept { return "future"; } in name() 33 return string("The future has already been retrieved from " in message() 127 future<void>::future(__assoc_sub_state* __state) : __state_(__state) { __state_->__attach_future();… in future() function in future 129 future<void>::~future() { in ~future() 134 void future<void>::get() { in get() 153 future<void> promise<void>::get_future() { in get_future() 156 return future<void>(__state_); in get_future()
|
/freebsd-src/contrib/llvm-project/libcxx/modules/std/ |
H A D | future.inc | 33 // [futures.future.error], class future_error 43 // [futures.unique.future], class template future 44 using std::future; 46 // [futures.shared.future], class template shared_future
|
/freebsd-src/contrib/bzip2/ |
H A D | unzcrash.c | 56 ,"???" /* for future */ 57 ,"???" /* for future */ 58 ,"???" /* for future */ 59 ,"???" /* for future */ 60 ,"???" /* for future */ 61 ,"???" /* for future */
|
/freebsd-src/contrib/diff/ |
H A D | AUTHORS | 85 Assigns wdiff and future changes submitted to the FSF. 94 Assigns past and future changes. 98 Assigns past and future changes to manual. 102 Assigns past and future works (work for hire by Tim Pierce (diffutils) and 107 Assigns web pages describing GNU Diffutils and future changes.
|
/freebsd-src/contrib/tzcode/ |
H A D | NEWS | 73 with Asia/Tashkent for future timestamps, due to Kazakhstan's 131 Changes to future timestamps 200 Changes to future timestamps 212 Changes to past and future timestamps 297 Changes to past and future timestamps 305 Changes to future timestamps 323 Changes to future timestamps 331 Adjust predictions for future years accordingly. This affects 336 Make guesses for future Ramadans too. 377 are transitional aids planned to be removed in a future versio [all...] |
H A D | tzfile.5 | 37 Fifteen bytes containing zeros reserved for future use. 235 timestamps after this expiration are unreliable in that future 239 Future changes to the format may append more data. 310 files generated by future TZif writers, and 312 to help any future specification authors see what sort of 343 than necessary, so that only far-future timestamps are 368 Some readers ignore the footer, and instead predict future 375 Although this approach often works for current and future timestamps,
|
/freebsd-src/contrib/tzdata/ |
H A D | NEWS | 10 Changes to future timestamps 151 with Asia/Tashkent for future timestamps, due to Kazakhstan's 209 Changes to future timestamps 278 Changes to future timestamps 290 Changes to past and future timestamps 375 Changes to past and future timestamps 383 Changes to future timestamps 401 Changes to future timestamps 409 Adjust predictions for future years accordingly. This affects 414 Make guesses for future Ramadan [all...] |
/freebsd-src/lib/libsys/ |
H A D | posix_fadvise.2 | 73 Tells the system that the specified data will be accessed in the near future. 78 future. 80 specified range and future access to this data may require a read operation. 86 Future access to this data may require a read operation.
|
/freebsd-src/contrib/pjdfstest/tests/utimensat/ |
H A D | 01.t | 26 sleep 1 # Ensure that future timestamps will be different than this one 38 echo "not ok 4 new mtime is implausibly far in the future" 47 echo "not ok 5 new atime is implausibly far in the future"
|
/freebsd-src/sys/contrib/openzfs/module/icp/asm-arm/sha2/ |
H A D | sha256-armv7.S | 134 ldr r2,[sp,#2*4] @ from future BODY_16_xx 136 ldr r1,[sp,#15*4] @ from future BODY_16_xx 192 ldr r2,[sp,#3*4] @ from future BODY_16_xx 194 ldr r1,[sp,#0*4] @ from future BODY_16_xx 250 ldr r2,[sp,#4*4] @ from future BODY_16_xx 252 ldr r1,[sp,#1*4] @ from future BODY_16_xx 308 ldr r2,[sp,#5*4] @ from future BODY_16_xx 310 ldr r1,[sp,#2*4] @ from future BODY_16_xx 366 ldr r2,[sp,#6*4] @ from future BODY_16_xx 368 ldr r1,[sp,#3*4] @ from future BODY_16_xx [all …]
|
/freebsd-src/sys/crypto/openssl/arm/ |
H A D | sha256-armv4.S | 179 ldr r2,[sp,#2*4] @ from future BODY_16_xx 181 ldr r1,[sp,#15*4] @ from future BODY_16_xx 237 ldr r2,[sp,#3*4] @ from future BODY_16_xx 239 ldr r1,[sp,#0*4] @ from future BODY_16_xx 295 ldr r2,[sp,#4*4] @ from future BODY_16_xx 297 ldr r1,[sp,#1*4] @ from future BODY_16_xx 353 ldr r2,[sp,#5*4] @ from future BODY_16_xx 355 ldr r1,[sp,#2*4] @ from future BODY_16_xx 411 ldr r2,[sp,#6*4] @ from future BODY_16_xx 413 ldr r1,[sp,#3*4] @ from future BODY_16_xx [all …]
|
/freebsd-src/crypto/openssl/crypto/sha/asm/ |
H A D | sha1-armv8.pl | 78 add $d,$d,$K // future e+=K 82 add $d,$d,@Xw[($i+1)&15] // future e+=X[i] 95 add $d,$d,$K // future e+=K 100 add $d,$d,@Xw[($i+1)&15] // future e+=X[i] 120 add $d,$d,$K // future e+=K 126 add $d,$d,@Xw[($i+1)&15] // future e+=X[i] 144 add $d,$d,$K // future e+=K 150 add $d,$d,@Xw[($i+1)&15] // future e+=X[i] 158 add $d,$d,$K // future e+=K 162 add $d,$d,@Xw[($i+1)&15] // future e+=X[i]
|
/freebsd-src/share/man/man4/ |
H A D | route.4 | 206 u_char rtm_version; /* future binary compatibility */ 221 u_char ifm_version; /* future binary compatibility */ 231 u_char ifam_version; /* future binary compatibility */ 241 u_char ifmam_version; /* future binary compatibility */ 250 u_char ifan_version; /* future binary compatibility */
|
/freebsd-src/contrib/llvm-project/clang/lib/Headers/llvm_libc_wrappers/ |
H A D | stdio.h | 17 // to produce special definitions. Future includes of stdio.h when those 34 // the current file and don't guard against future includes. 38 // prevent the above include_next from having any effect in the future.
|
/freebsd-src/crypto/openssl/doc/man3/ |
H A D | CT_POLICY_EVAL_CTX_new.pod | 97 issued in the future. RFC6962 states that "TLS clients MUST reject SCTs whose 98 timestamp is in the future". By default, this will be set to 5 minutes in the 99 future (e.g. (time() + 300) * 1000), to allow for clock drift.
|
/freebsd-src/contrib/llvm-project/clang/lib/APINotes/ |
H A D | APINotesReader.cpp | 789 // Unknown metadata sub-block, possibly for use by a future version of the in readControlBlock() 839 // Unknown metadata record, possibly for use by a future version of the in readControlBlock() 874 // Unknown sub-block, possibly for use by a future version of the in readIdentifierBlock() 915 // Unknown record, possibly for use by a future version of the in readIdentifierBlock() 950 // Unknown sub-block, possibly for use by a future version of the in readObjCContextBlock() 1005 // Unknown record, possibly for use by a future version of the in readObjCContextBlock() 1040 // Unknown sub-block, possibly for use by a future version of the in readObjCPropertyBlock() 1082 // Unknown record, possibly for use by a future version of the in readObjCPropertyBlock() 1116 // Unknown sub-block, possibly for use by a future version of the in readObjCMethodBlock() 1157 // Unknown record, possibly for use by a future versio in readObjCMethodBlock() [all...] |
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | LinuxPTraceDefines_arm64sve.h | 18 * The SVE architecture leaves space for future expansion of the 101 * Additional data might be appended in the future. 187 * future: use PTraceFPSIMDSize(vq, flags) to compute the total size. 219 * Additional data might be appended in the future. 275 * Any future extension appended after FPCR must be aligned to the next
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchSubtarget.cpp | 60 // this in the future so we can specify it together with the subtarget in initializeProperties() 73 // * future general-purpose LoongArch cores are likely to have issue widths in initializeProperties() 75 // * instruction sequences best for LA464 should not pessimize other future in initializeProperties()
|
/freebsd-src/sys/netgraph/bluetooth/include/ |
H A D | ng_hci.h | 88 /* 0x02 - 0xFF - reserved for future use */ 125 /* 0x02 - 0xFF - reserved for future use */ 128 /* 0x0001 - 0x0004 - reserved for future use */ 134 /* 0x0100 - 0x0200 - reserved for future use */ 137 /* 0x1000 - 0x2000 - reserved for future use */ 153 /* 0x04 - 0xFF - reserved for future use */ 160 /* 0x04 - 0xFF - reserved for future use */ 166 /* 0x03 - 0xFF - reserved for future use */ 172 /* 0x03 - 0xFF - reserved for future use */ 179 /* 0x04 - 0xFF - reserved for future us [all...] |
/freebsd-src/crypto/openssl/doc/internal/man7/ |
H A D | deprecation.pod | 52 future, but needs to remain available until that time. 68 In the future, when the deprecated declaration is to actually be removed 93 For a deprecated function that we plan to remove in the future, for example
|