HomeSort by relevance Sort by last modified time
    Searched refs:__be32 (Results 226 - 250 of 624) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/
dccp.h 48 __be32 dccph_seq_low;
52 __be32 dccph_req_service;
58 __be32 dccph_ack_nr_low;
63 __be32 dccph_resp_service;
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
dccp.h 48 __be32 dccph_seq_low;
52 __be32 dccph_req_service;
58 __be32 dccph_ack_nr_low;
63 __be32 dccph_resp_service;
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
dccp.h 48 __be32 dccph_seq_low;
52 __be32 dccph_req_service;
58 __be32 dccph_ack_nr_low;
63 __be32 dccph_resp_service;
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
dccp.h 48 __be32 dccph_seq_low;
52 __be32 dccph_req_service;
58 __be32 dccph_ack_nr_low;
63 __be32 dccph_resp_service;
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/linux/
dccp.h 48 __be32 dccph_seq_low;
52 __be32 dccph_req_service;
58 __be32 dccph_ack_nr_low;
63 __be32 dccph_resp_service;
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/linux/
dccp.h 48 __be32 dccph_seq_low;
52 __be32 dccph_req_service;
58 __be32 dccph_ack_nr_low;
63 __be32 dccph_resp_service;
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/linux/
dccp.h 48 __be32 dccph_seq_low;
52 __be32 dccph_req_service;
58 __be32 dccph_ack_nr_low;
63 __be32 dccph_resp_service;
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/linux/
dccp.h 48 __be32 dccph_seq_low;
52 __be32 dccph_req_service;
58 __be32 dccph_ack_nr_low;
63 __be32 dccph_resp_service;
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/linux/
dccp.h 48 __be32 dccph_seq_low;
52 __be32 dccph_req_service;
58 __be32 dccph_ack_nr_low;
63 __be32 dccph_resp_service;
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/
dccp.h 48 __be32 dccph_seq_low;
52 __be32 dccph_req_service;
58 __be32 dccph_ack_nr_low;
63 __be32 dccph_resp_service;
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/
dccp.h 48 __be32 dccph_seq_low;
52 __be32 dccph_req_service;
58 __be32 dccph_ack_nr_low;
63 __be32 dccph_resp_service;
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/
dccp.h 48 __be32 dccph_seq_low;
52 __be32 dccph_req_service;
58 __be32 dccph_ack_nr_low;
63 __be32 dccph_resp_service;
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/
dccp.h 48 __be32 dccph_seq_low;
52 __be32 dccph_req_service;
58 __be32 dccph_ack_nr_low;
63 __be32 dccph_resp_service;
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
dccp.h 48 __be32 dccph_seq_low;
52 __be32 dccph_req_service;
58 __be32 dccph_ack_nr_low;
63 __be32 dccph_resp_service;
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
dccp.h 48 __be32 dccph_seq_low;
52 __be32 dccph_req_service;
58 __be32 dccph_ack_nr_low;
63 __be32 dccph_resp_service;
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
dccp.h 48 __be32 dccph_seq_low;
52 __be32 dccph_req_service;
58 __be32 dccph_ack_nr_low;
63 __be32 dccph_resp_service;
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
dccp.h 48 __be32 dccph_seq_low;
52 __be32 dccph_req_service;
58 __be32 dccph_ack_nr_low;
63 __be32 dccph_resp_service;
  /external/kernel-headers/original/linux/byteorder/
big_endian.h 14 #define __constant_htonl(x) ((__force __be32)(__u32)(x))
15 #define __constant_ntohl(x) ((__force __u32)(__be32)(x))
26 #define __constant_cpu_to_be32(x) ((__force __be32)(__u32)(x))
27 #define __constant_be32_to_cpu(x) ((__force __u32)(__be32)(x))
38 #define __cpu_to_be32(x) ((__force __be32)(__u32)(x))
39 #define __be32_to_cpu(x) ((__force __u32)(__be32)(x))
75 static inline __be32 __cpu_to_be32p(const __u32 *p)
77 return (__force __be32)*p;
79 static inline __u32 __be32_to_cpup(const __be32 *p)
little_endian.h 14 #define __constant_htonl(x) ((__force __be32)___constant_swab32((x)))
15 #define __constant_ntohl(x) ___constant_swab32((__force __be32)(x))
26 #define __constant_cpu_to_be32(x) ((__force __be32)___constant_swab32((x)))
27 #define __constant_be32_to_cpu(x) ___constant_swab32((__force __u32)(__be32)(x))
38 #define __cpu_to_be32(x) ((__force __be32)__swab32((x)))
39 #define __be32_to_cpu(x) __swab32((__force __u32)(__be32)(x))
75 static inline __be32 __cpu_to_be32p(const __u32 *p)
77 return (__force __be32)__swab32p(p);
79 static inline __u32 __be32_to_cpup(const __be32 *p)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/byteorder/
big_endian.h 14 #define __constant_htonl(x) ( (__be32)(__u32)(x))
15 #define __constant_ntohl(x) ( (__u32)(__be32)(x))
26 #define __constant_cpu_to_be32(x) ( (__be32)(__u32)(x))
27 #define __constant_be32_to_cpu(x) ( (__u32)(__be32)(x))
38 #define __cpu_to_be32(x) ( (__be32)(__u32)(x))
39 #define __be32_to_cpu(x) ( (__u32)(__be32)(x))
75 static __inline__ __be32 __cpu_to_be32p(const __u32 *p)
77 return (__be32)*p;
79 static __inline__ __u32 __be32_to_cpup(const __be32 *p)
little_endian.h 14 #define __constant_htonl(x) ( (__be32)___constant_swab32((x)))
15 #define __constant_ntohl(x) ___constant_swab32( (__be32)(x))
26 #define __constant_cpu_to_be32(x) ( (__be32)___constant_swab32((x)))
27 #define __constant_be32_to_cpu(x) ___constant_swab32( (__u32)(__be32)(x))
38 #define __cpu_to_be32(x) ( (__be32)__swab32((x)))
39 #define __be32_to_cpu(x) __swab32( (__u32)(__be32)(x))
75 static __inline__ __be32 __cpu_to_be32p(const __u32 *p)
77 return (__be32)__swab32p(p);
79 static __inline__ __u32 __be32_to_cpup(const __be32 *p)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/byteorder/
big_endian.h 14 #define __constant_htonl(x) ( (__be32)(__u32)(x))
15 #define __constant_ntohl(x) ( (__u32)(__be32)(x))
26 #define __constant_cpu_to_be32(x) ( (__be32)(__u32)(x))
27 #define __constant_be32_to_cpu(x) ( (__u32)(__be32)(x))
38 #define __cpu_to_be32(x) ( (__be32)(__u32)(x))
39 #define __be32_to_cpu(x) ( (__u32)(__be32)(x))
75 static __inline__ __be32 __cpu_to_be32p(const __u32 *p)
77 return (__be32)*p;
79 static __inline__ __u32 __be32_to_cpup(const __be32 *p)
little_endian.h 14 #define __constant_htonl(x) ( (__be32)___constant_swab32((x)))
15 #define __constant_ntohl(x) ___constant_swab32( (__be32)(x))
26 #define __constant_cpu_to_be32(x) ( (__be32)___constant_swab32((x)))
27 #define __constant_be32_to_cpu(x) ___constant_swab32( (__u32)(__be32)(x))
38 #define __cpu_to_be32(x) ( (__be32)__swab32((x)))
39 #define __be32_to_cpu(x) __swab32( (__u32)(__be32)(x))
75 static __inline__ __be32 __cpu_to_be32p(const __u32 *p)
77 return (__be32)__swab32p(p);
79 static __inline__ __u32 __be32_to_cpup(const __be32 *p)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/byteorder/
big_endian.h 14 #define __constant_htonl(x) ( (__be32)(__u32)(x))
15 #define __constant_ntohl(x) ( (__u32)(__be32)(x))
26 #define __constant_cpu_to_be32(x) ( (__be32)(__u32)(x))
27 #define __constant_be32_to_cpu(x) ( (__u32)(__be32)(x))
38 #define __cpu_to_be32(x) ( (__be32)(__u32)(x))
39 #define __be32_to_cpu(x) ( (__u32)(__be32)(x))
75 static __inline__ __be32 __cpu_to_be32p(const __u32 *p)
77 return (__be32)*p;
79 static __inline__ __u32 __be32_to_cpup(const __be32 *p)
little_endian.h 14 #define __constant_htonl(x) ( (__be32)___constant_swab32((x)))
15 #define __constant_ntohl(x) ___constant_swab32( (__be32)(x))
26 #define __constant_cpu_to_be32(x) ( (__be32)___constant_swab32((x)))
27 #define __constant_be32_to_cpu(x) ___constant_swab32( (__u32)(__be32)(x))
38 #define __cpu_to_be32(x) ( (__be32)__swab32((x)))
39 #define __be32_to_cpu(x) __swab32( (__u32)(__be32)(x))
75 static __inline__ __be32 __cpu_to_be32p(const __u32 *p)
77 return (__be32)__swab32p(p);
79 static __inline__ __u32 __be32_to_cpup(const __be32 *p)

Completed in 880 milliseconds

1 2 3 4 5 6 7 8 91011>>