Home
last modified time | relevance | path

Searched defs:lo32 (Results 1 – 4 of 4) 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/contrib/bzip2/
H A Dbzip2.c238 void uInt64_from_UInt32s ( UInt64* n, UInt32 lo32, UInt32 hi32 ) in uInt64_from_UInt32s()
/freebsd/sys/crypto/skein/
H A Dskein.h200 #define SKEIN_MK_64(hi32,lo32) ((lo32) + (((u64b_t) (hi32)) << 32)) argument
/freebsd/sys/dev/hptmv/
H A Dhptintf.h378 DWORD lo32; member