Searched defs:uAlign (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DDBGFMem.cpp119 * @param uAlign The alignment restriction imposed on the result.
127 VMMR3DECL(int) DBGFR3MemScan(PUVM pUVM, VMCPUID idCpu, PCDBGFADDRESS pAddress, RTGCUINTPTR cbRange, RTGCUINTPTR uAlign, argument
133 pUVM, idCpu, pAddress, &cbRange, &uAlign, pvNeedle, cbNeedle, pHitAddress);
H A DPGMDbg.cpp405 * @param uAlign The alignment restriction of the result.
407 static const uint8_t *pgmR3DbgAlignedMemChr(const uint8_t *pb, uint8_t b, size_t cb, uint32_t uAlign) argument
410 if (uAlign <= 32)
413 if ((uintptr_t)pbRet & (uAlign - 1))
425 } while ((uintptr_t)pbRet & (uAlign - 1));
440 if (cb <= uAlign)
442 cb -= uAlign;
443 pb += uAlign;
461 * @param uAlign The needle alignment. This is of course less than a page.
471 static bool pgmR3DbgScanPage(const uint8_t *pbPage, int32_t *poff, uint32_t cb, uint32_t uAlign, argument
[all...]
/vbox/include/VBox/vmm/
H A Dpdmaudioifs.h196 uint32_t uAlign; member in struct:PDMPCMPROPS
/vbox/src/VBox/Debugger/testcase/
H A DtstDBGCStubs.cpp181 VMMR3DECL(int) DBGFR3MemScan(PUVM pUVM, VMCPUID idCpu, PCDBGFADDRESS pAddress, RTGCUINTPTR cbRange, RTGCUINTPTR uAlign, const void *pabNeedle, size_t cbNeedle, PDBGFADDRESS pHitAddress) argument
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPHardenedVerifyImage-win.cpp1512 uint64_t uAlign; member in union:__anon16384
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dcommctrl.h3555 UINT uAlign; member in struct:LVGROUP
3573 #define LVGROUP_V5_SIZE CCSIZEOF_STRUCT(LVGROUP, uAlign)
3655 UINT uAlign; /* (_WIN32_IE >= 0x560) */ member in struct:tagNMLVCUSTOMDRAW
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dcommctrl.h3629 UINT uAlign; member in struct:LVGROUP
3647 #define LVGROUP_V5_SIZE CCSIZEOF_STRUCT(LVGROUP, uAlign)
3729 UINT uAlign; /* (_WIN32_IE >= 0x560) */ member in struct:tagNMLVCUSTOMDRAW

Completed in 150 milliseconds