HomeSort by relevance Sort by last modified time
    Searched refs:__u64 (Results 101 - 125 of 1308) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
sigcontext.h 54 __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_lo3
    [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
sigcontext.h 54 __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_lo3
    [all...]
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
sigcontext.h 54 __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_lo3
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/byteorder/
swab.h 60 * how U/UL/ULL map to __u16, __u32, __u64. At least not in a portable way.
73 static __inline__ __u64 ___swab64(__u64 x)
76 (x & (__u64)0x000000000000ff00ULL)<<40 |
77 (x & (__u64)0x0000000000ff0000ULL)<<24 |
78 (x & (__u64)0x00000000ff000000ULL)<< 8 |
79 (x & (__u64)0x000000ff00000000ULL)>> 8 |
80 (x & (__u64)0x0000ff0000000000ULL)>>24 |
81 (x & (__u64)0x00ff000000000000ULL)>>40;
95 ((__u64)( \
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/byteorder/
swab.h 60 * how U/UL/ULL map to __u16, __u32, __u64. At least not in a portable way.
73 static __inline__ __u64 ___swab64(__u64 x)
76 (x & (__u64)0x000000000000ff00ULL)<<40 |
77 (x & (__u64)0x0000000000ff0000ULL)<<24 |
78 (x & (__u64)0x00000000ff000000ULL)<< 8 |
79 (x & (__u64)0x000000ff00000000ULL)>> 8 |
80 (x & (__u64)0x0000ff0000000000ULL)>>24 |
81 (x & (__u64)0x00ff000000000000ULL)>>40;
95 ((__u64)( \
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/byteorder/
swab.h 60 * how U/UL/ULL map to __u16, __u32, __u64. At least not in a portable way.
73 static __inline__ __u64 ___swab64(__u64 x)
76 (x & (__u64)0x000000000000ff00ULL)<<40 |
77 (x & (__u64)0x0000000000ff0000ULL)<<24 |
78 (x & (__u64)0x00000000ff000000ULL)<< 8 |
79 (x & (__u64)0x000000ff00000000ULL)>> 8 |
80 (x & (__u64)0x0000ff0000000000ULL)>>24 |
81 (x & (__u64)0x00ff000000000000ULL)>>40;
95 ((__u64)( \
    [all...]
  /external/kernel-headers/original/asm-mips/
sigcontext.h 57 __u64 sc_regs[32];
58 __u64 sc_fpregs[32];
59 __u64 sc_mdhi;
60 __u64 sc_hi1;
61 __u64 sc_hi2;
62 __u64 sc_hi3;
63 __u64 sc_mdlo;
64 __u64 sc_lo1;
65 __u64 sc_lo2;
66 __u64 sc_lo3
    [all...]
  /external/blktrace/btreplay/
btrecord.h 35 __u64 npkts;
36 __u64 time_stamp;
47 __u64 sector;
48 __u64 nbytes;
72 __u64 version;
73 __u64 genesis;
74 __u64 nbunches;
75 __u64 total_pkts;
78 static inline __u64 mk_btversion(int mjr, int mnr, int sub)
83 static inline void get_btversion(__u64 version, int *mjr, int *mnr, int *sub
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/
statfs.h 26 __u64 f_blocks;
27 __u64 f_bfree;
28 __u64 f_bavail;
29 __u64 f_files;
30 __u64 f_ffree;
40 __u64 f_blocks;
41 __u64 f_bfree;
42 __u64 f_bavail;
43 __u64 f_files;
44 __u64 f_ffree
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/
statfs.h 26 __u64 f_blocks;
27 __u64 f_bfree;
28 __u64 f_bavail;
29 __u64 f_files;
30 __u64 f_ffree;
40 __u64 f_blocks;
41 __u64 f_bfree;
42 __u64 f_bavail;
43 __u64 f_files;
44 __u64 f_ffree
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/
statfs.h 26 __u64 f_blocks;
27 __u64 f_bfree;
28 __u64 f_bavail;
29 __u64 f_files;
30 __u64 f_ffree;
40 __u64 f_blocks;
41 __u64 f_bfree;
42 __u64 f_bavail;
43 __u64 f_files;
44 __u64 f_ffree
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cgroupstats.h 31 __u64 nr_sleeping; /* Number of tasks sleeping */
32 __u64 nr_running; /* Number of tasks running */
33 __u64 nr_stopped; /* Number of tasks in stopped state */
34 __u64 nr_uninterruptible; /* Number of tasks in uninterruptible */
36 __u64 nr_io_wait; /* Number of tasks waiting on IO */
fuse.h 44 __u64 ino;
45 __u64 size;
46 __u64 blocks;
47 __u64 atime;
48 __u64 mtime;
49 __u64 ctime;
63 __u64 blocks;
64 __u64 bfree;
65 __u64 bavail;
66 __u64 files
    [all...]
raw.h 12 __u64 block_major;
13 __u64 block_minor;
lock_dlm_plock.h 34 __u64 number;
35 __u64 start;
36 __u64 end;
37 __u64 owner;
signalfd.h 25 __u64 ssi_ptr;
26 __u64 ssi_utime;
27 __u64 ssi_stime;
28 __u64 ssi_addr;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cgroupstats.h 31 __u64 nr_sleeping; /* Number of tasks sleeping */
32 __u64 nr_running; /* Number of tasks running */
33 __u64 nr_stopped; /* Number of tasks in stopped state */
34 __u64 nr_uninterruptible; /* Number of tasks in uninterruptible */
36 __u64 nr_io_wait; /* Number of tasks waiting on IO */
fuse.h 44 __u64 ino;
45 __u64 size;
46 __u64 blocks;
47 __u64 atime;
48 __u64 mtime;
49 __u64 ctime;
63 __u64 blocks;
64 __u64 bfree;
65 __u64 bavail;
66 __u64 files
    [all...]
raw.h 12 __u64 block_major;
13 __u64 block_minor;
lock_dlm_plock.h 34 __u64 number;
35 __u64 start;
36 __u64 end;
37 __u64 owner;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cgroupstats.h 31 __u64 nr_sleeping; /* Number of tasks sleeping */
32 __u64 nr_running; /* Number of tasks running */
33 __u64 nr_stopped; /* Number of tasks in stopped state */
34 __u64 nr_uninterruptible; /* Number of tasks in uninterruptible */
36 __u64 nr_io_wait; /* Number of tasks waiting on IO */
fuse.h 44 __u64 ino;
45 __u64 size;
46 __u64 blocks;
47 __u64 atime;
48 __u64 mtime;
49 __u64 ctime;
63 __u64 blocks;
64 __u64 bfree;
65 __u64 bavail;
66 __u64 files
    [all...]
raw.h 12 __u64 block_major;
13 __u64 block_minor;
  /external/kernel-headers/original/linux/byteorder/
swab.h 21 * how U/UL/ULL map to __u16, __u32, __u64. At least not in a portable way.
43 __u64 __x = (x); \
44 ((__u64)( \
45 (__u64)(((__u64)(__x) & (__u64)0x00000000000000ffULL) << 56) | \
46 (__u64)(((__u64)(__x) & (__u64)0x000000000000ff00ULL) << 40) | \
47 (__u64)(((__u64)(__x) & (__u64)0x0000000000ff0000ULL) << 24) |
    [all...]
  /bionic/libc/kernel/common/linux/
swab.h 27 #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)(x) & (__u64)0x000000ff00000000ULL) >> 8) | (((__u64)(x) & (__u64)0x0000ff0000000000ULL) >> 24) (…)
    [all...]

Completed in 1059 milliseconds

1 2 3 45 6 7 8 91011>>