Searched defs:ltohi (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/fs/ | ||
H A D | pc_label.h | 106 #define ltohi(I) (*((uint_t *)(&(I)))) macro 114 #define ltohi(I) ((getbyte(I, 3) << 24) | (getbyte(I, 2) << 16) | \ macro |
Completed in 51 milliseconds