Home
last modified time | relevance | path

Searched refs:be64toh (Results 1 – 14 of 14) sorted by relevance

/third_party/musl/arch/mips64/
Dreloc.h35 #define R_TYPE(x) (be64toh(x)&0x7fffffff)
36 #define R_SYM(x) (be32toh(be64toh(x)>>32))
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dendian.h40 #define be64toh(x) __bswap64(x) macro
53 #define be64toh(x) (uint64_t)(x) macro
/third_party/musl/porting/uniproton/kernel/include/
Dendian.h40 #define be64toh(x) __bswap64(x) macro
53 #define be64toh(x) (uint64_t)(x) macro
/third_party/musl/ndk_musl_include/
Dendian.h40 #define be64toh(x) __bswap64(x) macro
53 #define be64toh(x) (uint64_t)(x) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dendian.h40 #define be64toh(x) __bswap64(x) macro
53 #define be64toh(x) (uint64_t)(x) macro
/third_party/musl/include/
Dendian.h40 #define be64toh(x) __bswap64(x) macro
53 #define be64toh(x) (uint64_t)(x) macro
/third_party/musl/porting/liteos_a/kernel/include/
Dendian.h44 #define be64toh(x) __bswap64(x) macro
57 #define be64toh(x) (uint64_t)(x) macro
/third_party/gstreamer/gstplugins_bad/ext/avtp/
Dgstavtpcrfbase.c367 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()
/third_party/elfutils/libdwelf/
Ddwelf_scn_gnu_compressed_size.c64 size = be64toh (size); in dwelf_scn_gnu_compressed_size()
/third_party/node/deps/ngtcp2/ngtcp2/lib/
Dngtcp2_net.h68 # define ngtcp2_ntohl64(N) be64toh(N)
/third_party/node/deps/ngtcp2/nghttp3/lib/
Dnghttp3_conv.h65 # define nghttp3_ntohl64(N) be64toh(N)
/third_party/elfutils/libelf/
Delf_compress_gnu.c166 gsize = be64toh (gsize); in elf_compress_gnu()
/third_party/elfutils/libdwfl/
Dlinux-core-attach.c234 ? be64toh (val64) : le64toh (val64)); in core_set_initial_registers()
277 ? be64toh (val64) : le64toh (val64)); in core_set_initial_registers()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_uio.h1156 #define ntohll(x) be64toh(x)