Home
last modified time | relevance | path

Searched refs:lo32 (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/contrib/bzip2/
Dbzip2.c238 void uInt64_from_UInt32s ( UInt64* n, UInt32 lo32, UInt32 hi32 ) in uInt64_from_UInt32s() argument
244 n->b[3] = (UChar)((lo32 >> 24) & 0xFF); in uInt64_from_UInt32s()
245 n->b[2] = (UChar)((lo32 >> 16) & 0xFF); in uInt64_from_UInt32s()
246 n->b[1] = (UChar)((lo32 >> 8) & 0xFF); in uInt64_from_UInt32s()
247 n->b[0] = (UChar) (lo32 & 0xFF); in uInt64_from_UInt32s()
/freebsd-9-stable/sys/dev/hptmv/
Dhptintf.h378 DWORD lo32; member
380 DWORD lo32;
Dgui_lib.c258 pArrayInfo->RebuiltSectors.lo32 = pVDevice->u.array.RebuildSectors; in get_array_info_v2()
546 pInfo->Capacity.lo32 = pVDevice->VDeviceCapacity; in hpt_get_device_info_v2()
557 pInfo->Capacity.lo32 = pVDevice->u.disk.dDeRealCapacity; in hpt_get_device_info_v2()
824 param2.Capacity.lo32 = param2.Capacity.hi32 = 0; in hpt_create_array()
/freebsd-9-stable/contrib/binutils/gas/config/
Dtc-mips.c3965 expressionS hi32, lo32; in load_register() local
4018 lo32 = *ep; in load_register()
4019 lo32.X_add_number &= 0xffffffff; in load_register()
4028 lo32.X_op = O_constant; in load_register()
4029 lo32.X_add_number = generic_bignum[0] + (generic_bignum[1] << 16); in load_register()
4043 if ((lo32.X_add_number & 0xffff8000) == 0xffff8000) in load_register()
4045 macro_build (&lo32, "addiu", "t,r,j", reg, 0, BFD_RELOC_LO16); in load_register()
4048 if (lo32.X_add_number & 0x80000000) in load_register()
4050 macro_build (&lo32, "lui", "t,u", reg, BFD_RELOC_HI16); in load_register()
4051 if (lo32.X_add_number & 0xffff) in load_register()
[all …]