Home
last modified time | relevance | path

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

/third_party/ntfs-3g/include/ntfs-3g/
Dendians.h135 #define __be16_to_cpu(x) bswap_16(x) macro
169 #define __be16_to_cpu(x) (x) macro
233 #define be16_to_cpu(x) (u16)__be16_to_cpu((u16)(x))
237 #define be16_to_cpup(x) (u16)__be16_to_cpu(*(const u16*)(x))
243 #define sbe16_to_cpu(x) (s16)__be16_to_cpu((s16)(x))
247 #define sbe16_to_cpup(x) (s16)__be16_to_cpu(*(s16*)(x))
/third_party/alsa-lib/include/sound/
Dtype_compat.h35 #define __be16_to_cpu __cpu_to_be16 macro
/third_party/alsa-utils/aplay/
Daplay.c70 #define be16toh(x) __be16_to_cpu(x)