Home
last modified time | relevance | path

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

123

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DThreadPool.h173 auto Future = std::async(std::launch::deferred, std::move(Task)).share(); in asyncImpl()
176 Tasks.emplace_back(std::make_pair([Future]() { Future.get(); }, Group)); in asyncImpl()
177 return Future; in asyncImpl()
/freebsd-14.2/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.td276 "Enable instructions for Future ISA.",
456 // Future
467 // 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-14.2/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-14.2/sys/contrib/device-tree/Bindings/i2c/
H A Di2c-omap.txt25 Future plan is to migrate hwmod data base contents into device tree
/freebsd-14.2/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-14.2/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-14.2/contrib/libarchive/libarchive/
H A Darchive_getdate.c740 DSTcorrect(time_t Start, time_t Future) in DSTcorrect() argument
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()
/freebsd-14.2/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-14.2/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-14.2/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-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyTIL.cpp51 SExpr* Future::force() { in force()
/freebsd-14.2/sys/contrib/device-tree/Bindings/net/
H A Dcpsw.txt65 Future plan is to migrate hwmod data base contents into device tree
/freebsd-14.2/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-14.2/sys/contrib/openzfs/cmd/zed/agents/
H A DREADME.md26 Future work will add additional functionality and will likely include:
/freebsd-14.2/sys/contrib/xz-embedded/linux/Documentation/
H A Dxz.txt87 Future plans
/freebsd-14.2/usr.sbin/ppp/
H A DREADME.nat33 4. Future Work
246 4. Future Work
/freebsd-14.2/sys/contrib/device-tree/Bindings/gpio/
H A Dnvidia,tegra186-gpio.txt62 GPIO_${port}_INTERRUPT_STATUS_G1_0. Future revisions to the binding could
H A Dnvidia,tegra186-gpio.yaml76 GPIO_${port}_INTERRUPT_STATUS_G1_0. Future revisions to the binding could

123