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

1 23 4 5 6 7 8 91011

  /ndk/build/platforms/android-5/arch-x86/usr/include/asm/
statfs.h 50 __u64 f_blocks;
51 __u64 f_bfree;
52 __u64 f_bavail;
53 __u64 f_files;
54 __u64 f_ffree;
  /ndk/build/platforms/android-8/arch-x86/usr/include/asm/
statfs.h 50 __u64 f_blocks;
51 __u64 f_bfree;
52 __u64 f_bavail;
53 __u64 f_files;
54 __u64 f_ffree;
  /bionic/libc/kernel/common/linux/
neighbour.h 66 __u64 ndts_allocs;
67 __u64 ndts_destroys;
68 __u64 ndts_hash_grows;
69 __u64 ndts_res_failed;
70 __u64 ndts_lookups;
71 __u64 ndts_hits;
72 __u64 ndts_rcv_probes_mcast;
73 __u64 ndts_rcv_probes_ucast;
74 __u64 ndts_periodic_gc_runs;
75 __u64 ndts_forced_gc_runs
    [all...]
dirent.h 23 __u64 d_ino;
types.h 26 typedef __u64 __bitwise __le64;
27 typedef __u64 __bitwise __be64;
  /external/iproute2/include/linux/
neighbour.h 94 __u64 ndts_allocs;
95 __u64 ndts_destroys;
96 __u64 ndts_hash_grows;
97 __u64 ndts_res_failed;
98 __u64 ndts_lookups;
99 __u64 ndts_hits;
100 __u64 ndts_rcv_probes_mcast;
101 __u64 ndts_rcv_probes_ucast;
102 __u64 ndts_periodic_gc_runs;
103 __u64 ndts_forced_gc_runs
    [all...]
types.h 31 typedef __u64 __bitwise __le64;
32 typedef __u64 __bitwise __be64;
  /external/kernel-headers/original/linux/
neighbour.h 94 __u64 ndts_allocs;
95 __u64 ndts_destroys;
96 __u64 ndts_hash_grows;
97 __u64 ndts_res_failed;
98 __u64 ndts_lookups;
99 __u64 ndts_hits;
100 __u64 ndts_rcv_probes_mcast;
101 __u64 ndts_rcv_probes_ucast;
102 __u64 ndts_periodic_gc_runs;
103 __u64 ndts_forced_gc_runs
    [all...]
swab.h 10 * how U/UL/ULL map to __u16, __u32, __u64. At least not in a portable way.
22 #define ___constant_swab64(x) ((__u64)( \
23 (((__u64)(x) & (__u64)0x00000000000000ffULL) << 56) | \
24 (((__u64)(x) & (__u64)0x000000000000ff00ULL) << 40) | \
25 (((__u64)(x) & (__u64)0x0000000000ff0000ULL) << 24) | \
26 (((__u64)(x) & (__u64)0x00000000ff000000ULL) << 8) |
    [all...]
  /bionic/libc/kernel/arch-arm/asm/
types.h 30 typedef unsigned long long __u64; typedef
  /external/kernel-headers/original/asm-generic/bitops/
fls64.h 6 static inline int fls64(__u64 x)
  /ndk/build/platforms/android-3/arch-arm/usr/include/asm/
types.h 30 typedef unsigned long long __u64; typedef
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
dirent.h 23 __u64 d_ino;
types.h 26 typedef __u64 __bitwise __le64;
27 typedef __u64 __bitwise __be64;
  /ndk/build/platforms/android-4/arch-arm/usr/include/asm/
types.h 30 typedef unsigned long long __u64; typedef
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
dirent.h 23 __u64 d_ino;
types.h 26 typedef __u64 __bitwise __le64;
27 typedef __u64 __bitwise __be64;
  /ndk/build/platforms/android-5/arch-arm/usr/include/asm/
types.h 30 typedef unsigned long long __u64; typedef
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
dirent.h 23 __u64 d_ino;
types.h 26 typedef __u64 __bitwise __le64;
27 typedef __u64 __bitwise __be64;
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
dirent.h 23 __u64 d_ino;
types.h 26 typedef __u64 __bitwise __le64;
27 typedef __u64 __bitwise __be64;
  /ndk/build/platforms/android-8/arch-arm/usr/include/asm/
types.h 30 typedef unsigned long long __u64; typedef
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
dirent.h 23 __u64 d_ino;
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
dirent.h 23 __u64 d_ino;

Completed in 2819 milliseconds

1 23 4 5 6 7 8 91011