Calculate offset of region using its base
| 28 | |
| 29 | // Calculate offset of region using its base |
| 30 | UINT32 calculateRegionOffset(const UINT16 base) |
| 31 | { |
| 32 | return base * 0x1000; |
| 33 | } |
| 34 | |
| 35 | //Calculate size of region using its base and limit |
| 36 | UINT32 calculateRegionSize(const UINT16 base, const UINT16 limit) |
no outgoing calls
no test coverage detected