Home
last modified time | relevance | path

Searched refs:Thunk (Results 226 – 250 of 2125) sorted by relevance

12345678910>>...85

/dports/math/suitesparse-graphblas/SuiteSparse-5.10.1/GraphBLAS/Demo/Program/
H A Dtri_demo.c40 GxB_Scalar_free (&Thunk) ; \
51 GxB_Scalar Thunk = NULL ; in main() local
82 OK (GxB_Scalar_new (&Thunk, GrB_INT64)) ; in main()
86 OK (GxB_Scalar_setElement_INT64 (Thunk, (int64_t) 1)) ; in main()
88 OK (GxB_Matrix_select (U, NULL, NULL, GxB_TRIU, A, Thunk, NULL)) ; in main()
97 OK (GxB_Scalar_setElement_INT64 (Thunk, (int64_t) (-1))) ; in main()
98 OK (GxB_Matrix_select (L, NULL, NULL, GxB_TRIL, A, Thunk, NULL)) ; in main()
/dports/games/netradiant/netradiant-20150621-src/libs/generic/
H A Dcallback.h196 typedef Thunk_ Thunk; typedef
202 Thunk getThunk() const { in getThunk()
207 template<typename Thunk>
208 inline bool operator==( const CallbackBase<Thunk>& self, const CallbackBase<Thunk>& other ){
211 template<typename Thunk>
212 inline bool operator!=( const CallbackBase<Thunk>& self, const CallbackBase<Thunk>& other ){
215 template<typename Thunk>
216 inline bool operator<( const CallbackBase<Thunk>& self, const CallbackBase<Thunk>& other ){
240 Callback0( void* environment, typename Base::Thunk function ) : Base( environment, function ){ in Callback0()
279 Callback1( void* environment, typename Base::Thunk function ) : Base( environment, function ){ in Callback1()
[all …]
/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/libs/generic/
H A Dcallback.h229 typedef Thunk_ Thunk; typedef
230 CallbackBase (void* environment, Thunk function) : in CallbackBase()
238 Thunk getThunk () const in getThunk()
244 template<typename Thunk>
245 inline bool operator== (const CallbackBase<Thunk>& self, const CallbackBase<Thunk>& other)
249 template<typename Thunk>
250 inline bool operator!= (const CallbackBase<Thunk>& self, const CallbackBase<Thunk>& other)
254 template<typename Thunk>
255 inline bool operator< (const CallbackBase<Thunk>& self, const CallbackBase<Thunk>& other)
285 Callback0 (void* environment, typename Base::Thunk function) : in Callback0()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lld/ELF/
H A DRelocations.h118 class Thunk; variable
142 std::pair<Thunk *, bool> getThunk(InputSection *isec, Relocation &rel,
157 std::vector<Thunk *>>
159 llvm::DenseMap<std::pair<Symbol *, int64_t>, std::vector<Thunk *>>
164 llvm::DenseMap<Symbol *, Thunk *> thunks;
/dports/devel/llvm90/llvm-9.0.1.src/tools/lld/ELF/
H A DRelocations.h122 class Thunk; variable
146 std::pair<Thunk *, bool> getThunk(InputSection *isec, Relocation &rel,
155 llvm::DenseMap<std::pair<SectionBase *, uint64_t>, std::vector<Thunk *>>
157 llvm::DenseMap<Symbol *, std::vector<Thunk *>> thunkedSymbols;
161 llvm::DenseMap<Symbol *, Thunk *> thunks;
/dports/devel/llvm10/llvm-10.0.1.src/tools/lld/ELF/
H A DRelocations.h118 class Thunk; variable
142 std::pair<Thunk *, bool> getThunk(InputSection *isec, Relocation &rel,
157 std::vector<Thunk *>>
159 llvm::DenseMap<std::pair<Symbol *, int64_t>, std::vector<Thunk *>>
164 llvm::DenseMap<Symbol *, Thunk *> thunks;
/dports/devel/py-graphql-relay/graphql-relay-3.1.0/src/graphql_relay/mutation/
H A Dmutation.py17 Thunk,
30 def resolve_maybe_thunk(thing_or_thunk: Thunk) -> Any: argument
36 input_fields: Thunk[GraphQLInputFieldMap],
37 output_fields: Thunk[GraphQLFieldMap],
/dports/devel/py-graphql-relay/graphql-relay-3.1.0/src/graphql_relay/connection/
H A Dconnection.py15 Thunk,
51 def resolve_maybe_thunk(thing_or_thunk: Thunk) -> Any: argument
60 edge_fields: Thunk[GraphQLFieldMap] = None,
61 connection_fields: Thunk[GraphQLFieldMap] = None,
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/crates/wasi-common/src/
H A Dctx.rs49 Thunk(fn() -> io::Result<Box<dyn Handle>>), enumerator
56 Self::Thunk(f) => write!( in fmt()
139 let stdin = Some(PendingEntry::Thunk(OsOther::from_null)); in new()
140 let stdout = Some(PendingEntry::Thunk(OsOther::from_null)); in new()
188 self.stdin = Some(PendingEntry::Thunk(Stdin::stdin)); in inherit_stdin()
194 self.stdout = Some(PendingEntry::Thunk(Stdout::stdout)); in inherit_stdout()
200 self.stderr = Some(PendingEntry::Thunk(Stderr::stderr)); in inherit_stderr()
206 self.stdin = Some(PendingEntry::Thunk(Stdin::stdin)); in inherit_stdio()
207 self.stdout = Some(PendingEntry::Thunk(Stdout::stdout)); in inherit_stdio()
208 self.stderr = Some(PendingEntry::Thunk(Stderr::stderr)); in inherit_stdio()
[all …]
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/ra/src/
H A Dra_file_handle.erl63 update(Op, Bytes, Thunk) ->
64 {Time, Res} = timer_tc(Thunk),
70 update(Op, Thunk) ->
71 {Time, Res} = timer_tc(Thunk),
76 timer_tc(Thunk) ->
78 Res = Thunk(),
/dports/security/hs-cryptol/cryptol-2.11.0/src/Cryptol/Backend/
H A DMonad.hs118 | Thunk !(TVar (ThunkState a)) constructor
172 maybeReady (Thunk tv) = Eval $ \_ ->
191 delayFill e@(Thunk _) _ _ = return e
193 Eval (\stk -> Thunk <$> newTVarIO (Unforced (x stk) (runEval stk <$> backup) msg stk))
209 evalSpark (Thunk tv) = Eval $ \_stk ->
215 return (Thunk tv)
222 return (Thunk tv)
262 return (Thunk tv, set)
337 runEval _ (Thunk tv) = unDelay tv
343 evalBind (Thunk x) f = Eval (\stk -> unDelay x >>= runEval stk . f)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lld/ELF/
H A DRelocations.h133 class Thunk; variable
157 std::pair<Thunk *, bool> getThunk(InputSection *isec, Relocation &rel,
172 std::vector<Thunk *>>
174 llvm::DenseMap<std::pair<Symbol *, int64_t>, std::vector<Thunk *>>
179 llvm::DenseMap<Symbol *, Thunk *> thunks;
/dports/devel/llvm11/llvm-11.0.1.src/tools/lld/ELF/
H A DRelocations.h132 class Thunk; variable
156 std::pair<Thunk *, bool> getThunk(InputSection *isec, Relocation &rel,
171 std::vector<Thunk *>>
173 llvm::DenseMap<std::pair<Symbol *, int64_t>, std::vector<Thunk *>>
178 llvm::DenseMap<Symbol *, Thunk *> thunks;
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lld/ELF/
H A DRelocations.h134 class Thunk; variable
158 std::pair<Thunk *, bool> getThunk(InputSection *isec, Relocation &rel,
173 std::vector<Thunk *>>
175 llvm::DenseMap<std::pair<Symbol *, int64_t>, std::vector<Thunk *>>
180 llvm::DenseMap<Symbol *, Thunk *> thunks;
/dports/devel/llvm12/llvm-project-12.0.1.src/lld/ELF/
H A DRelocations.h134 class Thunk; variable
158 std::pair<Thunk *, bool> getThunk(InputSection *isec, Relocation &rel,
173 std::vector<Thunk *>>
175 llvm::DenseMap<std::pair<Symbol *, int64_t>, std::vector<Thunk *>>
180 llvm::DenseMap<Symbol *, Thunk *> thunks;
/dports/devel/llvm70/llvm-7.0.1.src/tools/lld/ELF/
H A DRelocations.h134 class Thunk;
162 std::pair<Thunk *, bool> getThunk(Symbol &Sym, RelType Type, uint64_t Src);
170 llvm::DenseMap<std::pair<SectionBase *, uint64_t>, std::vector<Thunk *>>
172 llvm::DenseMap<Symbol *, std::vector<Thunk *>> ThunkedSymbols;
176 llvm::DenseMap<Symbol *, Thunk *> Thunks;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lld/ELF/
H A DRelocations.h144 class Thunk; variable
168 std::pair<Thunk *, bool> getThunk(InputSection *isec, Relocation &rel,
183 std::vector<Thunk *>>
185 llvm::DenseMap<std::pair<Symbol *, int64_t>, std::vector<Thunk *>>
190 llvm::DenseMap<Symbol *, Thunk *> thunks;
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/EmulatorPkg/FlashMapPei/
H A DFlashMapPei.c45 EMU_THUNK_PPI *Thunk; in PeimInitializeFlashMap() local
60 (VOID **)&Thunk // PPI in PeimInitializeFlashMap()
67 Status = Thunk->FirmwareDevices (0, &FdBase, &FdSize, &FdFixUp); in PeimInitializeFlashMap()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/EmulatorPkg/FlashMapPei/
H A DFlashMapPei.c45 EMU_THUNK_PPI *Thunk; in PeimInitializeFlashMap() local
60 (VOID **)&Thunk // PPI in PeimInitializeFlashMap()
67 Status = Thunk->FirmwareDevices (0, &FdBase, &FdSize, &FdFixUp); in PeimInitializeFlashMap()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/EmulatorPkg/FlashMapPei/
H A DFlashMapPei.c45 EMU_THUNK_PPI *Thunk; in PeimInitializeFlashMap() local
60 (VOID **)&Thunk // PPI in PeimInitializeFlashMap()
67 Status = Thunk->FirmwareDevices (0, &FdBase, &FdSize, &FdFixUp); in PeimInitializeFlashMap()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/EmulatorPkg/FlashMapPei/
H A DFlashMapPei.c45 EMU_THUNK_PPI *Thunk; in PeimInitializeFlashMap() local
60 (VOID **)&Thunk // PPI in PeimInitializeFlashMap()
67 Status = Thunk->FirmwareDevices (0, &FdBase, &FdSize, &FdFixUp); in PeimInitializeFlashMap()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/EmulatorPkg/FlashMapPei/
H A DFlashMapPei.c45 EMU_THUNK_PPI *Thunk; in PeimInitializeFlashMap() local
60 (VOID **)&Thunk // PPI in PeimInitializeFlashMap()
67 Status = Thunk->FirmwareDevices (0, &FdBase, &FdSize, &FdFixUp); in PeimInitializeFlashMap()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/EmulatorPkg/FlashMapPei/
H A DFlashMapPei.c45 EMU_THUNK_PPI *Thunk; in PeimInitializeFlashMap() local
60 (VOID **)&Thunk // PPI in PeimInitializeFlashMap()
67 Status = Thunk->FirmwareDevices (0, &FdBase, &FdSize, &FdFixUp); in PeimInitializeFlashMap()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/EmulatorPkg/FlashMapPei/
H A DFlashMapPei.c51 EMU_THUNK_PPI *Thunk; in PeimInitializeFlashMap() local
66 (VOID **)&Thunk // PPI in PeimInitializeFlashMap()
73 Status = Thunk->FirmwareDevices (0, &FdBase, &FdSize, &FdFixUp); in PeimInitializeFlashMap()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/EmulatorPkg/FlashMapPei/
H A DFlashMapPei.c45 EMU_THUNK_PPI *Thunk; in PeimInitializeFlashMap() local
60 (VOID **)&Thunk // PPI in PeimInitializeFlashMap()
67 Status = Thunk->FirmwareDevices (0, &FdBase, &FdSize, &FdFixUp); in PeimInitializeFlashMap()

12345678910>>...85