Home
last modified time | relevance | path

Searched defs:UInt32 (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DTypes.h72 typedef unsigned long UInt32; typedef
75 typedef unsigned int UInt32; typedef
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DTypes.h49 typedef unsigned long UInt32; typedef
52 typedef unsigned int UInt32; typedef
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DTypes.h72 typedef unsigned long UInt32; typedef
75 typedef unsigned int UInt32; typedef
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
Dmacsupport.py34 UInt32 = Type("UInt32", "l") variable