Home
last modified time | relevance | path

Searched defs:be64toh (Results 1 - 8 of 8) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H A Dsys_util.h37 #define be64toh(x) (x) macro
42 #define be64toh(x) PP_HTON64(x) macro
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/jskitsimpl/distributedkvstore/src/
H A Djs_util_mock.cpp28 #define be64toh(data) data macro
/third_party/eudev/src/shared/
H A Dsparse-endian.h53 #undef be64toh macro
86 static inline uint64_t be64toh(be64_t value) { return bswap_64_on_le((uint64_t __force)value); } in be64toh() function
/third_party/musl/porting/liteos_a/kernel/include/
H A Dendian.h44 #define be64toh(x) __bswap64(x) macro
57 #define be64toh(x) (uint64_t)(x) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dendian.h40 #define be64toh(x) __bswap64(x) macro
53 #define be64toh(x) (uint64_t)(x) macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dendian.h40 #define be64toh(x) __bswap64(x) macro
53 #define be64toh(x) (uint64_t)(x) macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dendian.h40 #define be64toh(x) __bswap64(x) macro
53 #define be64toh(x) (uint64_t)(x) macro
/third_party/musl/include/
H A Dendian.h40 #define be64toh(x) __bswap64(x) macro
53 #define be64toh(x) (uint64_t)(x) macro

Completed in 3 milliseconds