Searched refs:hi32 (Results 1 – 5 of 5) sorted by relevance
107 #define SKEIN_MK_64(hi32, lo32) ((lo32) + (((uint64_t)(hi32)) << 32)) argument
200 #define SKEIN_MK_64(hi32,lo32) ((lo32) + (((u64b_t) (hi32)) << 32)) argument
238 void uInt64_from_UInt32s ( UInt64* n, UInt32 lo32, UInt32 hi32 ) in uInt64_from_UInt32s() argument240 n->b[7] = (UChar)((hi32 >> 24) & 0xFF); in uInt64_from_UInt32s()241 n->b[6] = (UChar)((hi32 >> 16) & 0xFF); in uInt64_from_UInt32s()242 n->b[5] = (UChar)((hi32 >> 8) & 0xFF); in uInt64_from_UInt32s()243 n->b[4] = (UChar) (hi32 & 0xFF); in uInt64_from_UInt32s()
377 DWORD hi32; member381 DWORD hi32;
259 pArrayInfo->RebuiltSectors.hi32 = sizeof(LBA_T)>4? (pVDevice->u.array.RebuildSectors>>32) : 0; in get_array_info_v2()547 pInfo->Capacity.hi32 = sizeof(LBA_T)>4? (pVDevice->VDeviceCapacity>>32) : 0; in hpt_get_device_info_v2()558 pInfo->Capacity.hi32 = 0; in hpt_get_device_info_v2()824 param2.Capacity.lo32 = param2.Capacity.hi32 = 0; in hpt_create_array()