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

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dpctypes.h56 #define leshort(a) ((((a) & 0xFF) << 8) | (((a) >> 8) & 0xFF)) macro
59 #define leshort(a) (a) macro

Completed in 81 milliseconds