Searched refs:be32toh (Results 1 – 7 of 7) sorted by relevance
41 #ifndef be32toh42 # define be32toh(x) ntohl(x) macro47 #define BE32TOH(x) (x) = be32toh(x)103 # define be32atoh(x) be32toh(*(uint32_t*)(x))
41 #ifndef be32toh42 # define be32toh(x) ntohl(x) macro47 #define BE32TOH(x) (x) = be32toh(x)
58 return ((params->byteorder==PTP_DL_LE)?le32toh(var):be32toh(var)); in dtoh32p()
28 # define be32toh(x) __bswap_32 (x) macro43 # define be32toh(x) (x) macro
155 ? be32toh (val32) : le32toh (val32)); in core_next_thread()206 ? be32toh (val32) : le32toh (val32)); in core_set_initial_registers()223 ? be32toh (val32) : le32toh (val32)); in core_set_initial_registers()265 ? be32toh (val32) : le32toh (val32)); in core_set_initial_registers()397 ? be32toh (val32) : le32toh (val32)); in dwfl_core_file_attach()
227 #ifndef be32toh228 # define be32toh(x) ntohl(x)233 #define BE32TOH(x) (x) = be32toh(x)339 # define be32atoh(x) be32toh(*(uint32_t*)(x))
223 #define be32toh(x) ntohl(x)227 #define BE32TOH(x) (x) = be32toh(x)298 #define be32atoh(x) be32toh(*(uint32_t*)(x))