Searched defs:ghtonl (Results 1 – 2 of 2) sorted by relevance
121 inline uint32_t ghtonl(uint32_t x) { return gbswap_32(x); } in ghtonl() function130 inline uint32_t ghtonl(uint32_t x) { return x; } in ghtonl() function
273 uint32 ghtonl(uint32 x) { in ghtonl() function