Searched defs:ntohl (Results 1 – 10 of 10) sorted by relevance
42 #define ntohl(x) std_ntohl(x) macro50 #define ntohl(x) ((uint32_t)(x)) macro55 #define ntohl(x) ((uint32_t)((((uint32_t)(x) & 0xffff0000) >> 16) | (((uint32_t)(x) & 0xffff) << 16… macro60 #define ntohl(x) ((uint32_t)((((uint32_t)(x) & 0xff000000) >> 24) | (((uint32_t)(x) & 0x00ff0000) >… macro
31 #define ntohl(n) (n) macro
38 #define ntohl(x) \ macro
155 #define ntohl(x) __ntohl(x) macro
167 #define ntohl(x) ___ntohl(x) macro
46 #define ntohl(x) ((x << 24) | ((x & 0xFF00) << 8) \ macro
724 UInt VG_(ntohl) ( UInt x ) in VG_() argument
392 ntohl, enumerator