HomeSort by relevance Sort by last modified time
    Searched refs:__be16_to_cpu (Results 101 - 112 of 112) sorted by null

1 2 3 45

  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/linux/byteorder/
big_endian.h 65 #define __be16_to_cpu(x) ((__force __u16)(__be16)(x)) macro
little_endian.h 65 #define __be16_to_cpu(x) __swab16((__force __u16)(__be16)(x)) macro
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/linux/byteorder/
big_endian.h 65 #define __be16_to_cpu(x) ((__force __u16)(__be16)(x)) macro
little_endian.h 65 #define __be16_to_cpu(x) __swab16((__force __u16)(__be16)(x)) macro
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/byteorder/
big_endian.h 65 #define __be16_to_cpu(x) ((__force __u16)(__be16)(x)) macro
little_endian.h 65 #define __be16_to_cpu(x) __swab16((__force __u16)(__be16)(x)) macro
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/byteorder/
big_endian.h 65 #define __be16_to_cpu(x) ((__force __u16)(__be16)(x)) macro
little_endian.h 65 #define __be16_to_cpu(x) __swab16((__force __u16)(__be16)(x)) macro
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/byteorder/
big_endian.h 65 #define __be16_to_cpu(x) ((__force __u16)(__be16)(x)) macro
little_endian.h 65 #define __be16_to_cpu(x) __swab16((__force __u16)(__be16)(x)) macro
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/byteorder/
big_endian.h 65 #define __be16_to_cpu(x) ((__force __u16)(__be16)(x)) macro
little_endian.h 65 #define __be16_to_cpu(x) __swab16((__force __u16)(__be16)(x)) macro

Completed in 264 milliseconds

1 2 3 45