Searched refs:u_int64_t (Results 1 - 25 of 57) sorted by relevance

123

/external/f2fs-tools/mkfs/
H A Df2fs_format_utils.h15 int f2fs_trim_device(int, u_int64_t);
H A Df2fs_format_utils.c50 u_int64_t bytes = dev->total_sectors * dev->sector_size;
/external/libpcap/
H A Dpcap-stdinc.h92 #define u_int64_t uint64_t macro
114 typedef unsigned _int64 u_int64_t; typedef
117 typedef unsigned long long u_int64_t; typedef
/external/libpcap/pcap/
H A Dnflog.h67 u_int64_t sec;
68 u_int64_t usec;
H A Dusb.h78 u_int64_t id;
103 u_int64_t id;
/external/ipsec-tools/src/libipsec/
H A Dlibpfkey.h137 struct sockaddr *, u_int, u_int, u_int64_t, u_int64_t,
142 struct sockaddr *, u_int, u_int, u_int64_t, u_int64_t,
170 caddr_t, u_int, u_int, u_int, u_int, u_int, u_int32_t, u_int64_t,
171 u_int64_t, u_int64_t, u_int32_t));
174 caddr_t, u_int, u_int, u_int, u_int, u_int, u_int32_t, u_int64_t,
175 u_int64_t, u_int64_t, u_int32_
[all...]
H A Dpfkey.c64 struct sockaddr *, u_int, u_int, u_int64_t, u_int64_t,
867 (u_int64_t)0, (u_int64_t)0,
882 struct sockaddr *dst, u_int prefd, u_int proto, u_int64_t ltime,
883 u_int64_t vtime, caddr_t policy, int policylen, u_int32_t seq)
911 (u_int64_t)0, (u_int64_t)0,
926 struct sockaddr *dst, u_int prefd, u_int proto, u_int64_t ltime,
927 u_int64_t vtim
[all...]
/external/ipsec-tools/src/racoon/missing/crypto/sha2/
H A Dsha2.h68 typedef unsigned long long u_int64_t; /* 8-bytes (64-bits) */
105 u_int64_t bitcount;
109 u_int64_t state[8];
110 u_int64_t bitcount[2];
/external/clang/test/CodeGen/
H A Dx86_32-inline-asm.c11 typedef unsigned long long u_int64_t; typedef
12 typedef u_int64_t uint64_t;
/external/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/Support/
H A DDataTypes.h77 /* Handle incorrect definition of uint64_t as u_int64_t */
80 typedef u_int64_t uint64_t;
/external/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/Support/
H A DDataTypes.h77 /* Handle incorrect definition of uint64_t as u_int64_t */
80 typedef u_int64_t uint64_t;
/external/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/Support/
H A DDataTypes.h77 /* Handle incorrect definition of uint64_t as u_int64_t */
80 typedef u_int64_t uint64_t;
/external/ltp/testcases/kernel/syscalls/eventfd2/
H A Deventfd2_03.c60 u_int64_t cntr;
72 u_int64_t cntr = count;
/external/f2fs-tools/lib/
H A Dlibf2fs_zoned.c113 u_int64_t total_sectors;
114 u_int64_t sector;
221 u_int64_t total_sectors;
222 u_int64_t sector;
/external/libnl/include/linux-private/linux/netfilter/
H A Dnfnetlink_log.h9 #define __aligned_be64 u_int64_t __attribute__((aligned(8)))
H A Dnfnetlink_queue.h8 #define __aligned_be64 u_int64_t __attribute__((aligned(8)))
/external/f2fs-tools/include/
H A Df2fs_fs.h58 typedef uint64_t u_int64_t; typedef
64 typedef u_int64_t u64;
307 u_int64_t total_sectors; /* got by get_device_info */
308 u_int64_t start_blkaddr;
309 u_int64_t end_blkaddr;
335 u_int64_t device_size;
336 u_int64_t total_sectors;
337 u_int64_t wanted_total_sectors;
338 u_int64_t wanted_sector_size;
339 u_int64_t target_sector
[all...]
/external/python/cpython2/Modules/_ctypes/libffi_osx/x86/
H A Dx86-ffi64.c534 u_int64_t actval = (u_int64_t)shortval;
543 u_int64_t actval = (u_int64_t)shortval;
551 u_int64_t actval = (u_int64_t)shortval;
/external/python/cpython3/Modules/_ctypes/libffi_osx/x86/
H A Dx86-ffi64.c536 u_int64_t actval = (u_int64_t)shortval;
545 u_int64_t actval = (u_int64_t)shortval;
553 u_int64_t actval = (u_int64_t)shortval;
/external/llvm/include/llvm/Support/
H A DDataTypes.h.cmake77 /* Handle incorrect definition of uint64_t as u_int64_t */
80 typedef u_int64_t uint64_t;
H A DDataTypes.h74 /* Handle incorrect definition of uint64_t as u_int64_t */
77 typedef u_int64_t uint64_t;
/external/gflags/android/gflags/
H A Dgflags_declare.h97 typedef u_int64_t uint64;
/external/libyuv/files/third_party/gflags/gen/posix/include/gflags/
H A Dgflags_declare.h88 typedef u_int64_t uint64;
/external/libyuv/files/third_party/gflags/gen/win/include/gflags/
H A Dgflags_declare.h88 typedef u_int64_t uint64;
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DDataTypes.h73 /* Handle incorrect definition of uint64_t as u_int64_t */
76 typedef u_int64_t uint64_t;

Completed in 631 milliseconds

123