Lines Matching refs:UINT
29 typedef unsigned int UINT; typedef
79 UINT magic; /* 0xed26ff3a */
84 UINT blk_sz; /* block size in bytes, must be a multiple of 4 (4096) */
85 UINT total_blks; /* total blocks in the non-sparse output image */
86 UINT total_chunks; /* total chunks in the sparse input image */
87 UINT image_checksum; /* CRC32 checksum of the original data, counting "don't care" */
100 UINT chunk_sz; /* in blocks in output image */
101 UINT total_sz; /* in bytes of chunk input file including chunk header and data */
120 UINT uiItemOffset;
121 UINT uiItemSize;
127 UINT uiLocationID;
135 UINT uiRc4Flag;
150 UINT uiChipTag;
151 UINT uiMachineId;
165 UINT uiFlashSize;
186 UINT uiBootCodeCrc;
212 typedef vector<UINT> UINT_VECTOR;
233 typedef void (*ProgressPromptCB)(UINT deviceLayer, ENUM_PROGRESS_PROMPT promptID, long long totalVa…