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

/freebsd-11-stable/sys/crypto/skein/
H A Dskein.h201 #define SKEIN_MK_64(hi32,lo32) ((lo32) + (((u64b_t) (hi32)) << 32))
/freebsd-11-stable/contrib/bzip2/
H A Dbzip2.c238 void uInt64_from_UInt32s ( UInt64* n, UInt32 lo32, UInt32 hi32 )
240 n->b[7] = (UChar)((hi32 >> 24) & 0xFF);
241 n->b[6] = (UChar)((hi32 >> 16) & 0xFF);
242 n->b[5] = (UChar)((hi32 >> 8) & 0xFF);
243 n->b[4] = (UChar) (hi32 & 0xFF);
/freebsd-11-stable/sys/dev/hptmv/
H A Dhptintf.h377 DWORD hi32; member in struct:_LBA64
381 DWORD hi32;
H A Dgui_lib.c259 pArrayInfo->RebuiltSectors.hi32 = sizeof(LBA_T)>4? (pVDevice->u.array.RebuildSectors>>32) : 0;
547 pInfo->Capacity.hi32 = sizeof(LBA_T)>4? (pVDevice->VDeviceCapacity>>32) : 0;
558 pInfo->Capacity.hi32 = 0;
824 param2.Capacity.lo32 = param2.Capacity.hi32 = 0;
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-mips.c3972 expressionS hi32, lo32;
4021 hi32 = *ep;
4022 hi32.X_add_number = (valueT) hi32.X_add_number >> 16;
4023 hi32.X_add_number = (valueT) hi32.X_add_number >> 16;
4024 hi32.X_add_number &= 0xffffffff;
4037 hi32.X_op = O_constant;
4038 hi32.X_add_number = generic_bignum[2] + (generic_bignum[3] << 16);
4041 if (hi32
3965 expressionS hi32, lo32; local
[all...]

Completed in 283 milliseconds