Home
last modified time | relevance | path

Searched refs:Future (Results 1 – 25 of 54) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DThreadPool.h113 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()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrFuture.td1 //===-- PPCInstrFuture.td - Future Instruction Set --------*- tablegen -*-===//
10 // This file describes the instructions introduced for the Future CPU.
H A DPPCInstrFutureMMA.td1 //===-- PPCInstrFutureMMA.td - Future Instruction Set ------*- tablegen -*-===//
10 // This file describes the instructions introduced for the Future CPU for MMA.
H A DPPC.td277 "Enable instructions for Future ISA.",
483 // Future
494 // Note: Future features to add when support is extended to more
H A DPPCInstrMMA.td546 // For Future and up XXMFACCW and XXMTACCW will not have patterns.
547 // On Future CPU the wacc registers no longer overlap with the vsr registers
550 // On top of that Future CPU has a more convenient way to move between vsrs
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyOps.def16 TIL_OPCODE_DEF(Future)
H A DThreadSafetyTIL.h435 class Future : public SExpr {
443 Future() : SExpr(COP_Future) {} in Future() function
444 virtual ~Future() = delete;
473 typename C::CType compare(const Future* E, C& Cmp) const { in compare()
H A DThreadSafetyTraverse.h529 void printFuture(const Future *E, StreamType &SS) { in printFuture()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_getdate.c740 DSTcorrect(time_t Start, time_t Future) in Convert()
757 ltime = localtime_s(&tmbuf, &Future) ? NULL : &tmbuf; in DSTcorrect()
759 ltime = localtime_r(&Future, &tmbuf); in DSTcorrect()
761 ltime = localtime(&Future); in DSTcorrect()
764 return (Future - Start) + (StartDay - FutureDay) * HOUR; in DSTcorrect()
744 DSTcorrect(time_t Start,time_t Future) DSTcorrect() argument
/freebsd/sys/contrib/device-tree/Bindings/i2c/
H A Di2c-omap.txt25 Future plan is to migrate hwmod data base contents into device tree
/freebsd/contrib/file/magic/Magdir/
H A Dkml5 # Future development of this format has been handed
H A Damigaos28 0 string FC14 Future Composer 1.4 Module sound file
29 0 string SMOD Future Composer 1.3 Module sound file
H A Dsysex40 >1 byte 0x07 Kurzweil/Future Retro
/freebsd/crypto/openssl/doc/man3/
H A DSSL_get0_peer_scts.pod18 the peer's certificate for SCTs. Future calls will return the same SCTs.
/freebsd/usr.sbin/fifolog/lib/
H A Dgetdate.y612 DSTcorrect(time_t Start, time_t Future) in DSTcorrect() argument
618 FutureDay = (localtime(&Future)->tm_hour + 1) % 24; in DSTcorrect()
619 return (Future - Start) + (StartDay - FutureDay) * 60L * 60L; in DSTcorrect()
/freebsd/usr.bin/find/
H A Dgetdate.y609 DSTcorrect(time_t Start, time_t Future) in DSTcorrect() argument
615 FutureDay = (localtime(&Future)->tm_hour + 1) % 24; in DSTcorrect()
616 return (Future - Start) + (StartDay - FutureDay) * 60L * 60L; in DSTcorrect()
/freebsd/sys/contrib/device-tree/Bindings/net/can/
H A Dc_can.txt34 Future plan is to migrate hwmod data base contents into device tree
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyTIL.cpp51 SExpr* Future::force() { in force()
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dcpsw.txt65 Future plan is to migrate hwmod data base contents into device tree
/freebsd/sys/contrib/openzfs/cmd/zed/agents/
H A DREADME.md26 Future work will add additional functionality and will likely include:
/freebsd/crypto/openssl/doc/internal/man3/
H A DOSSL_METHOD_STORE.pod105 Future calls to ossl_method_store_cache_get() will return the specified I<method>.
/freebsd/sys/contrib/xz-embedded/linux/Documentation/
H A Dxz.txt87 Future plans
/freebsd/usr.sbin/ppp/
H A DREADME.nat33 4. Future Work
246 4. Future Work
/freebsd/sys/contrib/device-tree/Bindings/gpio/
H A Dnvidia,tegra186-gpio.txt62 GPIO_${port}_INTERRUPT_STATUS_G1_0. Future revisions to the binding could
/freebsd/contrib/diff/
H A DABOUT-NLS40 of a `catgets' implementation. Future versions of GNU `gettext' will

123