Searched refs:le16toh (Results 1 – 8 of 8) sorted by relevance
14 #ifndef le16toh24 # define le16toh(x) (x) macro39 # define le16toh(x) __bswap_16 (x) macro
412 le16toh(guid->u.Uuid.time_mid), in GuidToStr()413 le16toh(guid->u.Uuid.time_high_and_version), in GuidToStr()455 uint16_t codeunit = le16toh(utf16[s16idx]); in UTF16ToUTF8()
60 #ifndef le16toh61 # define le16toh(x) (x) macro109 # define le16atoh(x) le16toh(*(uint16_t*)(x))
57 #ifndef le16toh58 # define le16toh(x) swap16(x) macro76 #define LE16TOH(x) (x) = le16toh(x)
52 return ((params->byteorder==PTP_DL_LE)?le16toh(var):be16toh(var)); in dtoh16p()
152 le16toh(guid->uuid.time_mid), in vb2_guid_to_str()153 le16toh(guid->uuid.time_high_and_version), in vb2_guid_to_str()
247 #ifndef le16toh248 # define le16toh(x) swap16(x)266 #define LE16TOH(x) (x) = le16toh(x)286 #ifndef le16toh287 # define le16toh(x) (x)345 # define le16atoh(x) le16toh(*(uint16_t*)(x))
237 #define le16toh(x) swap16(x)245 #define LE16TOH(x) (x) = le16toh(x)258 #define le16toh(x) (x)300 #define le16atoh(x) le16toh(*(uint16_t*)(x))