Home
last modified time | relevance | path

Searched defs:hi32 (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/bzip2/
H A Dbzip2.c238 void uInt64_from_UInt32s ( UInt64* n, UInt32 lo32, UInt32 hi32 ) in uInt64_from_UInt32s()
/freebsd-12.1/sys/crypto/skein/
H A Dskein.h201 #define SKEIN_MK_64(hi32,lo32) ((lo32) + (((u64b_t) (hi32)) << 32)) argument
/freebsd-12.1/sys/dev/hptmv/
H A Dhptintf.h379 DWORD hi32; member
/freebsd-12.1/contrib/binutils/gas/config/
H A Dtc-mips.c3965 expressionS hi32, lo32; in load_register() local