Home
last modified time | relevance | path

Searched refs:__le16_to_cpu (Results 1 – 3 of 3) sorted by relevance

/third_party/ntfs-3g/include/ntfs-3g/
Dendians.h119 #define __le16_to_cpu(x) (x) macro
153 #define __le16_to_cpu(x) bswap_16(x) macro
193 #define le16_to_cpu(x) (u16)__le16_to_cpu((u16)(x))
197 #define le16_to_cpup(x) (u16)__le16_to_cpu(*(const u16*)(x))
203 #define sle16_to_cpu(x) (s16)__le16_to_cpu((s16)(x))
207 #define sle16_to_cpup(x) (s16)__le16_to_cpu(*(s16*)(x))
/third_party/alsa-lib/include/sound/
Dtype_compat.h34 #define __le16_to_cpu __cpu_to_le16 macro
/third_party/alsa-utils/aplay/
Daplay.c69 #define le16toh(x) __le16_to_cpu(x)