Searched refs:__u64 (Results 1 - 25 of 38) sorted by relevance

12

/bionic/libc/kernel/common/linux/byteorder/
H A Dswab.h25 #define ___swab64(x) ({ __u64 __x = (x); ((__u64)( (__u64)(((__u64)(__x) & (__u64)0x00000000000000ffULL) << 56) | (__u64)(((__u64)(__x) & (__u64)0x000000000000ff00ULL) << 40) | (__u64)(((__u64)(__
[all...]
/bionic/libc/kernel/common/linux/
H A Dtaskstats.h26 __u64 cpu_count;
27 __u64 cpu_delay_total;
29 __u64 blkio_count;
30 __u64 blkio_delay_total;
31 __u64 swapin_count;
32 __u64 swapin_delay_total;
34 __u64 cpu_run_real_total;
35 __u64 cpu_run_virtual_total;
H A Dswab.h27 #define ___constant_swab64(x) ((__u64)( (((__u64)(x) & (__u64)0x00000000000000ffULL) << 56) | (((__u64)(x) & (__u64)0x000000000000ff00ULL) << 40) | (((__u64)(x) & (__u64)0x0000000000ff0000ULL) << 24) | (((__u64)(x) & (__u64)0x00000000ff000000ULL) << 8) | (((__u64)(
[all...]
H A Dperf_event.h120 __u64 config;
122 __u64 sample_period;
124 __u64 sample_freq;
126 __u64 sample_type;
127 __u64 read_format;
129 __u64 disabled : 1,
156 __u64 bp_addr;
157 __u64 bp_len;
165 #define PERF_EVENT_IOC_PERIOD _IOW('$', 4, __u64)
180 __u64 time_enable
[all...]
H A Dnvhdcp.h55 __u64 c_n;
56 __u64 c_ksv;
59 __u64 hdcp_status;
60 __u64 cs;
61 __u64 k_prime;
62 __u64 a_n;
64 __u64 a_ksv;
65 __u64 b_ksv;
66 __u64 d_ksv;
69 __u64 m_prim
[all...]
H A Dquota.h27 typedef __u64 qsize_t;
67 __u64 dqb_bhardlimit;
69 __u64 dqb_bsoftlimit;
70 __u64 dqb_curspace;
71 __u64 dqb_ihardlimit;
72 __u64 dqb_isoftlimit;
74 __u64 dqb_curinodes;
75 __u64 dqb_btime;
76 __u64 dqb_itime;
86 __u64 dqi_bgrac
[all...]
H A Daio_abi.h34 __u64 data;
35 __u64 obj;
50 __u64 aio_data;
56 __u64 aio_buf;
57 __u64 aio_nbytes;
60 __u64 aio_reserved2;
61 __u64 aio_reserved3;
H A Dif_link.h56 __u64 rx_packets;
57 __u64 tx_packets;
59 __u64 rx_bytes;
60 __u64 tx_bytes;
61 __u64 rx_errors;
62 __u64 tx_errors;
64 __u64 rx_dropped;
65 __u64 tx_dropped;
66 __u64 multicast;
67 __u64 collision
[all...]
H A Dsignalfd.h42 __u64 ssi_ptr;
44 __u64 ssi_utime;
45 __u64 ssi_stime;
46 __u64 ssi_addr;
H A Dublock.h56 __u64 size;
67 __u64 offset;
69 __u64 length;
77 __u64 offset;
79 __u64 length;
H A Dneighbour.h75 __u64 ndts_allocs;
76 __u64 ndts_destroys;
77 __u64 ndts_hash_grows;
79 __u64 ndts_res_failed;
80 __u64 ndts_lookups;
81 __u64 ndts_hits;
82 __u64 ndts_rcv_probes_mcast;
84 __u64 ndts_rcv_probes_ucast;
85 __u64 ndts_periodic_gc_runs;
86 __u64 ndts_forced_gc_run
[all...]
H A Ddirent.h30 __u64 d_ino;
H A Dseccomp.h40 __u64 instruction_pointer;
41 __u64 args[6];
H A Dloop.h50 __u64 lo_device;
51 __u64 lo_inode;
52 __u64 lo_rdevice;
54 __u64 lo_offset;
55 __u64 lo_sizelimit;
65 __u64 lo_init[2];
H A Dtypes.h32 typedef __u64 __bitwise __le64;
34 typedef __u64 __bitwise __be64;
H A Dif_bridge.h62 __u64 designated_root;
64 __u64 bridge_id;
90 __u64 designated_root;
91 __u64 designated_bridge;
/bionic/libc/kernel/arch-mips/asm/
H A Dsigcontext.h54 __u64 sc_regs[32];
55 __u64 sc_fpregs[32];
56 __u64 sc_mdhi;
57 __u64 sc_hi1;
59 __u64 sc_hi2;
60 __u64 sc_hi3;
61 __u64 sc_mdlo;
62 __u64 sc_lo1;
64 __u64 sc_lo2;
65 __u64 sc_lo
[all...]
H A Dstatfs.h49 __u64 f_blocks;
50 __u64 f_bfree;
51 __u64 f_files;
52 __u64 f_ffree;
54 __u64 f_bavail;
85 __u64 f_blocks;
86 __u64 f_bfree;
87 __u64 f_files;
89 __u64 f_ffree;
90 __u64 f_bavai
[all...]
H A Dtypes.h34 typedef unsigned long __u64; typedef
39 typedef unsigned long long __u64; typedef
/bionic/libc/kernel/arch-arm/asm/
H A Dstatfs.h41 __u64 f_blocks;
42 __u64 f_bfree;
44 __u64 f_bavail;
45 __u64 f_files;
46 __u64 f_ffree;
H A Dtypes.h34 typedef unsigned long long __u64; typedef
/bionic/libc/kernel/arch-x86/asm/
H A De820.h32 __u64 addr;
34 __u64 size;
H A Dtypes.h34 __extension__ typedef unsigned long long __u64; typedef
H A Dbyteorder.h36 static __inline__ __attribute_const__ __u64 ___arch__swab64(__u64 val)
41 __u64 u;
/bionic/libc/kernel/common/linux/raid/
H A Dmd_p.h116 __u64 reshape_position;
144 __u64 ctime;
147 __u64 size;
154 __u64 reshape_position;
160 __u64 data_offset;
161 __u64 data_size;
162 __u64 super_offset;
164 __u64 recovery_offset;
172 __u64 utime;
174 __u64 event
[all...]

Completed in 352 milliseconds

12