Searched defs:htols (Results 1 – 3 of 3) sorted by relevance
107 #define htols(S) (*((ushort_t *)(&(S)))) macro
81 #define htols(s) s macro85 #define htols(s) bswap_16(s) macro
60 #define htols(S) ((getbyte(S, 1) <<8) | getbyte(S, 0)) macro62 #define htols(S) (*((ushort_t *)(&(S)))) macro