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

  /external/kernel-headers/original/linux/byteorder/
swabb.h 63 # define __arch__swahw32p(x) __swahw32(*(x))
81 # define __swahw32(x) \ macro
90 # define __swahw32(x) __fswahw32(x) macro
132 #define swahw32 __swahw32
  /bionic/libc/kernel/common/linux/byteorder/
swabb.h 29 #define __arch__swahw32p(x) __swahw32(*(x))
43 #define __swahw32(x) (__builtin_constant_p((__u32)(x)) ? ___swahw32((x)) : __fswahw32((x))) macro
46 #define __swahw32(x) __fswahw32(x) macro
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/byteorder/
swabb.h 29 #define __arch__swahw32p(x) __swahw32(*(x))
43 #define __swahw32(x) (__builtin_constant_p((__u32)(x)) ? ___swahw32((x)) : __fswahw32((x))) macro
46 #define __swahw32(x) __fswahw32(x) macro
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/byteorder/
swabb.h 29 #define __arch__swahw32p(x) __swahw32(*(x))
43 #define __swahw32(x) (__builtin_constant_p((__u32)(x)) ? ___swahw32((x)) : __fswahw32((x))) macro
46 #define __swahw32(x) __fswahw32(x) macro
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/byteorder/
swabb.h 29 #define __arch__swahw32p(x) __swahw32(*(x))
43 #define __swahw32(x) (__builtin_constant_p((__u32)(x)) ? ___swahw32((x)) : __fswahw32((x))) macro
46 #define __swahw32(x) __fswahw32(x) macro
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/byteorder/
swabb.h 29 #define __arch__swahw32p(x) __swahw32(*(x))
43 #define __swahw32(x) (__builtin_constant_p((__u32)(x)) ? ___swahw32((x)) : __fswahw32((x))) macro
46 #define __swahw32(x) __fswahw32(x) macro
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/byteorder/
swabb.h 29 #define __arch__swahw32p(x) __swahw32(*(x))
43 #define __swahw32(x) (__builtin_constant_p((__u32)(x)) ? ___swahw32((x)) : __fswahw32((x))) macro
46 #define __swahw32(x) __fswahw32(x) macro
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/byteorder/
swabb.h 29 #define __arch__swahw32p(x) __swahw32(*(x))
43 #define __swahw32(x) (__builtin_constant_p((__u32)(x)) ? ___swahw32((x)) : __fswahw32((x))) macro
46 #define __swahw32(x) __fswahw32(x) macro
  /bionic/libc/kernel/common/linux/
swab.h 48 #define __swahw32(x) (__builtin_constant_p((__u32)(x)) ? ___constant_swahw32(x) : __fswahw32(x)) macro
  /external/kernel-headers/original/linux/
swab.h 123 * __swahw32 - return a word-swapped 32-bit value
126 * __swahw32(0x12340000) is 0x00001234
128 #define __swahw32(x) \ macro
187 * See __swahw32() for details of wordswapping.
194 return __swahw32(*p);
255 * See __swahw32() for details of wordswapping
285 # define swahw32 __swahw32

Completed in 6764 milliseconds