HomeSort by relevance Sort by last modified time
    Searched defs:__u64 (Results 1 - 18 of 18) sorted by null

  /bionic/libc/kernel/arch-arm/asm/
types.h 30 typedef unsigned long long __u64; typedef
  /bionic/libc/kernel/arch-sh/asm/
types.h 30 typedef unsigned long long __u64; typedef
  /bionic/libc/kernel/arch-x86/asm/
types.h 31 __extension__ typedef unsigned long long __u64; typedef
35 typedef unsigned long long __u64; typedef
  /development/ndk/platforms/android-3/arch-arm/include/asm/
types.h 30 typedef unsigned long long __u64; typedef
  /development/ndk/platforms/android-5/arch-x86/include/asm/
types.h 31 __extension__ typedef unsigned long long __u64; typedef
35 typedef unsigned long long __u64; typedef
  /external/e2fsprogs/include/nonunix/linux/
types.h 13 typedef unsigned __int64 __u64; typedef
22 typedef unsigned __int64 __u64; typedef
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/asm/
types.h 30 typedef unsigned long long __u64; typedef
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/asm/
types.h 30 typedef unsigned long long __u64; typedef
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/asm/
types.h 30 typedef unsigned long long __u64; typedef
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
types.h 31 __extension__ typedef unsigned long long __u64; typedef
35 typedef unsigned long long __u64; typedef
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/asm/
types.h 30 typedef unsigned long long __u64; typedef
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
types.h 31 __extension__ typedef unsigned long long __u64; typedef
35 typedef unsigned long long __u64; typedef
  /external/e2fsprogs/lib/blkid/
blkid_types.h 97 typedef __U64_TYPEDEF __u64; typedef
100 typedef unsigned int __u64; typedef
103 typedef unsigned long __u64; typedef
106 typedef unsigned long long __u64; typedef
  /external/e2fsprogs/lib/ext2fs/
ext2_types.h 97 typedef __U64_TYPEDEF __u64; typedef
100 typedef unsigned int __u64; typedef
103 typedef unsigned long __u64; typedef
106 typedef unsigned long long __u64; typedef
  /external/kernel-headers/original/asm-arm/
types.h 24 typedef unsigned long long __u64; typedef
  /external/kernel-headers/original/asm-x86/
types.h 25 __extension__ typedef unsigned long long __u64; typedef
29 typedef unsigned long long __u64; typedef
  /system/extras/ext4_utils/
ext4_utils.h 51 #define __u64 u64 macro
  /external/grub/stage2/
fsys_reiserfs.c 38 typedef unsigned long long __u64; typedef
44 #define __cpu_to_le64(x) ((__u64) (x))
45 #define __le64_to_cpu(x) ((__u64) (x))
156 __u64 k_offset:60;
157 __u64 k_type: 4;
895 filepos, len, (__u64) IH_KEY_OFFSET (INFO->current_ih) - 1);
    [all...]

Completed in 216 milliseconds