Home
last modified time | relevance | path

Searched defs:htols (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/sys/fs/
H A Dpc_label.h107 #define htols(S) (*((ushort_t *)(&(S)))) macro
/freebsd/contrib/libpcap/
H A Dpcap-usb-linux.c81 #define htols(s) s macro
85 #define htols(s) bswap_16(s) macro
/titanic_50/usr/src/cmd/fdformat/
H A Dfdformat.c60 #define htols(S) ((getbyte(S, 1) <<8) | getbyte(S, 0)) macro
62 #define htols(S) (*((ushort_t *)(&(S)))) macro