Searched defs:u_int64_t (Results 1 - 8 of 8) sorted by relevance

/external/clang/test/CodeGen/
H A Dx86_32-inline-asm.c7 typedef unsigned long long u_int64_t; typedef
8 typedef u_int64_t uint64_t;
/external/tcpdump/missing/
H A Dbittypes.h72 typedef unsigned long long u_int64_t; typedef
74 typedef unsigned _int64 u_int64_t; typedef
76 typedef unsigned int u_int64_t; typedef
78 typedef unsigned long u_int64_t; typedef
80 typedef unsigned short u_int64_t; typedef
82 #error "there's no appropriate type for u_int64_t"
/external/qemu/slirp-android/
H A Dslirp.h32 typedef uint64_t u_int64_t; typedef
/external/qemu/slirp/
H A Dslirp.h29 typedef uint64_t u_int64_t; typedef
/external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/netinet/
H A Dtcp.h61 typedef __uint64_t u_int64_t; typedef
/external/kernel-headers/original/linux/
H A Dtypes.h125 typedef __u64 u_int64_t; typedef
/external/openssh/
H A Ddefines.h277 typedef unsigned long int u_int64_t; typedef
280 typedef unsigned long long int u_int64_t; typedef
642 ((((u_int64_t)(f).val[0] & 0xffffffffUL) << 32) | \
646 ((((u_int64_t)(f).__val[0] & 0xffffffffUL) << 32) | \
/external/valgrind/main/perf/
H A Dtest_input_for_tinycc.c334 typedef unsigned int u_int64_t __attribute__ ((__mode__ (__DI__))); typedef

Completed in 636 milliseconds