Searched refs:htobe64 (Results 1 – 10 of 10) sorted by relevance
39 #define htobe64(x) __bswap64(x) macro52 #define htobe64(x) (uint64_t)(x) macro
43 #define htobe64(x) __bswap64(x) macro56 #define htobe64(x) (uint64_t)(x) macro
37 #define R_INFO(s,t) (htobe64((uint64_t)htobe32(s)<<32 | (uint64_t)t))
116 uint64_t be64_size = htobe64 (orig_size); in elf_compress_gnu()
49 crf_pdu->crf_data[i] = htobe64 (first_tstamp + offset); in generate_crf_pdu()
1168 #define htonll(x) htobe64(x)