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

1 2 3 4 5 6 7 8 91011>>

  /external/fio/os/windows/posix/include/asm/
types.h 6 typedef unsigned long long __u64; typedef
  /development/ndk/platforms/android-L/include/linux/
btrfs.h 42 __u64 flags;
44 __u64 max_rfer;
45 __u64 max_excl;
46 __u64 rsv_rfer;
47 __u64 rsv_excl;
51 __u64 flags;
52 __u64 num_qgroups;
54 __u64 num_ref_copies;
55 __u64 num_excl_copies;
57 __u64 qgroups[0]
    [all...]
taskstats.h 31 __u64 cpu_count __attribute__((aligned(8)));
32 __u64 cpu_delay_total;
34 __u64 blkio_count;
35 __u64 blkio_delay_total;
36 __u64 swapin_count;
37 __u64 swapin_delay_total;
39 __u64 cpu_run_real_total;
40 __u64 cpu_run_virtual_total;
51 __u64 ac_etime __attribute__((aligned(8)));
52 __u64 ac_utime
    [all...]
  /bionic/libc/kernel/uapi/linux/
taskstats.h 31 __u64 cpu_count __attribute__((aligned(8)));
32 __u64 cpu_delay_total;
34 __u64 blkio_count;
35 __u64 blkio_delay_total;
36 __u64 swapin_count;
37 __u64 swapin_delay_total;
39 __u64 cpu_run_real_total;
40 __u64 cpu_run_virtual_total;
51 __u64 ac_etime __attribute__((aligned(8)));
52 __u64 ac_utime
    [all...]
  /external/kernel-headers/original/uapi/linux/
taskstats.h 71 __u64 cpu_count __attribute__((aligned(8)));
72 __u64 cpu_delay_total;
79 __u64 blkio_count;
80 __u64 blkio_delay_total;
83 __u64 swapin_count;
84 __u64 swapin_delay_total;
92 __u64 cpu_run_real_total;
100 __u64 cpu_run_virtual_total;
115 __u64 ac_etime __attribute__((aligned(8)));
117 __u64 ac_utime; /* User CPU time [usec] *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
taskstats.h 71 __u64 cpu_count __attribute__((aligned(8)));
72 __u64 cpu_delay_total;
79 __u64 blkio_count;
80 __u64 blkio_delay_total;
83 __u64 swapin_count;
84 __u64 swapin_delay_total;
92 __u64 cpu_run_real_total;
100 __u64 cpu_run_virtual_total;
115 __u64 ac_etime __attribute__((aligned(8)));
117 __u64 ac_utime; /* User CPU time [usec] *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
taskstats.h 71 __u64 cpu_count __attribute__((aligned(8)));
72 __u64 cpu_delay_total;
79 __u64 blkio_count;
80 __u64 blkio_delay_total;
83 __u64 swapin_count;
84 __u64 swapin_delay_total;
92 __u64 cpu_run_real_total;
100 __u64 cpu_run_virtual_total;
115 __u64 ac_etime __attribute__((aligned(8)));
117 __u64 ac_utime; /* User CPU time [usec] *
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
taskstats.h 31 __u64 cpu_count __attribute__((aligned(8)));
32 __u64 cpu_delay_total;
34 __u64 blkio_count;
35 __u64 blkio_delay_total;
36 __u64 swapin_count;
37 __u64 swapin_delay_total;
39 __u64 cpu_run_real_total;
40 __u64 cpu_run_virtual_total;
51 __u64 ac_etime __attribute__((aligned(8)));
52 __u64 ac_utime
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
taskstats.h 31 __u64 cpu_count __attribute__((aligned(8)));
32 __u64 cpu_delay_total;
34 __u64 blkio_count;
35 __u64 blkio_delay_total;
36 __u64 swapin_count;
37 __u64 swapin_delay_total;
39 __u64 cpu_run_real_total;
40 __u64 cpu_run_virtual_total;
51 __u64 ac_etime __attribute__((aligned(8)));
52 __u64 ac_utime
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
taskstats.h 31 __u64 cpu_count __attribute__((aligned(8)));
32 __u64 cpu_delay_total;
34 __u64 blkio_count;
35 __u64 blkio_delay_total;
36 __u64 swapin_count;
37 __u64 swapin_delay_total;
39 __u64 cpu_run_real_total;
40 __u64 cpu_run_virtual_total;
51 __u64 ac_etime __attribute__((aligned(8)));
52 __u64 ac_utime
    [all...]
  /development/ndk/platforms/android-3/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...]
  /prebuilts/ndk/4/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...]
  /prebuilts/ndk/4/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...]
  /prebuilts/ndk/4/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...]
  /prebuilts/ndk/4/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...]
  /prebuilts/ndk/4/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...]
  /prebuilts/ndk/4/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...]
  /prebuilts/ndk/5/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...]
  /prebuilts/ndk/6/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...]
  /prebuilts/ndk/6/platforms/android-3/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...]
  /prebuilts/ndk/7/platforms/android-14/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...]
  /prebuilts/ndk/7/platforms/android-14/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...]
  /prebuilts/ndk/7/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...]
  /prebuilts/ndk/7/platforms/android-3/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...]
  /prebuilts/ndk/7/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...]

Completed in 1029 milliseconds

1 2 3 4 5 6 7 8 91011>>