Home
last modified time | relevance | path

Searched defs:InstructionLength (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
DWinHvPlatformDefs.h491 UINT32 InstructionLength:4; member
603 UINT8 InstructionLength : 4; member
/aosp_15_r20/external/crosvm/hypervisor/src/whpx/whpx_sys/
H A DWinHvPlatformDefs.h761 UINT32 InstructionLength:4; member
953 UINT8 InstructionLength : 4; member
H A Dbindings.rs4678 pub fn InstructionLength(&self) -> UINT32 { in InstructionLength() method
4745 let InstructionLength: u32 = unsafe { ::std::mem::transmute(InstructionLength) }; localVariable
6199 pub fn InstructionLength(&self) -> UINT8 { in InstructionLength() method
6227 let InstructionLength: u8 = unsafe { ::std::mem::transmute(InstructionLength) }; localVariable