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

/illumos-gate/usr/src/lib/libtnf/
H A Dscalar.c105 tnf_uint32_t hi32, lo32; /* XXX both assumed unsigned */ local
109 hi32 = *(tnf_uint32_t *)val;
116 return ((((tnf_uint64_t)hi32) << 32)
121 + (tnf_uint64_t)_tnf_swap32(hi32));
126 + (tnf_uint64_t)hi32);
129 return ((((tnf_uint64_t)_tnf_swap32(hi32)) << 32)

Completed in 58 milliseconds