Lines Matching refs:u32

37 	u32 abiVersion;                    ///< ABI version. This must be set to \ref GFD_DLL_ABI_VERSION.
46 u32 abiVersion; ///< ABI version. This must be set to \ref GFD_DLL_ABI_VERSION.
57 u32 magic; ///< magic number
58u32 size; ///< size of header in bytes - must match exactly, or header (and he…
59u32 majorVersion; ///< major version number - must match exactly or header is unreadab…
60 u32 minorVersion; ///< minor version number - will warn if lower.
63 u32 reserved1; ///< reserved (should be 0)
64 u32 reserved2; ///< reserved (should be 0)
79 u32 magic; ///< Magic number for block headers
80 u32 size; ///< Size of block header in bytes
81u32 majorVersion; ///< Major version number - must match exactly or this block is unread…
82 u32 minorVersion; ///< Minor version number - will warn if lower.
84 u32 dataSize; ///< Size of the following data block, in bytes.
85u32 id; ///< A unique identifier for this block, allowing it to be referenced …
86u32 typeIdx; ///< An incrementing index for each instance of a given type (currentl…
102 u32 magic; ///< magic value
103u32 size; ///< size of this data structure. Must exactly match sizeof(GFDBlo…
104 u32 type; ///< type of the main data block
105u32 dataSize; ///< size of the main data section (allocate this size of contiguo…
106u32 dataOffset; ///< offset of the main data section in this block. Should almost…
107 u32 stringTableCharNumber; ///< number of characters in the string table
108 u32 stringTableOffset; ///< offset of string table in this block
109u32 basePatchAddress; ///< base address used in patches, normally pointer to beginning o…
110 u32 patchTableOffsetNumber; ///< number of offsets in the patch table
111 u32 patchTableOffset; ///< offset of the patch table in this block