/freebsd/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& rhs) = delete; 156 ~future(); 157 future& operator=(const future& rhs) = delete; [all …]
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | future.cppm |
|
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | future.cpp | 9 #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/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/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/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/contrib/llvm-project/clang/include/clang/CodeGen/ |
H A D | ConstantInitFuture.h | 95 static inline void *getAsVoidPointer(T future) { 96 return future.getOpaqueValue();
|
/freebsd/contrib/ntp/adjtimed/ |
H A D | README | 7 future HP-UX releases. Perhaps HP-UX will have a real adjtime(2) 8 system call in the future.
|
/freebsd/contrib/tzdata/ |
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 version [all …]
|
/freebsd/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...] |
/freebsd/sys/contrib/openzfs/module/zstd/ |
H A D | README.md | 17 future. Thus we keep them private to ZSTD. 37 to add future compatibility checks and/or fixes. However, currently it is
|
/freebsd/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.
|
H A D | EVP_set_default_properties.pod | 7 - Set default properties for future algorithm fetches 20 future EVP algorithm fetches, implicit as well as explicit. See
|
H A D | BIO_f_prefix.pod | 30 BIO_set_prefix() sets the prefix to be used for future lines of 35 BIO_set_indent() sets the indentation to be used for future lines of
|
H A D | BIO_s_datagram.pod | 66 calls BIO_read(), any host on the network may cause future datagrams written to 125 modified by future calls to L<BIO_read(3)>, making use of BIO_s_datagram() 192 the receive timeout for the socket for the purposes of future L<BIO_read(3)> 199 network socket in peek mode, meaning that a future call to L<BIO_read(3)> will
|
/freebsd/tools/build/options/ |
H A D | WITH_PROFILE | 3 This option is deprecated and may not be present in a future version of
|
H A D | LIBC_MALLOC | 11 Other implementations are expected in the future in both
|
H A D | WITH_UNIFIED_OBJDIR | 8 This option is transitional and will be removed in a future version of
|
H A D | WITHOUT_UNIFIED_OBJDIR | 11 This option is transitional and will be removed in a future version of
|
/freebsd/sbin/pfctl/tests/files/ |
H A D | pf0052.in | 1 # test setting all optimizations to avoid future keyword clashes
|
/freebsd/share/doc/papers/jail/ |
H A D | Makefile | 4 EXTRA= implementation.ms mgt.ms future.ms jail01.eps
|
/freebsd/contrib/ntp/ |
H A D | readme.y2kfixes | 38 upgrades, and tests within legal future distributions as long as 62 including publishing in future Y2K related release notes, 64 persons... appropriate credit will be given in any future
|
/freebsd/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
|
/freebsd/sys/cddl/boot/zfs/ |
H A D | README | 16 might complicate future imports from Illumos.
|
/freebsd/crypto/openssl/providers/implementations/encode_decode/ |
H A D | build.info | 16 # change in the future.
|