HomeSort by relevance Sort by last modified time
    Searched refs:__swab16 (Results 126 - 150 of 294) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/linux/byteorder/
little_endian.h 51 #define __cpu_to_be16(x) ((__force __be16)__swab16((x)))
52 #define __be16_to_cpu(x) __swab16((__force __u16)(__be16)(x))
  /prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/linux/byteorder/
big_endian.h 45 #define __cpu_to_le16(x) ((__force __le16)__swab16((x)))
46 #define __le16_to_cpu(x) __swab16((__force __u16)(__le16)(x))
little_endian.h 51 #define __cpu_to_be16(x) ((__force __be16)__swab16((x)))
52 #define __be16_to_cpu(x) __swab16((__force __u16)(__be16)(x))
  /bionic/libc/kernel/uapi/linux/byteorder/
big_endian.h 56 #define __cpu_to_le16(x) ((__force __le16) __swab16((x)))
57 #define __le16_to_cpu(x) __swab16((__force __u16) (__le16) (x))
little_endian.h 64 #define __cpu_to_be16(x) ((__force __be16) __swab16((x)))
65 #define __be16_to_cpu(x) __swab16((__force __u16) (__be16) (x))
  /development/ndk/platforms/android-21/include/linux/byteorder/
big_endian.h 56 #define __cpu_to_le16(x) ((__force __le16)__swab16((x)))
57 #define __le16_to_cpu(x) __swab16((__force __u16)(__le16)(x))
little_endian.h 64 #define __cpu_to_be16(x) ((__force __be16)__swab16((x)))
65 #define __be16_to_cpu(x) __swab16((__force __u16)(__be16)(x))
  /development/ndk/platforms/android-9/include/linux/byteorder/
swab.h 58 #define __swab16(x) (__builtin_constant_p((__u16)(x)) ? ___swab16((x)) : __fswab16((x))) macro
62 #define __swab16(x) __fswab16(x) macro
  /external/kernel-headers/original/uapi/linux/byteorder/
big_endian.h 34 #define __cpu_to_le16(x) ((__force __le16)__swab16((x)))
35 #define __le16_to_cpu(x) __swab16((__force __u16)(__le16)(x))
little_endian.h 40 #define __cpu_to_be16(x) ((__force __be16)__swab16((x)))
41 #define __be16_to_cpu(x) __swab16((__force __u16)(__be16)(x))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/byteorder/
big_endian.h 34 #define __cpu_to_le16(x) ((__le16)__swab16((x)))
35 #define __le16_to_cpu(x) __swab16((__u16)(__le16)(x))
little_endian.h 40 #define __cpu_to_be16(x) ((__be16)__swab16((x)))
41 #define __be16_to_cpu(x) __swab16((__u16)(__be16)(x))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
swab.h 96 * __swab16 - return a byteswapped 16-bit value
99 #define __swab16(x) \ macro
153 return __swab16(*p);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/byteorder/
big_endian.h 34 #define __cpu_to_le16(x) ((__le16)__swab16((x)))
35 #define __le16_to_cpu(x) __swab16((__u16)(__le16)(x))
little_endian.h 40 #define __cpu_to_be16(x) ((__be16)__swab16((x)))
41 #define __be16_to_cpu(x) __swab16((__u16)(__be16)(x))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
swab.h 96 * __swab16 - return a byteswapped 16-bit value
99 #define __swab16(x) \ macro
153 return __swab16(*p);
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/byteorder/
swab.h 58 #define __swab16(x) (__builtin_constant_p((__u16)(x)) ? ___swab16((x)) : __fswab16((x))) macro
62 #define __swab16(x) __fswab16(x) macro
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/linux/byteorder/
swab.h 58 #define __swab16(x) (__builtin_constant_p((__u16)(x)) ? ___swab16((x)) : __fswab16((x))) macro
62 #define __swab16(x) __fswab16(x) macro
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/linux/byteorder/
swab.h 58 #define __swab16(x) (__builtin_constant_p((__u16)(x)) ? ___swab16((x)) : __fswab16((x))) macro
62 #define __swab16(x) __fswab16(x) macro
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/linux/byteorder/
swab.h 58 #define __swab16(x) (__builtin_constant_p((__u16)(x)) ? ___swab16((x)) : __fswab16((x))) macro
62 #define __swab16(x) __fswab16(x) macro
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/linux/byteorder/
swab.h 58 #define __swab16(x) (__builtin_constant_p((__u16)(x)) ? ___swab16((x)) : __fswab16((x))) macro
62 #define __swab16(x) __fswab16(x) macro
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/linux/byteorder/
swab.h 58 #define __swab16(x) (__builtin_constant_p((__u16)(x)) ? ___swab16((x)) : __fswab16((x))) macro
62 #define __swab16(x) __fswab16(x) macro
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/linux/byteorder/
swab.h 58 #define __swab16(x) (__builtin_constant_p((__u16)(x)) ? ___swab16((x)) : __fswab16((x))) macro
62 #define __swab16(x) __fswab16(x) macro
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/linux/byteorder/
swab.h 58 #define __swab16(x) (__builtin_constant_p((__u16)(x)) ? ___swab16((x)) : __fswab16((x))) macro
62 #define __swab16(x) __fswab16(x) macro
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/linux/byteorder/
swab.h 58 #define __swab16(x) (__builtin_constant_p((__u16)(x)) ? ___swab16((x)) : __fswab16((x))) macro
62 #define __swab16(x) __fswab16(x) macro

Completed in 1159 milliseconds

1 2 3 4 56 7 8 91011>>