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

1 2 3 4 5 6 7 8 91011

  /bionic/libc/kernel/common/linux/byteorder/
swab.h 21 #define ___swab64(x) ({ __u64 __x = (x); ((__u64)( (__u64)(((__u64)(__x) & (__u64)0x00000000000000ffULL) << 56) | (__u64)(((__u64)(__x) & (__u64)0x000000000000ff00ULL) << 40) | (__u64)(((__u64)(__x) & (__u64)0x0000000000ff0000ULL) << 24) | (__u64)(((__u64)(__x) & (__u64)0x00000000ff000000 (…)
    [all...]
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/byteorder/
swab.h 21 #define ___swab64(x) ({ __u64 __x = (x); ((__u64)( (__u64)(((__u64)(__x) & (__u64)0x00000000000000ffULL) << 56) | (__u64)(((__u64)(__x) & (__u64)0x000000000000ff00ULL) << 40) | (__u64)(((__u64)(__x) & (__u64)0x0000000000ff0000ULL) << 24) | (__u64)(((__u64)(__x) & (__u64)0x00000000ff000000 (…)
    [all...]
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/byteorder/
swab.h 21 #define ___swab64(x) ({ __u64 __x = (x); ((__u64)( (__u64)(((__u64)(__x) & (__u64)0x00000000000000ffULL) << 56) | (__u64)(((__u64)(__x) & (__u64)0x000000000000ff00ULL) << 40) | (__u64)(((__u64)(__x) & (__u64)0x0000000000ff0000ULL) << 24) | (__u64)(((__u64)(__x) & (__u64)0x00000000ff000000 (…)
    [all...]
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/byteorder/
swab.h 21 #define ___swab64(x) ({ __u64 __x = (x); ((__u64)( (__u64)(((__u64)(__x) & (__u64)0x00000000000000ffULL) << 56) | (__u64)(((__u64)(__x) & (__u64)0x000000000000ff00ULL) << 40) | (__u64)(((__u64)(__x) & (__u64)0x0000000000ff0000ULL) << 24) | (__u64)(((__u64)(__x) & (__u64)0x00000000ff000000 (…)
    [all...]
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/byteorder/
swab.h 21 #define ___swab64(x) ({ __u64 __x = (x); ((__u64)( (__u64)(((__u64)(__x) & (__u64)0x00000000000000ffULL) << 56) | (__u64)(((__u64)(__x) & (__u64)0x000000000000ff00ULL) << 40) | (__u64)(((__u64)(__x) & (__u64)0x0000000000ff0000ULL) << 24) | (__u64)(((__u64)(__x) & (__u64)0x00000000ff000000 (…)
    [all...]
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/byteorder/
swab.h 21 #define ___swab64(x) ({ __u64 __x = (x); ((__u64)( (__u64)(((__u64)(__x) & (__u64)0x00000000000000ffULL) << 56) | (__u64)(((__u64)(__x) & (__u64)0x000000000000ff00ULL) << 40) | (__u64)(((__u64)(__x) & (__u64)0x0000000000ff0000ULL) << 24) | (__u64)(((__u64)(__x) & (__u64)0x00000000ff000000 (…)
    [all...]
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/byteorder/
swab.h 21 #define ___swab64(x) ({ __u64 __x = (x); ((__u64)( (__u64)(((__u64)(__x) & (__u64)0x00000000000000ffULL) << 56) | (__u64)(((__u64)(__x) & (__u64)0x000000000000ff00ULL) << 40) | (__u64)(((__u64)(__x) & (__u64)0x0000000000ff0000ULL) << 24) | (__u64)(((__u64)(__x) & (__u64)0x00000000ff000000 (…)
    [all...]
  /bionic/libc/kernel/common/linux/
taskstats.h 22 __u64 cpu_count;
23 __u64 cpu_delay_total;
25 __u64 blkio_count;
26 __u64 blkio_delay_total;
28 __u64 swapin_count;
29 __u64 swapin_delay_total;
31 __u64 cpu_run_real_total;
33 __u64 cpu_run_virtual_total;
swab.h 23 #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...]
quota.h 22 typedef __u64 qsize_t;
62 __u64 dqb_bhardlimit;
63 __u64 dqb_bsoftlimit;
64 __u64 dqb_curspace;
65 __u64 dqb_ihardlimit;
66 __u64 dqb_isoftlimit;
67 __u64 dqb_curinodes;
68 __u64 dqb_btime;
69 __u64 dqb_itime;
79 __u64 dqi_bgrace
    [all...]
  /external/kernel-headers/original/linux/
taskstats.h 59 __u64 cpu_count;
60 __u64 cpu_delay_total;
67 __u64 blkio_count;
68 __u64 blkio_delay_total;
71 __u64 swapin_count;
72 __u64 swapin_delay_total;
80 __u64 cpu_run_real_total;
88 __u64 cpu_run_virtual_total;
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
taskstats.h 22 __u64 cpu_count;
23 __u64 cpu_delay_total;
25 __u64 blkio_count;
26 __u64 blkio_delay_total;
28 __u64 swapin_count;
29 __u64 swapin_delay_total;
31 __u64 cpu_run_real_total;
33 __u64 cpu_run_virtual_total;
quota.h 22 typedef __u64 qsize_t;
62 __u64 dqb_bhardlimit;
63 __u64 dqb_bsoftlimit;
64 __u64 dqb_curspace;
65 __u64 dqb_ihardlimit;
66 __u64 dqb_isoftlimit;
67 __u64 dqb_curinodes;
68 __u64 dqb_btime;
69 __u64 dqb_itime;
79 __u64 dqi_bgrace
    [all...]
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
taskstats.h 22 __u64 cpu_count;
23 __u64 cpu_delay_total;
25 __u64 blkio_count;
26 __u64 blkio_delay_total;
28 __u64 swapin_count;
29 __u64 swapin_delay_total;
31 __u64 cpu_run_real_total;
33 __u64 cpu_run_virtual_total;
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
taskstats.h 22 __u64 cpu_count;
23 __u64 cpu_delay_total;
25 __u64 blkio_count;
26 __u64 blkio_delay_total;
28 __u64 swapin_count;
29 __u64 swapin_delay_total;
31 __u64 cpu_run_real_total;
33 __u64 cpu_run_virtual_total;
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
taskstats.h 22 __u64 cpu_count;
23 __u64 cpu_delay_total;
25 __u64 blkio_count;
26 __u64 blkio_delay_total;
28 __u64 swapin_count;
29 __u64 swapin_delay_total;
31 __u64 cpu_run_real_total;
33 __u64 cpu_run_virtual_total;
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
taskstats.h 22 __u64 cpu_count;
23 __u64 cpu_delay_total;
25 __u64 blkio_count;
26 __u64 blkio_delay_total;
28 __u64 swapin_count;
29 __u64 swapin_delay_total;
31 __u64 cpu_run_real_total;
33 __u64 cpu_run_virtual_total;
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
taskstats.h 22 __u64 cpu_count;
23 __u64 cpu_delay_total;
25 __u64 blkio_count;
26 __u64 blkio_delay_total;
28 __u64 swapin_count;
29 __u64 swapin_delay_total;
31 __u64 cpu_run_real_total;
33 __u64 cpu_run_virtual_total;
  /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...]
  /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/arch-arm/asm/
statfs.h 32 __u64 f_blocks;
33 __u64 f_bfree;
34 __u64 f_bavail;
35 __u64 f_files;
36 __u64 f_ffree;
  /ndk/build/platforms/android-3/arch-arm/usr/include/asm/
statfs.h 32 __u64 f_blocks;
33 __u64 f_bfree;
34 __u64 f_bavail;
35 __u64 f_files;
36 __u64 f_ffree;
  /ndk/build/platforms/android-4/arch-arm/usr/include/asm/
statfs.h 32 __u64 f_blocks;
33 __u64 f_bfree;
34 __u64 f_bavail;
35 __u64 f_files;
36 __u64 f_ffree;
  /ndk/build/platforms/android-5/arch-arm/usr/include/asm/
statfs.h 32 __u64 f_blocks;
33 __u64 f_bfree;
34 __u64 f_bavail;
35 __u64 f_files;
36 __u64 f_ffree;
  /ndk/build/platforms/android-8/arch-arm/usr/include/asm/
statfs.h 32 __u64 f_blocks;
33 __u64 f_bfree;
34 __u64 f_bavail;
35 __u64 f_files;
36 __u64 f_ffree;

Completed in 604 milliseconds

1 2 3 4 5 6 7 8 91011