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

1 2

  /bionic/libc/kernel/common/linux/byteorder/
swab.h 24 #define ___swab32(x) ({ __u32 __x = (x); ((__u32)( (((__u32)(__x) & (__u32)0x000000ffUL) << 24) | (((__u32)(__x) & (__u32)0x0000ff00UL) << 8) | (((__u32)(__x) & (__u32)0x00ff0000UL) >> 8) | (((__u32)(__x) & (__u32)0xff000000UL) >> 24) )); }) macro
35 #define __arch__swab32(x) ({ __u32 __tmp = (x) ; ___swab32(__tmp); })
66 #define __swab32(x) (__builtin_constant_p((__u32)(x)) ? ___swab32((x)) : __fswab32((x)))
  /development/ndk/platforms/android-3/include/linux/byteorder/
swab.h 19 #define ___swab32(x) ({ __u32 __x = (x); ((__u32)( (((__u32)(__x) & (__u32)0x000000ffUL) << 24) | (((__u32)(__x) & (__u32)0x0000ff00UL) << 8) | (((__u32)(__x) & (__u32)0x00ff0000UL) >> 8) | (((__u32)(__x) & (__u32)0xff000000UL) >> 24) )); }) macro
31 #define __arch__swab32(x) ({ __u32 __tmp = (x) ; ___swab32(__tmp); })
59 #define __swab32(x) (__builtin_constant_p((__u32)(x)) ? ___swab32((x)) : __fswab32((x)))
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/byteorder/
swab.h 19 #define ___swab32(x) ({ __u32 __x = (x); ((__u32)( (((__u32)(__x) & (__u32)0x000000ffUL) << 24) | (((__u32)(__x) & (__u32)0x0000ff00UL) << 8) | (((__u32)(__x) & (__u32)0x00ff0000UL) >> 8) | (((__u32)(__x) & (__u32)0xff000000UL) >> 24) )); }) macro
31 #define __arch__swab32(x) ({ __u32 __tmp = (x) ; ___swab32(__tmp); })
59 #define __swab32(x) (__builtin_constant_p((__u32)(x)) ? ___swab32((x)) : __fswab32((x)))
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/byteorder/
swab.h 19 #define ___swab32(x) ({ __u32 __x = (x); ((__u32)( (((__u32)(__x) & (__u32)0x000000ffUL) << 24) | (((__u32)(__x) & (__u32)0x0000ff00UL) << 8) | (((__u32)(__x) & (__u32)0x00ff0000UL) >> 8) | (((__u32)(__x) & (__u32)0xff000000UL) >> 24) )); }) macro
31 #define __arch__swab32(x) ({ __u32 __tmp = (x) ; ___swab32(__tmp); })
59 #define __swab32(x) (__builtin_constant_p((__u32)(x)) ? ___swab32((x)) : __fswab32((x)))
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/byteorder/
swab.h 19 #define ___swab32(x) ({ __u32 __x = (x); ((__u32)( (((__u32)(__x) & (__u32)0x000000ffUL) << 24) | (((__u32)(__x) & (__u32)0x0000ff00UL) << 8) | (((__u32)(__x) & (__u32)0x00ff0000UL) >> 8) | (((__u32)(__x) & (__u32)0xff000000UL) >> 24) )); }) macro
31 #define __arch__swab32(x) ({ __u32 __tmp = (x) ; ___swab32(__tmp); })
59 #define __swab32(x) (__builtin_constant_p((__u32)(x)) ? ___swab32((x)) : __fswab32((x)))
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/byteorder/
swab.h 19 #define ___swab32(x) ({ __u32 __x = (x); ((__u32)( (((__u32)(__x) & (__u32)0x000000ffUL) << 24) | (((__u32)(__x) & (__u32)0x0000ff00UL) << 8) | (((__u32)(__x) & (__u32)0x00ff0000UL) >> 8) | (((__u32)(__x) & (__u32)0xff000000UL) >> 24) )); }) macro
31 #define __arch__swab32(x) ({ __u32 __tmp = (x) ; ___swab32(__tmp); })
59 #define __swab32(x) (__builtin_constant_p((__u32)(x)) ? ___swab32((x)) : __fswab32((x)))
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/byteorder/
swab.h 19 #define ___swab32(x) ({ __u32 __x = (x); ((__u32)( (((__u32)(__x) & (__u32)0x000000ffUL) << 24) | (((__u32)(__x) & (__u32)0x0000ff00UL) << 8) | (((__u32)(__x) & (__u32)0x00ff0000UL) >> 8) | (((__u32)(__x) & (__u32)0xff000000UL) >> 24) )); }) macro
31 #define __arch__swab32(x) ({ __u32 __tmp = (x) ; ___swab32(__tmp); })
59 #define __swab32(x) (__builtin_constant_p((__u32)(x)) ? ___swab32((x)) : __fswab32((x)))
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/byteorder/
swab.h 19 #define ___swab32(x) ({ __u32 __x = (x); ((__u32)( (((__u32)(__x) & (__u32)0x000000ffUL) << 24) | (((__u32)(__x) & (__u32)0x0000ff00UL) << 8) | (((__u32)(__x) & (__u32)0x00ff0000UL) >> 8) | (((__u32)(__x) & (__u32)0xff000000UL) >> 24) )); }) macro
31 #define __arch__swab32(x) ({ __u32 __tmp = (x) ; ___swab32(__tmp); })
59 #define __swab32(x) (__builtin_constant_p((__u32)(x)) ? ___swab32((x)) : __fswab32((x)))
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/byteorder/
swab.h 19 #define ___swab32(x) ({ __u32 __x = (x); ((__u32)( (((__u32)(__x) & (__u32)0x000000ffUL) << 24) | (((__u32)(__x) & (__u32)0x0000ff00UL) << 8) | (((__u32)(__x) & (__u32)0x00ff0000UL) >> 8) | (((__u32)(__x) & (__u32)0xff000000UL) >> 24) )); }) macro
31 #define __arch__swab32(x) ({ __u32 __tmp = (x) ; ___swab32(__tmp); })
59 #define __swab32(x) (__builtin_constant_p((__u32)(x)) ? ___swab32((x)) : __fswab32((x)))
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/byteorder/
swab.h 19 #define ___swab32(x) ({ __u32 __x = (x); ((__u32)( (((__u32)(__x) & (__u32)0x000000ffUL) << 24) | (((__u32)(__x) & (__u32)0x0000ff00UL) << 8) | (((__u32)(__x) & (__u32)0x00ff0000UL) >> 8) | (((__u32)(__x) & (__u32)0xff000000UL) >> 24) )); }) macro
31 #define __arch__swab32(x) ({ __u32 __tmp = (x) ; ___swab32(__tmp); })
59 #define __swab32(x) (__builtin_constant_p((__u32)(x)) ? ___swab32((x)) : __fswab32((x)))
  /prebuilts/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/byteorder/
swab.h 19 #define ___swab32(x) ({ __u32 __x = (x); ((__u32)( (((__u32)(__x) & (__u32)0x000000ffUL) << 24) | (((__u32)(__x) & (__u32)0x0000ff00UL) << 8) | (((__u32)(__x) & (__u32)0x00ff0000UL) >> 8) | (((__u32)(__x) & (__u32)0xff000000UL) >> 24) )); }) macro
31 #define __arch__swab32(x) ({ __u32 __tmp = (x) ; ___swab32(__tmp); })
59 #define __swab32(x) (__builtin_constant_p((__u32)(x)) ? ___swab32((x)) : __fswab32((x)))
  /prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/byteorder/
swab.h 19 #define ___swab32(x) ({ __u32 __x = (x); ((__u32)( (((__u32)(__x) & (__u32)0x000000ffUL) << 24) | (((__u32)(__x) & (__u32)0x0000ff00UL) << 8) | (((__u32)(__x) & (__u32)0x00ff0000UL) >> 8) | (((__u32)(__x) & (__u32)0xff000000UL) >> 24) )); }) macro
31 #define __arch__swab32(x) ({ __u32 __tmp = (x) ; ___swab32(__tmp); })
59 #define __swab32(x) (__builtin_constant_p((__u32)(x)) ? ___swab32((x)) : __fswab32((x)))
  /prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/byteorder/
swab.h 19 #define ___swab32(x) ({ __u32 __x = (x); ((__u32)( (((__u32)(__x) & (__u32)0x000000ffUL) << 24) | (((__u32)(__x) & (__u32)0x0000ff00UL) << 8) | (((__u32)(__x) & (__u32)0x00ff0000UL) >> 8) | (((__u32)(__x) & (__u32)0xff000000UL) >> 24) )); }) macro
31 #define __arch__swab32(x) ({ __u32 __tmp = (x) ; ___swab32(__tmp); })
59 #define __swab32(x) (__builtin_constant_p((__u32)(x)) ? ___swab32((x)) : __fswab32((x)))
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/linux/byteorder/
swab.h 19 #define ___swab32(x) ({ __u32 __x = (x); ((__u32)( (((__u32)(__x) & (__u32)0x000000ffUL) << 24) | (((__u32)(__x) & (__u32)0x0000ff00UL) << 8) | (((__u32)(__x) & (__u32)0x00ff0000UL) >> 8) | (((__u32)(__x) & (__u32)0xff000000UL) >> 24) )); }) macro
31 #define __arch__swab32(x) ({ __u32 __tmp = (x) ; ___swab32(__tmp); })
59 #define __swab32(x) (__builtin_constant_p((__u32)(x)) ? ___swab32((x)) : __fswab32((x)))
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/linux/byteorder/
swab.h 19 #define ___swab32(x) ({ __u32 __x = (x); ((__u32)( (((__u32)(__x) & (__u32)0x000000ffUL) << 24) | (((__u32)(__x) & (__u32)0x0000ff00UL) << 8) | (((__u32)(__x) & (__u32)0x00ff0000UL) >> 8) | (((__u32)(__x) & (__u32)0xff000000UL) >> 24) )); }) macro
31 #define __arch__swab32(x) ({ __u32 __tmp = (x) ; ___swab32(__tmp); })
59 #define __swab32(x) (__builtin_constant_p((__u32)(x)) ? ___swab32((x)) : __fswab32((x)))
  /prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/include/linux/byteorder/
swab.h 19 #define ___swab32(x) ({ __u32 __x = (x); ((__u32)( (((__u32)(__x) & (__u32)0x000000ffUL) << 24) | (((__u32)(__x) & (__u32)0x0000ff00UL) << 8) | (((__u32)(__x) & (__u32)0x00ff0000UL) >> 8) | (((__u32)(__x) & (__u32)0xff000000UL) >> 24) )); }) macro
31 #define __arch__swab32(x) ({ __u32 __tmp = (x) ; ___swab32(__tmp); })
59 #define __swab32(x) (__builtin_constant_p((__u32)(x)) ? ___swab32((x)) : __fswab32((x)))
  /prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-x86/usr/include/linux/byteorder/
swab.h 19 #define ___swab32(x) ({ __u32 __x = (x); ((__u32)( (((__u32)(__x) & (__u32)0x000000ffUL) << 24) | (((__u32)(__x) & (__u32)0x0000ff00UL) << 8) | (((__u32)(__x) & (__u32)0x00ff0000UL) >> 8) | (((__u32)(__x) & (__u32)0xff000000UL) >> 24) )); }) macro
31 #define __arch__swab32(x) ({ __u32 __tmp = (x) ; ___swab32(__tmp); })
59 #define __swab32(x) (__builtin_constant_p((__u32)(x)) ? ___swab32((x)) : __fswab32((x)))
  /prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/include/linux/byteorder/
swab.h 19 #define ___swab32(x) ({ __u32 __x = (x); ((__u32)( (((__u32)(__x) & (__u32)0x000000ffUL) << 24) | (((__u32)(__x) & (__u32)0x0000ff00UL) << 8) | (((__u32)(__x) & (__u32)0x00ff0000UL) >> 8) | (((__u32)(__x) & (__u32)0xff000000UL) >> 24) )); }) macro
31 #define __arch__swab32(x) ({ __u32 __tmp = (x) ; ___swab32(__tmp); })
59 #define __swab32(x) (__builtin_constant_p((__u32)(x)) ? ___swab32((x)) : __fswab32((x)))
  /prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-x86/usr/include/linux/byteorder/
swab.h 19 #define ___swab32(x) ({ __u32 __x = (x); ((__u32)( (((__u32)(__x) & (__u32)0x000000ffUL) << 24) | (((__u32)(__x) & (__u32)0x0000ff00UL) << 8) | (((__u32)(__x) & (__u32)0x00ff0000UL) >> 8) | (((__u32)(__x) & (__u32)0xff000000UL) >> 24) )); }) macro
31 #define __arch__swab32(x) ({ __u32 __tmp = (x) ; ___swab32(__tmp); })
59 #define __swab32(x) (__builtin_constant_p((__u32)(x)) ? ___swab32((x)) : __fswab32((x)))
  /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/linux/byteorder/
swab.h 19 #define ___swab32(x) ({ __u32 __x = (x); ((__u32)( (((__u32)(__x) & (__u32)0x000000ffUL) << 24) | (((__u32)(__x) & (__u32)0x0000ff00UL) << 8) | (((__u32)(__x) & (__u32)0x00ff0000UL) >> 8) | (((__u32)(__x) & (__u32)0xff000000UL) >> 24) )); }) macro
31 #define __arch__swab32(x) ({ __u32 __tmp = (x) ; ___swab32(__tmp); })
59 #define __swab32(x) (__builtin_constant_p((__u32)(x)) ? ___swab32((x)) : __fswab32((x)))
  /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/linux/byteorder/
swab.h 19 #define ___swab32(x) ({ __u32 __x = (x); ((__u32)( (((__u32)(__x) & (__u32)0x000000ffUL) << 24) | (((__u32)(__x) & (__u32)0x0000ff00UL) << 8) | (((__u32)(__x) & (__u32)0x00ff0000UL) >> 8) | (((__u32)(__x) & (__u32)0xff000000UL) >> 24) )); }) macro
31 #define __arch__swab32(x) ({ __u32 __tmp = (x) ; ___swab32(__tmp); })
59 #define __swab32(x) (__builtin_constant_p((__u32)(x)) ? ___swab32((x)) : __fswab32((x)))
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/linux/byteorder/
swab.h 19 #define ___swab32(x) ({ __u32 __x = (x); ((__u32)( (((__u32)(__x) & (__u32)0x000000ffUL) << 24) | (((__u32)(__x) & (__u32)0x0000ff00UL) << 8) | (((__u32)(__x) & (__u32)0x00ff0000UL) >> 8) | (((__u32)(__x) & (__u32)0xff000000UL) >> 24) )); }) macro
31 #define __arch__swab32(x) ({ __u32 __tmp = (x) ; ___swab32(__tmp); })
59 #define __swab32(x) (__builtin_constant_p((__u32)(x)) ? ___swab32((x)) : __fswab32((x)))
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/linux/byteorder/
swab.h 19 #define ___swab32(x) ({ __u32 __x = (x); ((__u32)( (((__u32)(__x) & (__u32)0x000000ffUL) << 24) | (((__u32)(__x) & (__u32)0x0000ff00UL) << 8) | (((__u32)(__x) & (__u32)0x00ff0000UL) >> 8) | (((__u32)(__x) & (__u32)0xff000000UL) >> 24) )); }) macro
31 #define __arch__swab32(x) ({ __u32 __tmp = (x) ; ___swab32(__tmp); })
59 #define __swab32(x) (__builtin_constant_p((__u32)(x)) ? ___swab32((x)) : __fswab32((x)))
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/byteorder/
swab.h 19 #define ___swab32(x) ({ __u32 __x = (x); ((__u32)( (((__u32)(__x) & (__u32)0x000000ffUL) << 24) | (((__u32)(__x) & (__u32)0x0000ff00UL) << 8) | (((__u32)(__x) & (__u32)0x00ff0000UL) >> 8) | (((__u32)(__x) & (__u32)0xff000000UL) >> 24) )); }) macro
31 #define __arch__swab32(x) ({ __u32 __tmp = (x) ; ___swab32(__tmp); })
59 #define __swab32(x) (__builtin_constant_p((__u32)(x)) ? ___swab32((x)) : __fswab32((x)))
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/byteorder/
swab.h 19 #define ___swab32(x) ({ __u32 __x = (x); ((__u32)( (((__u32)(__x) & (__u32)0x000000ffUL) << 24) | (((__u32)(__x) & (__u32)0x0000ff00UL) << 8) | (((__u32)(__x) & (__u32)0x00ff0000UL) >> 8) | (((__u32)(__x) & (__u32)0xff000000UL) >> 24) )); }) macro
31 #define __arch__swab32(x) ({ __u32 __tmp = (x) ; ___swab32(__tmp); })
59 #define __swab32(x) (__builtin_constant_p((__u32)(x)) ? ___swab32((x)) : __fswab32((x)))

Completed in 1750 milliseconds

1 2