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

1 2

  /bionic/libc/kernel/common/linux/byteorder/
big_endian.h 41 #define __cpu_to_le64(x) ((__force __le64)__swab64((x)))
42 #define __le64_to_cpu(x) __swab64((__force __u64)(__le64)(x))
little_endian.h 47 #define __cpu_to_be64(x) ((__force __be64)__swab64((x)))
48 #define __be64_to_cpu(x) __swab64((__force __u64)(__be64)(x))
swab.h 60 #define __swab64(x) (__builtin_constant_p((__u64)(x)) ? ___swab64((x)) : __fswab64((x))) macro
64 #define __swab64(x) __fswab64(x) macro
  /development/ndk/platforms/android-3/include/linux/byteorder/
big_endian.h 41 #define __cpu_to_le64(x) ((__force __le64)__swab64((x)))
42 #define __le64_to_cpu(x) __swab64((__force __u64)(__le64)(x))
little_endian.h 47 #define __cpu_to_be64(x) ((__force __be64)__swab64((x)))
48 #define __be64_to_cpu(x) __swab64((__force __u64)(__be64)(x))
swab.h 60 #define __swab64(x) (__builtin_constant_p((__u64)(x)) ? ___swab64((x)) : __fswab64((x))) macro
64 #define __swab64(x) __fswab64(x) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/byteorder/
big_endian.h 41 #define __cpu_to_le64(x) ((__force __le64)__swab64((x)))
42 #define __le64_to_cpu(x) __swab64((__force __u64)(__le64)(x))
little_endian.h 47 #define __cpu_to_be64(x) ((__force __be64)__swab64((x)))
48 #define __be64_to_cpu(x) __swab64((__force __u64)(__be64)(x))
swab.h 60 #define __swab64(x) (__builtin_constant_p((__u64)(x)) ? ___swab64((x)) : __fswab64((x))) macro
64 #define __swab64(x) __fswab64(x) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/byteorder/
big_endian.h 41 #define __cpu_to_le64(x) ((__force __le64)__swab64((x)))
42 #define __le64_to_cpu(x) __swab64((__force __u64)(__le64)(x))
little_endian.h 47 #define __cpu_to_be64(x) ((__force __be64)__swab64((x)))
48 #define __be64_to_cpu(x) __swab64((__force __u64)(__be64)(x))
swab.h 60 #define __swab64(x) (__builtin_constant_p((__u64)(x)) ? ___swab64((x)) : __fswab64((x))) macro
64 #define __swab64(x) __fswab64(x) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/byteorder/
big_endian.h 41 #define __cpu_to_le64(x) ((__force __le64)__swab64((x)))
42 #define __le64_to_cpu(x) __swab64((__force __u64)(__le64)(x))
little_endian.h 47 #define __cpu_to_be64(x) ((__force __be64)__swab64((x)))
48 #define __be64_to_cpu(x) __swab64((__force __u64)(__be64)(x))
swab.h 60 #define __swab64(x) (__builtin_constant_p((__u64)(x)) ? ___swab64((x)) : __fswab64((x))) macro
64 #define __swab64(x) __fswab64(x) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/byteorder/
big_endian.h 41 #define __cpu_to_le64(x) ((__force __le64)__swab64((x)))
42 #define __le64_to_cpu(x) __swab64((__force __u64)(__le64)(x))
little_endian.h 47 #define __cpu_to_be64(x) ((__force __be64)__swab64((x)))
48 #define __be64_to_cpu(x) __swab64((__force __u64)(__be64)(x))
swab.h 60 #define __swab64(x) (__builtin_constant_p((__u64)(x)) ? ___swab64((x)) : __fswab64((x))) macro
64 #define __swab64(x) __fswab64(x) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/byteorder/
big_endian.h 41 #define __cpu_to_le64(x) ((__force __le64)__swab64((x)))
42 #define __le64_to_cpu(x) __swab64((__force __u64)(__le64)(x))
little_endian.h 47 #define __cpu_to_be64(x) ((__force __be64)__swab64((x)))
48 #define __be64_to_cpu(x) __swab64((__force __u64)(__be64)(x))
swab.h 60 #define __swab64(x) (__builtin_constant_p((__u64)(x)) ? ___swab64((x)) : __fswab64((x))) macro
64 #define __swab64(x) __fswab64(x) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/byteorder/
big_endian.h 41 #define __cpu_to_le64(x) ((__force __le64)__swab64((x)))
42 #define __le64_to_cpu(x) __swab64((__force __u64)(__le64)(x))
little_endian.h 47 #define __cpu_to_be64(x) ((__force __be64)__swab64((x)))
48 #define __be64_to_cpu(x) __swab64((__force __u64)(__be64)(x))
  /external/kernel-headers/original/linux/byteorder/
big_endian.h 30 #define __cpu_to_le64(x) ((__force __le64)__swab64((x)))
31 #define __le64_to_cpu(x) __swab64((__force __u64)(__le64)(x))
little_endian.h 36 #define __cpu_to_be64(x) ((__force __be64)__swab64((x)))
37 #define __be64_to_cpu(x) __swab64((__force __u64)(__be64)(x))

Completed in 458 milliseconds

1 2