Searched refs:be32atoh (Results 1 – 5 of 5) sorted by relevance
102 #ifndef be32atoh103 # define be32atoh(x) be32toh(*(uint32_t*)(x)) macro
94 #define be32atoh(x) ((uint32_t)(((x)[0]<<24)|((x)[1]<<16)|((x)[2]<<8)|(x)[3])) macro
76 return ((params->byteorder==PTP_DL_LE)?le32atoh(a):be32atoh(a)); in dtoh32ap()
338 #ifndef be32atoh339 # define be32atoh(x) be32toh(*(uint32_t*)(x))386 #define be32atoh(x) ((uint32_t)(((x)[0]<<24)|((x)[1]<<16)|((x)[2]<<8)|(x)[3]))
298 #define be32atoh(x) be32toh(*(uint32_t*)(x))324 #define be32atoh(x) ((uint32_t)(((x)[0]<<24)|((x)[1]<<16)|((x)[2]<<8)|(x)[3]))