Home
last modified time | relevance | path

Searched refs:dwInstructionLength (Results 1 – 12 of 12) sorted by relevance

/dports/devel/apitrace/apitrace-9.0/thirdparty/mhook/mhook-lib/
H A Dmhook.cpp786 DWORD dwInstructionLength = DisassembleAndSkip(pSystemFunction, MHOOK_JMPSIZE, &patchdata); in Mhook_SetHook() local
787 if (dwInstructionLength >= MHOOK_JMPSIZE) { in Mhook_SetHook()
788 ODPRINTF((L"mhooks: Mhook_SetHook: disassembly signals %d bytes", dwInstructionLength)); in Mhook_SetHook()
791 SuspendOtherThreads((PBYTE)pSystemFunction, dwInstructionLength); in Mhook_SetHook()
809 for (DWORD i = 0; i<dwInstructionLength; i++) { in Mhook_SetHook()
812 pbCode += dwInstructionLength; in Mhook_SetHook()
814 pbCode = EmitJump(pbCode, ((PBYTE)pSystemFunction) + dwInstructionLength); in Mhook_SetHook()
849 pTrampoline->cbOverwrittenCode = dwInstructionLength; in Mhook_SetHook()
854 FlushInstructionCache(GetCurrentProcess(), pTrampoline->codeTrampoline, dwInstructionLength); in Mhook_SetHook()
860 FlushInstructionCache(GetCurrentProcess(), pSystemFunction, dwInstructionLength); in Mhook_SetHook()
[all …]
/dports/games/magiccube4d/magiccube4d-src-2_2/
H A DFlexible.cpp241 data.dwInstructionLength = desc.dwBufferSize - data.dwInstructionOffset; in Flexible()
/dports/games/tenebrae/tenebrae_0/dxsdk/SDK/INC/
H A DD3DTYPES.H937 DWORD dwInstructionLength; member
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/directx/
H A Dvd3dtypes.h1204 DWORD dwInstructionLength; member
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/win32/plugins/dfxvideo/winsrc/
H A Dd3dtypes.h1210 DWORD dwInstructionLength; member
/dports/devel/mingw32-directx/mingw32-directx-20020518_1/include/w32api/
H A Dd3dtypes.h1580 DWORD dwInstructionLength; member
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd3dtypes.h1214 DWORD dwInstructionLength; member
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd3dtypes.h1214 DWORD dwInstructionLength; member
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/dep/vc/include/
H A Dd3dtypes.h1897 DWORD dwInstructionLength; member
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/dep/vc/include/
H A Dd3dtypes.h1897 DWORD dwInstructionLength; member
/dports/games/avp/avp-20170505/src/avp/win95/
H A Dd3d_render.cpp336 d3dExecData.dwInstructionLength = (ULONG) ((char*)ExecBufInstPtr in SetExecuteBufferDefaults()
495 d3dExecData.dwInstructionLength = (ULONG) ((char*)ExecBufInstPtr in UnlockExecuteBufferAndPrepareForUse()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/SystemServices/
H A Dmod.rs1682 pub dwInstructionLength: u32, field
1702 .field("dwInstructionLength", &self.dwInstructionLength) in fmt()
1711 …tructionOffset == other.dwInstructionOffset && self.dwInstructionLength == other.dwInstructionLeng… in eq()