Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dfillp_os.h37 #define FILLP_NTOHS(x) (FILLP_UINT16)((((x)&0x00ff) << 8) | (((x)&0xff00) >> 8)) macro
51 #define FILLP_NTOHS(x) (x) macro

Completed in 1 milliseconds