Home
last modified time | relevance | path

Searched refs: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
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/include/
H A Dbt_endian.h49 #define BE2H_64(x) be64toh(x)
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_utils.cpp98 return be64toh(*(reinterpret_cast<uint64_t *>(const_cast<uint8_t *>(&bigEndData[pos])))); in GetBufData64()
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_frame.c448 uint64_t fileSize = be64toh(fileInfoUnit->fileSize); in DecodeFileHeaderFrameSp()
/foundation/distributeddatamgr/kv_store/frameworks/cj/src/
H A Ddistributed_kv_store_impl.cpp108 uint64_t tmp4dbl = be64toh(*reinterpret_cast<uint64_t*>(&(real[0]))); in KVValueToValueType()
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
H A Djs_util.cpp201 uint64_t tmp = be64toh(*reinterpret_cast<uint64_t*>(&(real[0]))); in Blob2VariantValue()
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
H A Djs_util.cpp219 uint64_t tmp4dbl = be64toh(*reinterpret_cast<uint64_t*>(&(real[0]))); in Blob2VariantValue()

Completed in 10 milliseconds