Searched defs:htole32 (Results 1 – 6 of 6) sorted by relevance
30 # define htole32(x) OSSwapHostToLittleInt32(x) macro74 # define htole32(x) (x) macro92 # define htole32(x) __builtin_bswap32(x) macro
27 # define htole32(x) (x) macro42 # define htole32(x) __bswap_32 (x) macro
54 # define htole32(x) OSSwapHostToLittleInt32(x) macro100 # define htole32(x) (x) macro118 # define htole32(x) __builtin_bswap32(x) macro
33 #define htole32(v) OSSwapHostToLittleInt32(v) macro54 #define htole32(v) (v) macro74 #define htole32(v) __builtin_bswap32(v) macro
43 #define htole32(x) (uint32_t)(x) macro56 #define htole32(x) __bswap32(x) macro
58 #define htole32(x) ((uint32_t)(x)) macro72 #define htole32(x) bswap32((x)) macro