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