Home
last modified time | relevance | path

Searched refs:funcPointer (Results 1 – 25 of 47) sorted by relevance

12

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/sdl/
H A Dhwsym_sdl.c60 funcPointer = &func \
75 void *funcPointer = NULL; in hwSym() local
78 funcPointer = &OglSdlSetPalette; in hwSym()
118 return funcPointer; //&FinishUpdate; in hwSym()
142 funcPointer = handle; in hwSym()
145 funcPointer = SDL_LoadFunction(handle,funcName); in hwSym()
147 if (!funcPointer) in hwSym()
149 return funcPointer; in hwSym()
/dports/devel/jna/jna-5.7.0/contrib/platform/src/com/sun/jna/platform/win32/
H A DOpenGL32Util.java44 Pointer funcPointer = OpenGL32.INSTANCE.wglGetProcAddress("wglEnumGpusNV"); in wglGetProcAddress() local
45 return (funcPointer == null) ? null : Function.getFunction(funcPointer); in wglGetProcAddress()
70 Pointer funcPointer = OpenGL32.INSTANCE.wglGetProcAddress("wglEnumGpusNV"); in countGpusNV() local
71 Function fncEnumGpusNV = (funcPointer == null) ? null : Function.getFunction(funcPointer); in countGpusNV()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/ImageFilterBase/include/
H A DitkUnaryGeneratorImageFilter.h112 void SetFunctor( ConstRefFunctionType *funcPointer) in SetFunctor() argument
114 …m_DynamicThreadedGenerateDataFunction = [this, funcPointer](const OutputImageRegionType & outputRe… in SetFunctor()
115 { return this->DynamicThreadedGenerateDataWithFunctor(funcPointer, outputRegionForThread); }; in SetFunctor()
119 void SetFunctor( ValueFunctionType *funcPointer) in SetFunctor() argument
121 …m_DynamicThreadedGenerateDataFunction = [this, funcPointer](const OutputImageRegionType & outputRe… in SetFunctor()
122 { return this->DynamicThreadedGenerateDataWithFunctor(funcPointer, outputRegionForThread); }; in SetFunctor()
H A DitkBinaryGeneratorImageFilter.h160 void SetFunctor( ConstRefFunctionType *funcPointer) in SetFunctor() argument
162 …m_DynamicThreadedGenerateDataFunction = [this, funcPointer](const OutputImageRegionType & outputRe… in SetFunctor()
163 { return this->DynamicThreadedGenerateDataWithFunctor(funcPointer, outputRegionForThread); }; in SetFunctor()
169 void SetFunctor( ValueFunctionType *funcPointer) in SetFunctor() argument
171 …m_DynamicThreadedGenerateDataFunction = [this, funcPointer](const OutputImageRegionType & outputRe… in SetFunctor()
172 { return this->DynamicThreadedGenerateDataWithFunctor(funcPointer, outputRegionForThread); }; in SetFunctor()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/mesquite/Misc/
H A DExponent.hpp50 Exponent( ) : funcPointer( 0 ) in Exponent()
55 funcPointer( get_func_ptr( exponent ) ) in Exponent()
59 { return (this->*funcPointer)( p_value ); } in raise()
90 constMemberPtr funcPointer; member in MBMesquite::Exponent
/dports/emulators/py-unicorn/unicorn-1.0.2/bindings/dotnet/UnicornManaged/
H A DUnicorn.fs157 … let funcPointer = Marshal.GetFunctionPointerForDelegate(new CodeHookInternal(trampoline))
176 … let funcPointer = Marshal.GetFunctionPointerForDelegate(new BlockHookInternal(trampoline))
192 … let funcPointer = Marshal.GetFunctionPointerForDelegate(new InterruptHookInternal(trampoline))
194 …match binding.HookAddNoarg(_eng.[0], hh, Common.UC_HOOK_INTR, new UIntPtr(funcPointer.ToPointer())…
211 … let funcPointer = Marshal.GetFunctionPointerForDelegate(new MemReadHookInternal(trampoline))
227 … let funcPointer = Marshal.GetFunctionPointerForDelegate(new MemWriteHookInternal(trampoline))
251 … let funcPointer = Marshal.GetFunctionPointerForDelegate(new EventMemHookInternal(trampoline))
253 …match binding.HookAddNoarg(_eng.[0], hh, eventFlag, new UIntPtr(funcPointer.ToPointer()), IntPtr.Z…
276 let funcPointer = Marshal.GetFunctionPointerForDelegate(new InHookInternal(trampoline))
292 let funcPointer = Marshal.GetFunctionPointerForDelegate(new OutHookInternal(trampoline))
[all …]
/dports/emulators/unicorn/unicorn-1.0.2/bindings/dotnet/UnicornManaged/
H A DUnicorn.fs157 … let funcPointer = Marshal.GetFunctionPointerForDelegate(new CodeHookInternal(trampoline))
176 … let funcPointer = Marshal.GetFunctionPointerForDelegate(new BlockHookInternal(trampoline))
192 … let funcPointer = Marshal.GetFunctionPointerForDelegate(new InterruptHookInternal(trampoline))
194 …match binding.HookAddNoarg(_eng.[0], hh, Common.UC_HOOK_INTR, new UIntPtr(funcPointer.ToPointer())…
211 … let funcPointer = Marshal.GetFunctionPointerForDelegate(new MemReadHookInternal(trampoline))
227 … let funcPointer = Marshal.GetFunctionPointerForDelegate(new MemWriteHookInternal(trampoline))
251 … let funcPointer = Marshal.GetFunctionPointerForDelegate(new EventMemHookInternal(trampoline))
253 …match binding.HookAddNoarg(_eng.[0], hh, eventFlag, new UIntPtr(funcPointer.ToPointer()), IntPtr.Z…
276 let funcPointer = Marshal.GetFunctionPointerForDelegate(new InHookInternal(trampoline))
292 let funcPointer = Marshal.GetFunctionPointerForDelegate(new OutHookInternal(trampoline))
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/ImageFrequency/include/
H A DitkUnaryFrequencyDomainFilter.h151 void SetFunctor( ValueFunctionType *funcPointer) in SetFunctor() argument
153 …m_DynamicThreadedGenerateDataFunction = [this, funcPointer]( const ImageRegionType& outputRegionFo… in SetFunctor()
154 { return this->DynamicThreadedGenerateDataWithFunctor(funcPointer, outputRegionForThread); }; in SetFunctor()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/angelscript/source/
H A Das_scriptengine.h89 … RegisterGlobalFunction(const char *declaration, const asSFuncPtr &funcPointer, asDWORD callCo…
104 …jectMethod(const char *obj, const char *declaration, const asSFuncPtr &funcPointer, asDWORD callCo…
105 …j, asEBehaviours behaviour, const char *declaration, const asSFuncPtr &funcPointer, asDWORD callCo…
215 …(asCObjectType *objectType, const char *declaration, const asSFuncPtr &funcPointer, asDWORD callCo…
216 …jectType, asEBehaviours behaviour, const char *decl, const asSFuncPtr &funcPointer, asDWORD callCo…
/dports/games/openspades/openspades-0.1.3/Sources/AngelScript/source/
H A Das_scriptengine.h89 … RegisterGlobalFunction(const char *declaration, const asSFuncPtr &funcPointer, asDWORD callCo…
104 …jectMethod(const char *obj, const char *declaration, const asSFuncPtr &funcPointer, asDWORD callCo…
105 …j, asEBehaviours behaviour, const char *declaration, const asSFuncPtr &funcPointer, asDWORD callCo…
241 …(asCObjectType *objectType, const char *declaration, const asSFuncPtr &funcPointer, asDWORD callCo…
242 …jectType, asEBehaviours behaviour, const char *decl, const asSFuncPtr &funcPointer, asDWORD callCo…
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/AngelScript/source/
H A Das_scriptengine.h90 … RegisterGlobalFunction(const char *declaration, const asSFuncPtr &funcPointer, asDWORD callCo…
105 …jectMethod(const char *obj, const char *declaration, const asSFuncPtr &funcPointer, asDWORD callCo…
106 …j, asEBehaviours behaviour, const char *declaration, const asSFuncPtr &funcPointer, asDWORD callCo…
241 …(asCObjectType *objectType, const char *declaration, const asSFuncPtr &funcPointer, asDWORD callCo…
242 …jectType, asEBehaviours behaviour, const char *decl, const asSFuncPtr &funcPointer, asDWORD callCo…
/dports/lang/angelscript/sdk/angelscript/source/
H A Das_scriptengine.h89 … RegisterGlobalFunction(const char *declaration, const asSFuncPtr &funcPointer, asDWORD callCo…
104 …jectMethod(const char *obj, const char *declaration, const asSFuncPtr &funcPointer, asDWORD callCo…
105 …j, asEBehaviours behaviour, const char *declaration, const asSFuncPtr &funcPointer, asDWORD callCo…
221 …(asCObjectType *objectType, const char *declaration, const asSFuncPtr &funcPointer, asDWORD callCo…
222 …jectType, asEBehaviours behaviour, const char *decl, const asSFuncPtr &funcPointer, asDWORD callCo…
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Analysis/
H A Dcall_once.cpp155 void funcPointer() { in funcPointer() function
161 std::call_once(flag, &funcPointer); in test_func_pointers()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Analysis/
H A Dcall_once.cpp155 void funcPointer() { in funcPointer() function
161 std::call_once(flag, &funcPointer); in test_func_pointers()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Analysis/
H A Dcall_once.cpp155 void funcPointer() { in funcPointer() function
161 std::call_once(flag, &funcPointer); in test_func_pointers()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Analysis/
H A Dcall_once.cpp155 void funcPointer() { in funcPointer() function
161 std::call_once(flag, &funcPointer); in test_func_pointers()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Analysis/
H A Dcall_once.cpp155 void funcPointer() { in funcPointer() function
161 std::call_once(flag, &funcPointer); in test_func_pointers()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/Analysis/
H A Dcall_once.cpp155 void funcPointer() { in funcPointer() function
161 std::call_once(flag, &funcPointer); in test_func_pointers()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/Analysis/
H A Dcall_once.cpp155 void funcPointer() { in funcPointer() function
161 std::call_once(flag, &funcPointer); in test_func_pointers()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/Analysis/
H A Dcall_once.cpp155 void funcPointer() { in funcPointer() function
161 std::call_once(flag, &funcPointer); in test_func_pointers()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/Analysis/
H A Dcall_once.cpp155 void funcPointer() { in funcPointer() function
161 std::call_once(flag, &funcPointer); in test_func_pointers()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/Analysis/
H A Dcall_once.cpp155 void funcPointer() { in funcPointer() function
161 std::call_once(flag, &funcPointer); in test_func_pointers()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/Analysis/
H A Dcall_once.cpp155 void funcPointer() { in funcPointer() function
161 std::call_once(flag, &funcPointer); in test_func_pointers()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/Analysis/
H A Dcall_once.cpp155 void funcPointer() { in funcPointer() function
161 std::call_once(flag, &funcPointer); in test_func_pointers()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/Analysis/
H A Dcall_once.cpp155 void funcPointer() { in funcPointer() function
161 std::call_once(flag, &funcPointer); in test_func_pointers()

12