Home
last modified time | relevance | path

Searched full:future (Results 1 – 25 of 2133) sorted by relevance

12345678910>>...86

/freebsd/sys/crypto/openssl/aarch64/
H A Dsha1-armv8.S50 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/contrib/llvm-project/libcxx/include/
H A Dfuture14 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& rhs) = delete;
156 ~future();
157 future& operator=(const future& rhs) = delete;
[all …]
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dfuture.cppm
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DConstantInitFuture.h1 //===- 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/contrib/llvm-project/libcxx/src/
H A Dfuture.cpp9 #include <future>
20 const char* __future_error_category::name() const noexcept { return "future"; }
33 return string("The future has already been retrieved from "
127 future<void>::future(__assoc_sub_state* __state) : __state_(__state) { __state_->__attach_future(); } in __make_ready()
129 future<void>::~future() { in __make_ready()
134 void future<void>::get() { in copy()
153 future<void> promise<void>::get_future() { in __sub_wait()
156 return future<voi in __sub_wait()
170 future<void>::future(__assoc_sub_state* __state) future() function in future
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DThreadPool.h22 #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
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(); in asyncImpl() local
114 asyncEnqueue([Future]() { Future.wait(); }, Group); in asyncImpl()
115 return Future; in asyncImpl()
163 /// Asynchronous submission of a task to the pool. The returned future can be
243 /// Asynchronous submission of a task to the pool. The returned future can be
H A DMSVCErrorWorkarounds.h1 //===--- 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/contrib/tzdata/
H A DNEWS8 Changes to future timestamps
35 Changes to future timestamps
176 with Asia/Tashkent for future timestamps, due to Kazakhstan's
234 Changes to future timestamps
303 Changes to future timestamps
315 Changes to past and future timestamps
400 Changes to past and future timestamps
408 Changes to future timestamps
426 Changes to future timestamps
434 Adjust predictions for future years accordingly. This affects
[all …]
/freebsd/contrib/bzip2/
H A Dunzcrash.c56 ,"???" /* for future */
57 ,"???" /* for future */
58 ,"???" /* for future */
59 ,"???" /* for future */
60 ,"???" /* for future */
61 ,"???" /* for future */
/freebsd/contrib/tzcode/
H A DNEWS73 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 Dtzfile.537 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/contrib/diff/
H A DAUTHORS85 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/sys/contrib/openzfs/module/icp/asm-arm/sha2/
H A Dsha256-armv7.S134 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/sys/crypto/openssl/arm/
H A Dsha256-armv4.S179 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/lib/libsys/
H A Dposix_fadvise.273 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.
H A Dprocctl.2251 mark all future child processes of each selected process as protected.
252 Future child processes will also mark all of their future child processes.
255 Enable orphaned process reaping for future children of the current process.
264 the current process becomes the reaper process for future children and their
652 Enable stack gaps for the new address space constructed by any future
697 in the specified process and its future descendants.
728 permissions in the specified process' current and future address spaces.
730 In a new address space created by a future call to
791 only for new address spaces constructed by a future
/freebsd/contrib/pjdfstest/tests/utimensat/
H A D01.t26 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/crypto/openssl/crypto/sha/asm/
H A Dsha1-armv8.pl78 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/share/man/man4/
H A Droute.4206 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/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesReader.cpp789 // 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 readContextBlock()
1005 // Unknown record, possibly for use by a future version of the in readContextBlock()
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 version of the in readObjCMethodBlock()
[all …]
/freebsd/sys/netgraph/bluetooth/include/
H A Dng_hci.h88 /* 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/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DLinuxPTraceDefines_arm64sve.h18 * 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/crypto/openssl/doc/man3/
H A DCT_POLICY_EVAL_CTX_new.pod97 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/contrib/libfido2/src/
H A Dwebauthn.h141 // Version of this structure, to allow for modifications in the future.
165 // Version of this structure, to allow for modifications in the future.
197 // Version of this structure, to allow for modifications in the future.
233 // Version of this structure, to allow for modifications in the future.
257 // Version of this structure, to allow for modifications in the future.
293 // Version of this structure, to allow for modifications in the future.
370 // Version of this structure, to allow for modifications in the future.
407 // Version of this structure, to allow for modifications in the future.
608 // Version of this structure, to allow for modifications in the future.
633 // Reserved for future Us
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchSubtarget.cpp60 // 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()

12345678910>>...86