Searched defs:_htole16 (Results 1 – 1 of 1) sorted by relevance
256 static __inline u16 _htole16(u16 v) { return __htole16(v); } in _htole16() function268 #define _htole16(v) (v) macro