HomeSort by relevance Sort by last modified time
    Searched refs:__swahb32 (Results 51 - 75 of 76) sorted by null

1 23 4

  /prebuilts/ndk/9/platforms/android-17/arch-x86/usr/include/linux/byteorder/
swabb.h 32 #define __arch__swahb32p(x) __swahb32(*(x))
44 #define __swahb32(x) (__builtin_constant_p((__u32)(x)) ? ___swahb32((x)) : __fswahb32((x))) macro
47 #define __swahb32(x) __fswahb32(x) macro
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/linux/byteorder/
swabb.h 32 #define __arch__swahb32p(x) __swahb32(*(x))
44 #define __swahb32(x) (__builtin_constant_p((__u32)(x)) ? ___swahb32((x)) : __fswahb32((x))) macro
47 #define __swahb32(x) __fswahb32(x) macro
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/linux/byteorder/
swabb.h 32 #define __arch__swahb32p(x) __swahb32(*(x))
44 #define __swahb32(x) (__builtin_constant_p((__u32)(x)) ? ___swahb32((x)) : __fswahb32((x))) macro
47 #define __swahb32(x) __fswahb32(x) macro
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/byteorder/
swabb.h 32 #define __arch__swahb32p(x) __swahb32(*(x))
44 #define __swahb32(x) (__builtin_constant_p((__u32)(x)) ? ___swahb32((x)) : __fswahb32((x))) macro
47 #define __swahb32(x) __fswahb32(x) macro
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/linux/byteorder/
swabb.h 32 #define __arch__swahb32p(x) __swahb32(*(x))
44 #define __swahb32(x) (__builtin_constant_p((__u32)(x)) ? ___swahb32((x)) : __fswahb32((x))) macro
47 #define __swahb32(x) __fswahb32(x) macro
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/linux/byteorder/
swabb.h 32 #define __arch__swahb32p(x) __swahb32(*(x))
44 #define __swahb32(x) (__builtin_constant_p((__u32)(x)) ? ___swahb32((x)) : __fswahb32((x))) macro
47 #define __swahb32(x) __fswahb32(x) macro
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/linux/byteorder/
swabb.h 32 #define __arch__swahb32p(x) __swahb32(*(x))
44 #define __swahb32(x) (__builtin_constant_p((__u32)(x)) ? ___swahb32((x)) : __fswahb32((x))) macro
47 #define __swahb32(x) __fswahb32(x) macro
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/byteorder/
swabb.h 32 #define __arch__swahb32p(x) __swahb32(*(x))
44 #define __swahb32(x) (__builtin_constant_p((__u32)(x)) ? ___swahb32((x)) : __fswahb32((x))) macro
47 #define __swahb32(x) __fswahb32(x) macro
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/byteorder/
swabb.h 32 #define __arch__swahb32p(x) __swahb32(*(x))
44 #define __swahb32(x) (__builtin_constant_p((__u32)(x)) ? ___swahb32((x)) : __fswahb32((x))) macro
47 #define __swahb32(x) __fswahb32(x) macro
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/byteorder/
swabb.h 32 #define __arch__swahb32p(x) __swahb32(*(x))
44 #define __swahb32(x) (__builtin_constant_p((__u32)(x)) ? ___swahb32((x)) : __fswahb32((x))) macro
47 #define __swahb32(x) __fswahb32(x) macro
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/byteorder/
swabb.h 32 #define __arch__swahb32p(x) __swahb32(*(x))
44 #define __swahb32(x) (__builtin_constant_p((__u32)(x)) ? ___swahb32((x)) : __fswahb32((x))) macro
47 #define __swahb32(x) __fswahb32(x) macro
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/byteorder/
swabb.h 32 #define __arch__swahb32p(x) __swahb32(*(x))
44 #define __swahb32(x) (__builtin_constant_p((__u32)(x)) ? ___swahb32((x)) : __fswahb32((x))) macro
47 #define __swahb32(x) __fswahb32(x) macro
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/byteorder/
swabb.h 32 #define __arch__swahb32p(x) __swahb32(*(x))
44 #define __swahb32(x) (__builtin_constant_p((__u32)(x)) ? ___swahb32((x)) : __fswahb32((x))) macro
47 #define __swahb32(x) __fswahb32(x) macro
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/byteorder/
swabb.h 32 #define __arch__swahb32p(x) __swahb32(*(x))
44 #define __swahb32(x) (__builtin_constant_p((__u32)(x)) ? ___swahb32((x)) : __fswahb32((x))) macro
47 #define __swahb32(x) __fswahb32(x) macro
  /external/kernel-headers/original/uapi/linux/
swab.h 140 * __swahb32 - return a high and low byte-swapped 32-bit value
143 * __swahb32(0x12345678) is 0x34127856
145 #define __swahb32(x) \ macro
208 * See __swahb32() for details of high/low byteswapping.
215 return __swahb32(*p);
276 * See __swahb32() for details of high and low byte swapping
  /external/linux-tools-perf/perf-3.12.0/include/uapi/linux/
swab.h 140 * __swahb32 - return a high and low byte-swapped 32-bit value
143 * __swahb32(0x12345678) is 0x34127856
145 #define __swahb32(x) \ macro
208 * See __swahb32() for details of high/low byteswapping.
215 return __swahb32(*p);
276 * See __swahb32() for details of high and low byte swapping
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
swab.h 134 * __swahb32 - return a high and low byte-swapped 32-bit value
137 * __swahb32(0x12345678) is 0x34127856
139 #define __swahb32(x) \ macro
202 * See __swahb32() for details of high/low byteswapping.
209 return __swahb32(*p);
270 * See __swahb32() for details of high and low byte swapping
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
swab.h 134 * __swahb32 - return a high and low byte-swapped 32-bit value
137 * __swahb32(0x12345678) is 0x34127856
139 #define __swahb32(x) \ macro
202 * See __swahb32() for details of high/low byteswapping.
209 return __swahb32(*p);
270 * See __swahb32() for details of high and low byte swapping
  /bionic/libc/kernel/uapi/linux/
swab.h 60 #define __swahb32(x) (__builtin_constant_p((__u32)(x)) ? ___constant_swahb32(x) : __fswahb32(x)) macro
  /development/ndk/platforms/android-L/include/linux/
swab.h 60 #define __swahb32(x) (__builtin_constant_p((__u32)(x)) ? ___constant_swahb32(x) : __fswahb32(x)) macro
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
swab.h 60 #define __swahb32(x) (__builtin_constant_p((__u32)(x)) ? ___constant_swahb32(x) : __fswahb32(x)) macro
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
swab.h 60 #define __swahb32(x) (__builtin_constant_p((__u32)(x)) ? ___constant_swahb32(x) : __fswahb32(x)) macro
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
swab.h 60 #define __swahb32(x) (__builtin_constant_p((__u32)(x)) ? ___constant_swahb32(x) : __fswahb32(x)) macro
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
swab.h 60 #define __swahb32(x) (__builtin_constant_p((__u32)(x)) ? ___constant_swahb32(x) : __fswahb32(x)) macro
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
swab.h 60 #define __swahb32(x) (__builtin_constant_p((__u32)(x)) ? ___constant_swahb32(x) : __fswahb32(x)) macro

Completed in 2469 milliseconds

1 23 4