HomeSort by relevance Sort by last modified time
    Searched refs:__swab32 (Results 1 - 25 of 30) sorted by null

1 2

  /device/samsung/crespo/alsa-utils/android/
aconfig.h 12 #undef __swab32 macro
13 #define __swab32(x) __arch__swab32((x)) macro
  /external/kernel-headers/original/linux/byteorder/
swab.h 118 # define __swab32(x) \ macro
128 # define __swab32(x) __fswab32(x) macro
165 return (((__u64)__swab32(l)) << 32) | ((__u64)(__swab32(h)));
182 #define swab32 __swab32
big_endian.h 32 #define __cpu_to_le32(x) ((__force __le32)__swab32((x)))
33 #define __le32_to_cpu(x) __swab32((__force __u32)(__le32)(x))
little_endian.h 38 #define __cpu_to_be32(x) ((__force __be32)__swab32((x)))
39 #define __be32_to_cpu(x) __swab32((__force __u32)(__be32)(x))
  /bionic/libc/kernel/common/linux/byteorder/
big_endian.h 43 #define __cpu_to_le32(x) ((__force __le32)__swab32((x)))
44 #define __le32_to_cpu(x) __swab32((__force __u32)(__le32)(x))
little_endian.h 49 #define __cpu_to_be32(x) ((__force __be32)__swab32((x)))
50 #define __be32_to_cpu(x) __swab32((__force __u32)(__be32)(x))
swab.h 59 #define __swab32(x) (__builtin_constant_p((__u32)(x)) ? ___swab32((x)) : __fswab32((x))) macro
63 #define __swab32(x) __fswab32(x) macro
  /development/ndk/platforms/android-3/include/linux/byteorder/
big_endian.h 43 #define __cpu_to_le32(x) ((__force __le32)__swab32((x)))
44 #define __le32_to_cpu(x) __swab32((__force __u32)(__le32)(x))
little_endian.h 49 #define __cpu_to_be32(x) ((__force __be32)__swab32((x)))
50 #define __be32_to_cpu(x) __swab32((__force __u32)(__be32)(x))
swab.h 59 #define __swab32(x) (__builtin_constant_p((__u32)(x)) ? ___swab32((x)) : __fswab32((x))) macro
63 #define __swab32(x) __fswab32(x) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/byteorder/
big_endian.h 43 #define __cpu_to_le32(x) ((__force __le32)__swab32((x)))
44 #define __le32_to_cpu(x) __swab32((__force __u32)(__le32)(x))
little_endian.h 49 #define __cpu_to_be32(x) ((__force __be32)__swab32((x)))
50 #define __be32_to_cpu(x) __swab32((__force __u32)(__be32)(x))
swab.h 59 #define __swab32(x) (__builtin_constant_p((__u32)(x)) ? ___swab32((x)) : __fswab32((x))) macro
63 #define __swab32(x) __fswab32(x) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/byteorder/
big_endian.h 43 #define __cpu_to_le32(x) ((__force __le32)__swab32((x)))
44 #define __le32_to_cpu(x) __swab32((__force __u32)(__le32)(x))
little_endian.h 49 #define __cpu_to_be32(x) ((__force __be32)__swab32((x)))
50 #define __be32_to_cpu(x) __swab32((__force __u32)(__be32)(x))
swab.h 59 #define __swab32(x) (__builtin_constant_p((__u32)(x)) ? ___swab32((x)) : __fswab32((x))) macro
63 #define __swab32(x) __fswab32(x) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/byteorder/
big_endian.h 43 #define __cpu_to_le32(x) ((__force __le32)__swab32((x)))
44 #define __le32_to_cpu(x) __swab32((__force __u32)(__le32)(x))
little_endian.h 49 #define __cpu_to_be32(x) ((__force __be32)__swab32((x)))
50 #define __be32_to_cpu(x) __swab32((__force __u32)(__be32)(x))
swab.h 59 #define __swab32(x) (__builtin_constant_p((__u32)(x)) ? ___swab32((x)) : __fswab32((x))) macro
63 #define __swab32(x) __fswab32(x) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/byteorder/
big_endian.h 43 #define __cpu_to_le32(x) ((__force __le32)__swab32((x)))
44 #define __le32_to_cpu(x) __swab32((__force __u32)(__le32)(x))
little_endian.h 49 #define __cpu_to_be32(x) ((__force __be32)__swab32((x)))
50 #define __be32_to_cpu(x) __swab32((__force __u32)(__be32)(x))
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/byteorder/
big_endian.h 43 #define __cpu_to_le32(x) ((__force __le32)__swab32((x)))
44 #define __le32_to_cpu(x) __swab32((__force __u32)(__le32)(x))
little_endian.h 49 #define __cpu_to_be32(x) ((__force __be32)__swab32((x)))
50 #define __be32_to_cpu(x) __swab32((__force __u32)(__be32)(x))
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/byteorder/
big_endian.h 43 #define __cpu_to_le32(x) ((__force __le32)__swab32((x)))
44 #define __le32_to_cpu(x) __swab32((__force __u32)(__le32)(x))
little_endian.h 49 #define __cpu_to_be32(x) ((__force __be32)__swab32((x)))
50 #define __be32_to_cpu(x) __swab32((__force __u32)(__be32)(x))

Completed in 657 milliseconds

1 2