HomeSort by relevance Sort by last modified time
    Searched defs:__le32_to_cpu (Results 176 - 200 of 201) sorted by null

1 2 3 4 5 6 78 9

  /prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/linux/byteorder/
big_endian.h 55 #define __le32_to_cpu(x) __swab32((__force __u32)(__le32)(x)) macro
little_endian.h 55 #define __le32_to_cpu(x) ((__force __u32)(__le32)(x)) macro
  /prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/linux/byteorder/
big_endian.h 55 #define __le32_to_cpu(x) __swab32((__force __u32)(__le32)(x)) macro
little_endian.h 55 #define __le32_to_cpu(x) ((__force __u32)(__le32)(x)) macro
  /prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/linux/byteorder/
big_endian.h 55 #define __le32_to_cpu(x) __swab32((__force __u32)(__le32)(x)) macro
little_endian.h 55 #define __le32_to_cpu(x) ((__force __u32)(__le32)(x)) macro
  /prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/linux/byteorder/
big_endian.h 55 #define __le32_to_cpu(x) __swab32((__force __u32)(__le32)(x)) macro
little_endian.h 55 #define __le32_to_cpu(x) ((__force __u32)(__le32)(x)) macro
  /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/linux/byteorder/
big_endian.h 55 #define __le32_to_cpu(x) __swab32((__force __u32)(__le32)(x)) macro
little_endian.h 55 #define __le32_to_cpu(x) ((__force __u32)(__le32)(x)) macro
  /prebuilts/ndk/r11/platforms/android-3/arch-arm/usr/include/linux/byteorder/
big_endian.h 44 #define __le32_to_cpu(x) __swab32((__force __u32)(__le32)(x)) macro
little_endian.h 44 #define __le32_to_cpu(x) ((__force __u32)(__le32)(x)) macro
  /prebuilts/ndk/r11/platforms/android-4/arch-arm/usr/include/linux/byteorder/
big_endian.h 44 #define __le32_to_cpu(x) __swab32((__force __u32)(__le32)(x)) macro
little_endian.h 44 #define __le32_to_cpu(x) ((__force __u32)(__le32)(x)) macro
  /prebuilts/ndk/r11/platforms/android-5/arch-arm/usr/include/linux/byteorder/
big_endian.h 44 #define __le32_to_cpu(x) __swab32((__force __u32)(__le32)(x)) macro
little_endian.h 44 #define __le32_to_cpu(x) ((__force __u32)(__le32)(x)) macro
  /prebuilts/ndk/r11/platforms/android-8/arch-arm/usr/include/linux/byteorder/
big_endian.h 44 #define __le32_to_cpu(x) __swab32((__force __u32)(__le32)(x)) macro
little_endian.h 44 #define __le32_to_cpu(x) ((__force __u32)(__le32)(x)) macro
  /prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/linux/byteorder/
big_endian.h 44 #define __le32_to_cpu(x) __swab32((__force __u32)(__le32)(x)) macro
little_endian.h 44 #define __le32_to_cpu(x) ((__force __u32)(__le32)(x)) macro
  /prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/linux/byteorder/
big_endian.h 44 #define __le32_to_cpu(x) __swab32((__force __u32)(__le32)(x)) macro
little_endian.h 44 #define __le32_to_cpu(x) ((__force __u32)(__le32)(x)) macro
  /prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/linux/byteorder/
big_endian.h 44 #define __le32_to_cpu(x) __swab32((__force __u32)(__le32)(x)) macro
little_endian.h 44 #define __le32_to_cpu(x) ((__force __u32)(__le32)(x)) macro
  /external/fio/os/
os.h 213 #define __le32_to_cpu(x) (x) macro
220 #define __le32_to_cpu(x) fio_swap32(x) macro
235 __le32_to_cpu(val); \

Completed in 365 milliseconds

1 2 3 4 5 6 78 9