Searched refs:offset_high (Results 1 – 1 of 1) sorted by relevance
117 DWORD offset_high = static_cast<DWORD>(file_offset >> 32); in TargetMMap() local119 DWORD offset_high = static_cast<DWORD>(0); in TargetMMap() local121 void* view_address = MapViewOfFile(handle, view_access, offset_high, offset_low, map_length); in TargetMMap()