Home
last modified time | relevance | path

Searched refs:htobe64 (Results 1 – 10 of 10) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/include/
Dendian.h39 #define htobe64(x) __bswap64(x) macro
52 #define htobe64(x) (uint64_t)(x) macro
/third_party/musl/ndk_musl_include/
Dendian.h39 #define htobe64(x) __bswap64(x) macro
52 #define htobe64(x) (uint64_t)(x) macro
/third_party/musl/porting/uniproton/kernel/include/
Dendian.h39 #define htobe64(x) __bswap64(x) macro
52 #define htobe64(x) (uint64_t)(x) macro
/third_party/musl/include/
Dendian.h39 #define htobe64(x) __bswap64(x) macro
52 #define htobe64(x) (uint64_t)(x) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dendian.h39 #define htobe64(x) __bswap64(x) macro
52 #define htobe64(x) (uint64_t)(x) macro
/third_party/musl/porting/liteos_a/kernel/include/
Dendian.h43 #define htobe64(x) __bswap64(x) macro
56 #define htobe64(x) (uint64_t)(x) macro
/third_party/musl/arch/mips64/
Dreloc.h37 #define R_INFO(s,t) (htobe64((uint64_t)htobe32(s)<<32 | (uint64_t)t))
/third_party/elfutils/libelf/
Delf_compress_gnu.c116 uint64_t be64_size = htobe64 (orig_size); in elf_compress_gnu()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Davtpcrfbase.c49 crf_pdu->crf_data[i] = htobe64 (first_tstamp + offset); in generate_crf_pdu()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_uio.h1168 #define htonll(x) htobe64(x)