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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_label.h108 #define htoli(I) (*((uint_t *)(&(I)))) macro
117 #define htoli(I) ((getbyte(I, 3) << 24) | (getbyte(I, 2) << 16) | \ macro

Completed in 48 milliseconds