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

1 2 3

  /bionic/libc/kernel/uapi/linux/
gfs2_ondisk.h 51 __be64 no_formal_ino;
52 __be64 no_addr;
71 __be64 __pad0;
100 __be64 ri_addr;
103 __be64 ri_data0;
125 __be64 rl_igeneration;
135 __be64 rg_igeneration;
139 __be64 qu_limit;
140 __be64 qu_warn;
141 __be64 qu_value
    [all...]
types.h 31 typedef __u64 __bitwise __be64; typedef
35 #define __aligned_be64 __be64 __attribute__((aligned(8)))
  /external/kernel-headers/original/uapi/linux/
gfs2_ondisk.h 58 __be64 no_formal_ino;
59 __be64 no_addr;
85 __be64 __pad0; /* Was generation number in gfs1 */
142 __be64 ri_addr; /* grp block disk address */
146 __be64 ri_data0; /* first data location */
179 __be64 rl_igeneration;
191 __be64 rg_igeneration;
201 __be64 qu_limit;
202 __be64 qu_warn;
203 __be64 qu_value
    [all...]
types.h 34 typedef __u64 __bitwise __be64; typedef
49 #define __aligned_be64 __be64 __attribute__((aligned(8)))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
gfs2_ondisk.h 55 __be64 no_formal_ino;
56 __be64 no_addr;
82 __be64 __pad0; /* Was generation number in gfs1 */
139 __be64 ri_addr; /* grp block disk address */
143 __be64 ri_data0; /* first data location */
177 __be64 rg_igeneration;
187 __be64 qu_limit;
188 __be64 qu_warn;
189 __be64 qu_value;
243 __be64 di_size; /* number of bytes in file *
    [all...]
types.h 32 typedef __u64 __bitwise __be64; typedef
47 #define __aligned_be64 __be64 __attribute__((aligned(8)))
  /external/iproute2/include/uapi/linux/
types.h 29 typedef __u64 __bitwise __be64; typedef
44 #define __aligned_be64 __be64 __attribute__((aligned(8)))
  /external/iptables/include/linux/
types.h 32 typedef __u64 __bitwise __be64; typedef
47 #define __aligned_be64 __be64 __attribute__((aligned(8)))
  /external/linux-kselftest/tools/testing/selftests/bpf/include/uapi/linux/
types.h 14 typedef __u64 __bitwise __be64; typedef
20 #define __aligned_be64 __be64 __attribute__((aligned(8)))
  /system/extras/ext4_utils/include/ext4_utils/
ext4_kernel_headers.h 29 #define __be64 uint64_t macro
49 #undef __be64 macro
  /bionic/libc/kernel/uapi/scsi/fc/
fc_ns.h 84 __be64 fp_wwpn;
87 __be64 fn_wwpn;
103 __be64 fr_wwn;
106 __be64 fr_wwn;
fc_els.h 189 __be64 fl_wwpn;
190 __be64 fl_wwnn;
260 __be64 adisc_wwpn;
261 __be64 adisc_wwnn;
270 __be64 fl_n_port_wwn;
342 __be64 rnid_wwpn;
343 __be64 rnid_wwnn;
409 __be64 pnb_wwpn;
433 __be64 rps_port_spec;
502 __be64 clir_wwpn
    [all...]
  /external/kernel-headers/original/uapi/scsi/fc/
fc_ns.h 138 __be64 fp_wwpn; /* port name */
145 __be64 fn_wwpn; /* port name */
178 __be64 fr_wwn; /* node name or port name */
185 __be64 fr_wwn; /* node name */
fc_els.h 319 __be64 fl_wwpn; /* port name */
320 __be64 fl_wwnn; /* node name */
427 __be64 adisc_wwpn;
428 __be64 adisc_wwnn;
441 __be64 fl_n_port_wwn; /* port name */
553 __be64 rnid_wwpn; /* N port name */
554 __be64 rnid_wwnn; /* node name */
632 __be64 pnb_wwpn; /* port name */
668 __be64 rps_port_spec; /* port selection */
771 __be64 clir_wwpn; /* incident port name *
    [all...]
  /external/kernel-headers/original/uapi/linux/byteorder/
big_endian.h 25 #define __constant_cpu_to_be64(x) ((__force __be64)(__u64)(x))
26 #define __constant_be64_to_cpu(x) ((__force __u64)(__be64)(x))
37 #define __cpu_to_be64(x) ((__force __be64)(__u64)(x))
38 #define __be64_to_cpu(x) ((__force __u64)(__be64)(x))
68 static __always_inline __be64 __cpu_to_be64p(const __u64 *p)
70 return (__force __be64)*p;
72 static __always_inline __u64 __be64_to_cpup(const __be64 *p)
little_endian.h 25 #define __constant_cpu_to_be64(x) ((__force __be64)___constant_swab64((x)))
26 #define __constant_be64_to_cpu(x) ___constant_swab64((__force __u64)(__be64)(x))
37 #define __cpu_to_be64(x) ((__force __be64)__swab64((x)))
38 #define __be64_to_cpu(x) __swab64((__force __u64)(__be64)(x))
68 static __always_inline __be64 __cpu_to_be64p(const __u64 *p)
70 return (__force __be64)__swab64p(p);
72 static __always_inline __u64 __be64_to_cpup(const __be64 *p)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/byteorder/
big_endian.h 24 #define __constant_cpu_to_be64(x) ((__be64)(__u64)(x))
25 #define __constant_be64_to_cpu(x) ((__u64)(__be64)(x))
36 #define __cpu_to_be64(x) ((__be64)(__u64)(x))
37 #define __be64_to_cpu(x) ((__u64)(__be64)(x))
67 static __inline__ __be64 __cpu_to_be64p(const __u64 *p)
69 return (__be64)*p;
71 static __inline__ __u64 __be64_to_cpup(const __be64 *p)
little_endian.h 24 #define __constant_cpu_to_be64(x) ((__be64)___constant_swab64((x)))
25 #define __constant_be64_to_cpu(x) ___constant_swab64((__u64)(__be64)(x))
36 #define __cpu_to_be64(x) ((__be64)__swab64((x)))
37 #define __be64_to_cpu(x) __swab64((__u64)(__be64)(x))
67 static __inline__ __be64 __cpu_to_be64p(const __u64 *p)
69 return (__be64)__swab64p(p);
71 static __inline__ __u64 __be64_to_cpup(const __be64 *p)
  /external/e2fsprogs/lib/blkid/
blkid_types.h 41 typedef __u64 __bitwise __be64; typedef
  /external/e2fsprogs/lib/ext2fs/
ext2_types.h 41 typedef __u64 __bitwise __be64; typedef
  /external/e2fsprogs/lib/uuid/
uuid_types.h 39 typedef __u64 __bitwise __be64; typedef
  /external/e2fsprogs/util/
android_types.h 39 typedef __u64 __bitwise __be64; typedef
  /bionic/libc/kernel/uapi/rdma/
ib_user_cm.h 70 __be64 service_id;
71 __be64 service_mask;
81 __be64 service_id;
82 __be64 service_mask;
101 __be64 sid;
160 __be64 sid;
190 __be64 remote_ca_guid;
207 __be64 remote_ca_guid;
  /external/kernel-headers/original/uapi/rdma/
ib_user_cm.h 101 __be64 service_id;
102 __be64 service_mask;
114 __be64 service_id;
115 __be64 service_mask;
137 __be64 sid;
201 __be64 sid;
236 __be64 remote_ca_guid;
254 __be64 remote_ca_guid;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rdma/
ib_user_cm.h 100 __be64 service_id;
101 __be64 service_mask;
113 __be64 service_id;
114 __be64 service_mask;
136 __be64 sid;
200 __be64 sid;
235 __be64 remote_ca_guid;
253 __be64 remote_ca_guid;

Completed in 482 milliseconds

1 2 3