Home
last modified time | relevance | path

Searched refs:Thunk (Results 26 – 50 of 2125) sorted by relevance

12345678910>>...85

/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/EmulatorPkg/Library/PeiTimerLib/
H A DPeiTimerLib.c55 EMU_THUNK_PROTOCOL *Thunk; in NanoSecondDelay() local
67 Thunk = (EMU_THUNK_PROTOCOL *)ThunkPpi->Thunk (); in NanoSecondDelay()
68 Thunk->Sleep (NanoSeconds * 100); in NanoSecondDelay()
94 EMU_THUNK_PROTOCOL *Thunk; in GetPerformanceCounter() local
106 Thunk = (EMU_THUNK_PROTOCOL *)ThunkPpi->Thunk (); in GetPerformanceCounter()
107 return Thunk->QueryPerformanceCounter (); in GetPerformanceCounter()
145 EMU_THUNK_PROTOCOL *Thunk; in GetPerformanceCounterProperties() local
164 Thunk = (EMU_THUNK_PROTOCOL *)ThunkPpi->Thunk (); in GetPerformanceCounterProperties()
165 return Thunk->QueryPerformanceFrequency (); in GetPerformanceCounterProperties()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/EmulatorPkg/Library/PeiTimerLib/
H A DPeiTimerLib.c55 EMU_THUNK_PROTOCOL *Thunk; in NanoSecondDelay() local
67 Thunk = (EMU_THUNK_PROTOCOL *)ThunkPpi->Thunk (); in NanoSecondDelay()
68 Thunk->Sleep (NanoSeconds * 100); in NanoSecondDelay()
94 EMU_THUNK_PROTOCOL *Thunk; in GetPerformanceCounter() local
106 Thunk = (EMU_THUNK_PROTOCOL *)ThunkPpi->Thunk (); in GetPerformanceCounter()
107 return Thunk->QueryPerformanceCounter (); in GetPerformanceCounter()
145 EMU_THUNK_PROTOCOL *Thunk; in GetPerformanceCounterProperties() local
164 Thunk = (EMU_THUNK_PROTOCOL *)ThunkPpi->Thunk (); in GetPerformanceCounterProperties()
165 return Thunk->QueryPerformanceFrequency (); in GetPerformanceCounterProperties()
/dports/sysutils/edk2/edk2-edk2-stable202102/EmulatorPkg/Library/PeiTimerLib/
H A DPeiTimerLib.c55 EMU_THUNK_PROTOCOL *Thunk; in NanoSecondDelay() local
67 Thunk = (EMU_THUNK_PROTOCOL *)ThunkPpi->Thunk (); in NanoSecondDelay()
68 Thunk->Sleep (NanoSeconds * 100); in NanoSecondDelay()
94 EMU_THUNK_PROTOCOL *Thunk; in GetPerformanceCounter() local
106 Thunk = (EMU_THUNK_PROTOCOL *)ThunkPpi->Thunk (); in GetPerformanceCounter()
107 return Thunk->QueryPerformanceCounter (); in GetPerformanceCounter()
145 EMU_THUNK_PROTOCOL *Thunk; in GetPerformanceCounterProperties() local
164 Thunk = (EMU_THUNK_PROTOCOL *)ThunkPpi->Thunk (); in GetPerformanceCounterProperties()
165 return Thunk->QueryPerformanceFrequency (); in GetPerformanceCounterProperties()
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/@reduxjs/toolkit/dist/query/core/
H A DbuildThunks.d.ts20Thunk extends QueryThunk | MutationThunk, Definition extends EndpointDefinition<any, any, any, any…
25 …ingAction<Thunk extends QueryThunk | MutationThunk, Definition extends EndpointDefinition<any, any…
26 …ledAction<Thunk extends QueryThunk | MutationThunk, Definition extends EndpointDefinition<any, any…
27 …tedAction<Thunk extends QueryThunk | MutationThunk, Definition extends EndpointDefinition<any, any…
29 export interface Matchers<Thunk extends QueryThunk | MutationThunk, Definition extends EndpointDefi…
30 matchPending: Matcher<PendingAction<Thunk, Definition>>;
31 matchFulfilled: Matcher<FulfilledAction<Thunk, Definition>>;
32 matchRejected: Matcher<RejectedAction<Thunk, Definition>>;
95Thunk extends AsyncThunk<any, QueryThunkArg, ThunkApiMetaConfig> | AsyncThunk<any, MutationThunkAr…
/dports/math/cgal/CGAL-5.3/include/CGAL/CORE/
H A DMemoryPool.h41 struct Thunk { struct
43 Thunk* next; argument
54 Thunk* t = head; in ~MemoryPool()
89 Thunk* head; // next available block in the pool
99 Thunk* pool = reinterpret_cast<Thunk*>( in allocate()
100 ::operator new(nObjects * sizeof(Thunk))); in allocate()
112 Thunk* currentThunk = head; in allocate()
128 reinterpret_cast<Thunk*>(t)->next = head; in free()
129 head = reinterpret_cast<Thunk*>(t); in free()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/nio/channels/FileChannel/
H A DArgs.java40 static interface Thunk { interface in Args
44 private static void tryCatch(Class ex, Thunk thunk) { in tryCatch()
64 tryCatch(IllegalArgumentException.class, new Thunk() { in main()
69 tryCatch(IllegalArgumentException.class, new Thunk() { in main()
74 tryCatch(IllegalArgumentException.class, new Thunk() { in main()
79 tryCatch(IllegalArgumentException.class, new Thunk() { in main()
84 tryCatch(IllegalArgumentException.class, new Thunk() { in main()
89 tryCatch(IllegalArgumentException.class, new Thunk() { in main()
94 tryCatch(IllegalArgumentException.class, new Thunk() { in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/nio/channels/FileChannel/
H A DArgs.java40 static interface Thunk { interface in Args
44 private static void tryCatch(Class ex, Thunk thunk) { in tryCatch()
64 tryCatch(IllegalArgumentException.class, new Thunk() { in main()
69 tryCatch(IllegalArgumentException.class, new Thunk() { in main()
74 tryCatch(IllegalArgumentException.class, new Thunk() { in main()
79 tryCatch(IllegalArgumentException.class, new Thunk() { in main()
84 tryCatch(IllegalArgumentException.class, new Thunk() { in main()
89 tryCatch(IllegalArgumentException.class, new Thunk() { in main()
94 tryCatch(IllegalArgumentException.class, new Thunk() { in main()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/nio/channels/FileChannel/
H A DArgs.java40 static interface Thunk { interface in Args
44 private static void tryCatch(Class ex, Thunk thunk) { in tryCatch()
64 tryCatch(IllegalArgumentException.class, new Thunk() { in main()
69 tryCatch(IllegalArgumentException.class, new Thunk() { in main()
74 tryCatch(IllegalArgumentException.class, new Thunk() { in main()
79 tryCatch(IllegalArgumentException.class, new Thunk() { in main()
84 tryCatch(IllegalArgumentException.class, new Thunk() { in main()
89 tryCatch(IllegalArgumentException.class, new Thunk() { in main()
94 tryCatch(IllegalArgumentException.class, new Thunk() { in main()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/nio/channels/FileChannel/
H A DArgs.java40 static interface Thunk {
44 private static void tryCatch(Class ex, Thunk thunk) {
64 tryCatch(IllegalArgumentException.class, new Thunk() {
69 tryCatch(IllegalArgumentException.class, new Thunk() {
74 tryCatch(IllegalArgumentException.class, new Thunk() {
79 tryCatch(IllegalArgumentException.class, new Thunk() {
84 tryCatch(IllegalArgumentException.class, new Thunk() {
89 tryCatch(IllegalArgumentException.class, new Thunk() {
94 tryCatch(IllegalArgumentException.class, new Thunk() {
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/nio/channels/FileChannel/
H A DArgs.java40 static interface Thunk { interface in Args
44 private static void tryCatch(Class ex, Thunk thunk) { in tryCatch()
64 tryCatch(IllegalArgumentException.class, new Thunk() { in main()
69 tryCatch(IllegalArgumentException.class, new Thunk() { in main()
74 tryCatch(IllegalArgumentException.class, new Thunk() { in main()
79 tryCatch(IllegalArgumentException.class, new Thunk() { in main()
84 tryCatch(IllegalArgumentException.class, new Thunk() { in main()
89 tryCatch(IllegalArgumentException.class, new Thunk() { in main()
94 tryCatch(IllegalArgumentException.class, new Thunk() { in main()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/nio/channels/FileChannel/
H A DArgs.java40 static interface Thunk { interface in Args
44 private static void tryCatch(Class ex, Thunk thunk) { in tryCatch()
64 tryCatch(IllegalArgumentException.class, new Thunk() { in main()
69 tryCatch(IllegalArgumentException.class, new Thunk() { in main()
74 tryCatch(IllegalArgumentException.class, new Thunk() { in main()
79 tryCatch(IllegalArgumentException.class, new Thunk() { in main()
84 tryCatch(IllegalArgumentException.class, new Thunk() { in main()
89 tryCatch(IllegalArgumentException.class, new Thunk() { in main()
94 tryCatch(IllegalArgumentException.class, new Thunk() { in main()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/nio/channels/FileChannel/
H A DArgs.java40 static interface Thunk { interface in Args
44 private static void tryCatch(Class ex, Thunk thunk) { in tryCatch()
64 tryCatch(IllegalArgumentException.class, new Thunk() { in main()
69 tryCatch(IllegalArgumentException.class, new Thunk() { in main()
74 tryCatch(IllegalArgumentException.class, new Thunk() { in main()
79 tryCatch(IllegalArgumentException.class, new Thunk() { in main()
84 tryCatch(IllegalArgumentException.class, new Thunk() { in main()
89 tryCatch(IllegalArgumentException.class, new Thunk() { in main()
94 tryCatch(IllegalArgumentException.class, new Thunk() { in main()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/nio/channels/FileChannel/
H A DArgs.java40 static interface Thunk { interface in Args
44 private static void tryCatch(Class ex, Thunk thunk) { in tryCatch()
64 tryCatch(IllegalArgumentException.class, new Thunk() { in main()
69 tryCatch(IllegalArgumentException.class, new Thunk() { in main()
74 tryCatch(IllegalArgumentException.class, new Thunk() { in main()
79 tryCatch(IllegalArgumentException.class, new Thunk() { in main()
84 tryCatch(IllegalArgumentException.class, new Thunk() { in main()
89 tryCatch(IllegalArgumentException.class, new Thunk() { in main()
94 tryCatch(IllegalArgumentException.class, new Thunk() { in main()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/nio/channels/FileChannel/
H A DArgs.java40 static interface Thunk { interface in Args
44 private static void tryCatch(Class ex, Thunk thunk) { in tryCatch()
64 tryCatch(IllegalArgumentException.class, new Thunk() { in main()
69 tryCatch(IllegalArgumentException.class, new Thunk() { in main()
74 tryCatch(IllegalArgumentException.class, new Thunk() { in main()
79 tryCatch(IllegalArgumentException.class, new Thunk() { in main()
84 tryCatch(IllegalArgumentException.class, new Thunk() { in main()
89 tryCatch(IllegalArgumentException.class, new Thunk() { in main()
94 tryCatch(IllegalArgumentException.class, new Thunk() { in main()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/nio/channels/FileChannel/
H A DArgs.java40 static interface Thunk { interface in Args
44 private static void tryCatch(Class ex, Thunk thunk) { in tryCatch()
64 tryCatch(IllegalArgumentException.class, new Thunk() { in main()
69 tryCatch(IllegalArgumentException.class, new Thunk() { in main()
74 tryCatch(IllegalArgumentException.class, new Thunk() { in main()
79 tryCatch(IllegalArgumentException.class, new Thunk() { in main()
84 tryCatch(IllegalArgumentException.class, new Thunk() { in main()
89 tryCatch(IllegalArgumentException.class, new Thunk() { in main()
94 tryCatch(IllegalArgumentException.class, new Thunk() { in main()
/dports/devel/llvm70/llvm-7.0.1.src/tools/lld/ELF/
H A DThunks.cpp59 class AArch64ADRPThunk final : public Thunk {
75 class ARMThunk : public Thunk {
77 ARMThunk(Symbol &Dest) : Thunk(Dest) {} in ARMThunk()
104 class ThumbThunk : public Thunk {
163 class MipsThunk final : public Thunk {
165 MipsThunk(Symbol &Dest) : Thunk(Dest) {} in MipsThunk()
174 class MicroMipsThunk final : public Thunk {
221 void Thunk::setOffset(uint64_t NewOffset) { in setOffset()
524 Thunk::Thunk(Symbol &D) : Destination(D), Offset(0) {} in Thunk() function in lld::elf::Thunk
526 Thunk::~Thunk() = default;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lld/ELF/
H A DThunks.cpp57 class AArch64ADRPThunk final : public Thunk {
73 class ARMThunk : public Thunk {
75 ARMThunk(Symbol &dest) : Thunk(dest, 0) {} in ARMThunk()
103 class ThumbThunk : public Thunk {
209 class MipsThunk final : public Thunk {
220 class MicroMipsThunk final : public Thunk {
258 class PPC32LongThunk final : public Thunk {
358 class PPC64LongBranchThunk : public Thunk {
401 : Thunk(dest, addend) { in PPC64PCRelLongBranchThunk()
1025 Thunk::Thunk(Symbol &d, int64_t a) : destination(d), addend(a), offset(0) {} in Thunk() function in Thunk
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lld/ELF/
H A DThunks.cpp57 class AArch64ADRPThunk final : public Thunk {
73 class ARMThunk : public Thunk {
75 ARMThunk(Symbol &dest) : Thunk(dest, 0) {} in ARMThunk()
103 class ThumbThunk : public Thunk {
209 class MipsThunk final : public Thunk {
220 class MicroMipsThunk final : public Thunk {
258 class PPC32LongThunk final : public Thunk {
358 class PPC64LongBranchThunk : public Thunk {
401 : Thunk(dest, addend) { in PPC64PCRelLongBranchThunk()
1025 Thunk::Thunk(Symbol &d, int64_t a) : destination(d), addend(a), offset(0) {} in Thunk() function in Thunk
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/lld/ELF/
H A DThunks.cpp57 class AArch64ADRPThunk final : public Thunk {
73 class ARMThunk : public Thunk {
75 ARMThunk(Symbol &dest) : Thunk(dest, 0) {} in ARMThunk()
103 class ThumbThunk : public Thunk {
209 class MipsThunk final : public Thunk {
220 class MicroMipsThunk final : public Thunk {
258 class PPC32LongThunk final : public Thunk {
358 class PPC64LongBranchThunk : public Thunk {
401 : Thunk(dest, addend) { in PPC64PCRelLongBranchThunk()
1025 Thunk::Thunk(Symbol &d, int64_t a) : destination(d), addend(a), offset(0) {} in Thunk() function in Thunk
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/scheduled-thread-pool-0.2.5/src/
H A Dthunk.rs11 pub struct Thunk<'a, A = (), R = ()> { struct
15 impl<'a, R> Thunk<'a, (), R> { argument
16 pub fn new<F>(func: F) -> Thunk<'a, (), R> in new()
20 Thunk::with_arg(move |()| func()) in new()
24 impl<'a, A, R> Thunk<'a, A, R> { implementation
25 pub fn with_arg<F>(func: F) -> Thunk<'a, A, R> in with_arg()
29 Thunk { in with_arg()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/scheduled-thread-pool-0.2.5/src/
H A Dthunk.rs11 pub struct Thunk<'a, A = (), R = ()> { struct
15 impl<'a, R> Thunk<'a, (), R> { impl
16 pub fn new<F>(func: F) -> Thunk<'a, (), R> in new()
20 Thunk::with_arg(move |()| func()) in new()
24 impl<'a, A, R> Thunk<'a, A, R> { implementation
25 pub fn with_arg<F>(func: F) -> Thunk<'a, A, R> in with_arg()
29 Thunk { in with_arg()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/scheduled-thread-pool-0.2.5/src/
H A Dthunk.rs11 pub struct Thunk<'a, A = (), R = ()> { struct
15 impl<'a, R> Thunk<'a, (), R> { argument
16 pub fn new<F>(func: F) -> Thunk<'a, (), R> in new()
20 Thunk::with_arg(move |()| func()) in new()
24 impl<'a, A, R> Thunk<'a, A, R> { implementation
25 pub fn with_arg<F>(func: F) -> Thunk<'a, A, R> in with_arg()
29 Thunk { in with_arg()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/EmulatorPkg/Library/PeiEmuPeCoffExtraActionLib/
H A DPeiEmuPeCoffExtraActionLib.c54 EMU_MAGIC_PAGE()->Thunk = (EMU_THUNK_PROTOCOL *) ThunkPpi->Thunk (); in EmuPeCoffGetThunkStucture()
74 if (EMU_MAGIC_PAGE()->Thunk == NULL) { in PeCoffLoaderRelocateImageExtraAction()
77 EMU_MAGIC_PAGE()->Thunk->PeCoffRelocateImageExtraAction (ImageContext); in PeCoffLoaderRelocateImageExtraAction()
97 if (EMU_MAGIC_PAGE()->Thunk == NULL) { in PeCoffLoaderUnloadImageExtraAction()
100 EMU_MAGIC_PAGE()->Thunk->PeCoffUnloadImageExtraAction (ImageContext); in PeCoffLoaderUnloadImageExtraAction()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/EmulatorPkg/Library/PeiEmuPeCoffExtraActionLib/
H A DPeiEmuPeCoffExtraActionLib.c54 EMU_MAGIC_PAGE()->Thunk = (EMU_THUNK_PROTOCOL *) ThunkPpi->Thunk (); in EmuPeCoffGetThunkStucture()
74 if (EMU_MAGIC_PAGE()->Thunk == NULL) { in PeCoffLoaderRelocateImageExtraAction()
77 EMU_MAGIC_PAGE()->Thunk->PeCoffRelocateImageExtraAction (ImageContext); in PeCoffLoaderRelocateImageExtraAction()
97 if (EMU_MAGIC_PAGE()->Thunk == NULL) { in PeCoffLoaderUnloadImageExtraAction()
100 EMU_MAGIC_PAGE()->Thunk->PeCoffUnloadImageExtraAction (ImageContext); in PeCoffLoaderUnloadImageExtraAction()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/EmulatorPkg/Library/PeiEmuPeCoffExtraActionLib/
H A DPeiEmuPeCoffExtraActionLib.c54 EMU_MAGIC_PAGE()->Thunk = (EMU_THUNK_PROTOCOL *) ThunkPpi->Thunk (); in EmuPeCoffGetThunkStucture()
74 if (EMU_MAGIC_PAGE()->Thunk == NULL) { in PeCoffLoaderRelocateImageExtraAction()
77 EMU_MAGIC_PAGE()->Thunk->PeCoffRelocateImageExtraAction (ImageContext); in PeCoffLoaderRelocateImageExtraAction()
97 if (EMU_MAGIC_PAGE()->Thunk == NULL) { in PeCoffLoaderUnloadImageExtraAction()
100 EMU_MAGIC_PAGE()->Thunk->PeCoffUnloadImageExtraAction (ImageContext); in PeCoffLoaderUnloadImageExtraAction()

12345678910>>...85