Home
last modified time | relevance | path

Searched refs:le16toh (Results 1 – 8 of 8) sorted by relevance

/external/vboot_reference/cgpt/
Dcgpt_endian.h14 #ifndef le16toh
24 # define le16toh(x) (x) macro
39 # define le16toh(x) __bswap_16 (x) macro
Dcgpt_common.c412 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()
/external/libmtp/src/
Dgphoto2-endian-intel.h60 #ifndef le16toh
61 # define le16toh(x) (x) macro
109 # define le16atoh(x) le16toh(*(uint16_t*)(x))
Dgphoto2-endian-ppc.h57 #ifndef le16toh
58 # define le16toh(x) swap16(x) macro
76 #define LE16TOH(x) (x) = le16toh(x)
Dptp-pack.c52 return ((params->byteorder==PTP_DL_LE)?le16toh(var):be16toh(var)); in dtoh16p()
/external/vboot_reference/host/lib21/
Dhost_misc.c152 le16toh(guid->uuid.time_mid), in vb2_guid_to_str()
153 le16toh(guid->uuid.time_high_and_version), in vb2_guid_to_str()
/external/libmtp/m4/
Dbyteorder.m4247 #ifndef le16toh
248 # define le16toh(x) swap16(x)
266 #define LE16TOH(x) (x) = le16toh(x)
286 #ifndef le16toh
287 # define le16toh(x) (x)
345 # define le16atoh(x) le16toh(*(uint16_t*)(x))
/external/libexif/m4m/
Dgp-byteorder.m4237 #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))