Home
last modified time | relevance | path

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

/third_party/eudev/src/shared/
H A Dsparse-endian.h51 #undef htobe64 macro
78 static inline be64_t htobe64(uint64_t value) { return (be64_t __force) bswap_64_on_le(value); } in htobe64() function
/third_party/musl/porting/liteos_a/kernel/include/
H A Dendian.h43 #define htobe64(x) __bswap64(x) macro
56 #define htobe64(x) (uint64_t)(x) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dendian.h39 #define htobe64(x) __bswap64(x) macro
52 #define htobe64(x) (uint64_t)(x) macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dendian.h39 #define htobe64(x) __bswap64(x) macro
52 #define htobe64(x) (uint64_t)(x) macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dendian.h39 #define htobe64(x) __bswap64(x) macro
52 #define htobe64(x) (uint64_t)(x) macro
/third_party/musl/include/
H A Dendian.h39 #define htobe64(x) __bswap64(x) macro
52 #define htobe64(x) (uint64_t)(x) macro
/third_party/musl/arch/mips64/
H A Dreloc.h37 #define R_INFO(s,t) (htobe64((uint64_t)htobe32(s)<<32 | (uint64_t)t))
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_net.h69 # define ngtcp2_htonl64(N) htobe64(N)
/third_party/elfutils/libelf/
H A Delf_compress_gnu.c116 uint64_t be64_size = htobe64 (orig_size); in elf_compress_gnu()
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_conv.h66 # define nghttp3_htonl64(N) htobe64(N)

Completed in 3 milliseconds