Searched defs:letohl (Results 1 – 3 of 3) sorted by relevance
47 #define letohl(x) ((uint32_t)(x)) macro 50 #define letohl(x) BSWAP_32(x) macro
53 #define letohl(x) ((uint32_t)(x)) macro 75 #define letohl(x) BSWAP_32(x) macro
36 #define letohl(x) ((uint32_t)(x)) macro 39 #define letohl(x) BSWAP_32(x) macro