HomeSort by relevance Sort by last modified time
    Searched refs:___swahw32 (Results 1 - 9 of 9) sorted by null

  /bionic/libc/kernel/common/linux/byteorder/
swabb.h 15 #define ___swahw32(x) ({ __u32 __x = (x); ((__u32)( (((__u32)(__x) & (__u32)0x0000ffffUL) << 16) | (((__u32)(__x) & (__u32)0xffff0000UL) >> 16) )); }) macro
22 #define __arch__swahw32(x) ___swahw32(x)
43 #define __swahw32(x) (__builtin_constant_p((__u32)(x)) ? ___swahw32((x)) : __fswahw32((x)))
  /development/ndk/platforms/android-3/include/linux/byteorder/
swabb.h 15 #define ___swahw32(x) ({ __u32 __x = (x); ((__u32)( (((__u32)(__x) & (__u32)0x0000ffffUL) << 16) | (((__u32)(__x) & (__u32)0xffff0000UL) >> 16) )); }) macro
22 #define __arch__swahw32(x) ___swahw32(x)
43 #define __swahw32(x) (__builtin_constant_p((__u32)(x)) ? ___swahw32((x)) : __fswahw32((x)))
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/byteorder/
swabb.h 15 #define ___swahw32(x) ({ __u32 __x = (x); ((__u32)( (((__u32)(__x) & (__u32)0x0000ffffUL) << 16) | (((__u32)(__x) & (__u32)0xffff0000UL) >> 16) )); }) macro
22 #define __arch__swahw32(x) ___swahw32(x)
43 #define __swahw32(x) (__builtin_constant_p((__u32)(x)) ? ___swahw32((x)) : __fswahw32((x)))
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/byteorder/
swabb.h 15 #define ___swahw32(x) ({ __u32 __x = (x); ((__u32)( (((__u32)(__x) & (__u32)0x0000ffffUL) << 16) | (((__u32)(__x) & (__u32)0xffff0000UL) >> 16) )); }) macro
22 #define __arch__swahw32(x) ___swahw32(x)
43 #define __swahw32(x) (__builtin_constant_p((__u32)(x)) ? ___swahw32((x)) : __fswahw32((x)))
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/byteorder/
swabb.h 15 #define ___swahw32(x) ({ __u32 __x = (x); ((__u32)( (((__u32)(__x) & (__u32)0x0000ffffUL) << 16) | (((__u32)(__x) & (__u32)0xffff0000UL) >> 16) )); }) macro
22 #define __arch__swahw32(x) ___swahw32(x)
43 #define __swahw32(x) (__builtin_constant_p((__u32)(x)) ? ___swahw32((x)) : __fswahw32((x)))
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/byteorder/
swabb.h 15 #define ___swahw32(x) ({ __u32 __x = (x); ((__u32)( (((__u32)(__x) & (__u32)0x0000ffffUL) << 16) | (((__u32)(__x) & (__u32)0xffff0000UL) >> 16) )); }) macro
22 #define __arch__swahw32(x) ___swahw32(x)
43 #define __swahw32(x) (__builtin_constant_p((__u32)(x)) ? ___swahw32((x)) : __fswahw32((x)))
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/byteorder/
swabb.h 15 #define ___swahw32(x) ({ __u32 __x = (x); ((__u32)( (((__u32)(__x) & (__u32)0x0000ffffUL) << 16) | (((__u32)(__x) & (__u32)0xffff0000UL) >> 16) )); }) macro
22 #define __arch__swahw32(x) ___swahw32(x)
43 #define __swahw32(x) (__builtin_constant_p((__u32)(x)) ? ___swahw32((x)) : __fswahw32((x)))
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/byteorder/
swabb.h 15 #define ___swahw32(x) ({ __u32 __x = (x); ((__u32)( (((__u32)(__x) & (__u32)0x0000ffffUL) << 16) | (((__u32)(__x) & (__u32)0xffff0000UL) >> 16) )); }) macro
22 #define __arch__swahw32(x) ___swahw32(x)
43 #define __swahw32(x) (__builtin_constant_p((__u32)(x)) ? ___swahw32((x)) : __fswahw32((x)))
  /external/kernel-headers/original/linux/byteorder/
swabb.h 28 #define ___swahw32(x) \ macro
56 # define __arch__swahw32(x) ___swahw32(x)
83 ___swahw32((x)) : \

Completed in 609 milliseconds