Searched refs:lo32 (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 ) argument
244 n->b[3] = (UChar)((lo32 >> 24) & 0xFF);
245 n->b[2] = (UChar)((lo32 >> 16) & 0xFF);
246 n->b[1] = (UChar)((lo32 >> 8) & 0xFF);
247 n->b[0] = (UChar) (lo32 & 0xFF);
/freebsd-11-stable/sys/dev/hptmv/
H A Dhptintf.h378 DWORD lo32; member in struct:_LBA64
380 DWORD lo32;
H A Dgui_lib.c258 pArrayInfo->RebuiltSectors.lo32 = pVDevice->u.array.RebuildSectors;
546 pInfo->Capacity.lo32 = pVDevice->VDeviceCapacity;
557 pInfo->Capacity.lo32 = pVDevice->u.disk.dDeRealCapacity;
824 param2.Capacity.lo32 = param2.Capacity.hi32 = 0;
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-mips.c3972 expressionS hi32, lo32;
4025 lo32 = *ep;
4026 lo32.X_add_number &= 0xffffffff;
4035 lo32.X_op = O_constant;
4036 lo32.X_add_number = generic_bignum[0] + (generic_bignum[1] << 16);
4050 if ((lo32.X_add_number & 0xffff8000) == 0xffff8000)
4052 macro_build (&lo32, "addiu", "t,r,j", reg, 0, BFD_RELOC_LO16);
4055 if (lo32.X_add_number & 0x80000000)
4057 macro_build (&lo32, "lui", "t,u", reg, BFD_RELOC_HI16);
4058 if (lo32
3965 expressionS hi32, lo32; local
[all...]

Completed in 117 milliseconds