Searched refs:be64toh (Results 1 – 14 of 14) sorted by relevance
35 #define R_TYPE(x) (be64toh(x)&0x7fffffff)36 #define R_SYM(x) (be32toh(be64toh(x)>>32))
40 #define be64toh(x) __bswap64(x) macro53 #define be64toh(x) (uint64_t)(x) macro
44 #define be64toh(x) __bswap64(x) macro57 #define be64toh(x) (uint64_t)(x) macro
367 tstamp = be64toh (crf_pdu->crf_data[i]); in validate_crf_pdu()368 next_tstamp = be64toh (crf_pdu->crf_data[i + 1]); in validate_crf_pdu()416 first_pkt_tstamp = be64toh (crf_pdu->crf_data[0]); in calculate_average_period()417 last_pkt_tstamp = be64toh (crf_pdu->crf_data[num_pkt_tstamps - 1]); in calculate_average_period()
64 size = be64toh (size); in dwelf_scn_gnu_compressed_size()
68 # define ngtcp2_ntohl64(N) be64toh(N)
65 # define nghttp3_ntohl64(N) be64toh(N)
166 gsize = be64toh (gsize); in elf_compress_gnu()
234 ? be64toh (val64) : le64toh (val64)); in core_set_initial_registers()277 ? be64toh (val64) : le64toh (val64)); in core_set_initial_registers()
1156 #define ntohll(x) be64toh(x)