Home
last modified time | relevance | path

Searched refs:hi32 (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/openzfs/module/icp/algs/skein/
H A Dskein_impl.h107 #define SKEIN_MK_64(hi32, lo32) ((lo32) + (((uint64_t)(hi32)) << 32)) argument
/freebsd/sys/crypto/skein/
H A Dskein.h200 #define SKEIN_MK_64(hi32,lo32) ((lo32) + (((u64b_t) (hi32)) << 32)) argument
/freebsd/contrib/bzip2/
H A Dbzip2.c238 void uInt64_from_UInt32s ( UInt64* n, UInt32 lo32, UInt32 hi32 ) in uInt64_from_UInt32s() argument
240 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()
/freebsd/sys/dev/hptmv/
H A Dhptintf.h377 DWORD hi32; member
381 DWORD hi32;
H A Dgui_lib.c259 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()