Searched defs:_htole32 (Results 1 – 1 of 1) sorted by relevance
257 static __inline u32 _htole32(u32 v) { return __htole32(v); } in _htole32() function269 #define _htole32(v) (v) macro