Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H A Dsys_util.h26 #define PP_HTON64(x) ((((x) & (uint64_t)0x00000000000000ffULL) << 56) | \ macro
36 #define htole64(x) PP_HTON64(x)
38 #define le64toh(x) PP_HTON64(x)
40 #define htobe64(x) PP_HTON64(x)
42 #define be64toh(x) PP_HTON64(x)

Completed in 1 milliseconds