Searched defs:uint64_t (Results 1 - 25 of 46) sorted by relevance

12

/external/clang/test/Headers/
H A Dint64-type.c4 typedef unsigned long long uint64_t; typedef
/external/netperf/
H A Dnetcpu.h11 typedef unsigned __int64 uint64_t; typedef
14 extern void get_cpu_idle(uint64_t *res);
/external/clang/test/CodeGen/
H A Duint128_t.c3 typedef unsigned long long uint64_t; typedef
4 extern uint64_t numer;
5 extern uint64_t denom;
7 uint64_t
8 f(uint64_t val)
H A D2008-01-04-WideBitfield.c3 typedef unsigned long long uint64_t; typedef
6 uint64_t a : 64;
9 uint64_t f(void)
H A Ddebug-info.c59 typedef unsigned long long uint64_t; typedef
60 typedef uint64_t uint64x2_t __attribute__((ext_vector_type(2)));
H A D2009-01-21-InvalidIterator.c6 typedef unsigned long int uint64_t; typedef
9 typedef uint64_t Elf64_Xword;
10 typedef uint64_t Elf64_Addr;
11 typedef uint64_t Elf64_Off;
/external/chromium/sdch/open-vcdiff/vsprojects/
H A Dstdint.h28 typedef unsigned __int64 uint64_t; typedef
/external/e2fsprogs/lib/uuid/
H A Duuid_types.h14 typedef unsigned int uint64_t; typedef
17 typedef unsigned long uint64_t; typedef
24 typedef unsigned long long uint64_t; typedef
/external/icu4c/common/unicode/
H A Dptypes.h85 typedef unsigned long long uint64_t; typedef
H A Dppalmos.h137 typedef unsigned long long uint64_t; typedef
139 typedef unsigned __int64 uint64_t; typedef
H A Dpwin32.h110 # define UINT64_C(x) ((uint64_t)x)
160 typedef unsigned long long uint64_t; typedef
162 typedef unsigned __int64 uint64_t; typedef
/external/skia/include/config/
H A Dsk_stdint.h11 typedef unsigned long long uint64_t; typedef
/external/srtp/crypto/include/
H A Dintegers.h81 typedef unsigned long uint64_t; typedef
83 typedef unsigned long long uint64_t; typedef
102 typedef double uint64_t; typedef
104 extern uint64_t make64(uint32_t high, uint32_t low);
105 extern uint32_t high32(uint64_t value);
106 extern uint32_t low32(uint64_t value);
/external/v8/include/
H A Dv8stdint.h44 typedef unsigned __int64 uint64_t; typedef
/external/webkit/Source/WebCore/bridge/
H A Dnptypes.h57 typedef unsigned long long uint64_t; typedef
82 typedef u_int64_t uint64_t; typedef
/external/libvpx/vpx/
H A Dvpx_integer.h29 typedef unsigned __int64 uint64_t; typedef
/external/webkit/Source/JavaScriptCore/os-win32/
H A Dstdint.h42 typedef unsigned __int64 uint64_t; typedef
65 CASSERT(sizeof(uint64_t) == 8, uint64_t_is_eight_bytes)
/external/webp/include/webp/
H A Dtypes.h27 typedef unsigned long long int uint64_t; typedef
/external/llvm/include/llvm/Support/
H A DDataTypes.h69 /* Handle incorrect definition of uint64_t as u_int64_t */
72 typedef u_int64_t uint64_t; typedef
74 # error "Don't have a definition for uint64_t on this platform"
/external/clang/test/CodeGenCXX/
H A Dmangle-neon-vectors.cpp6 typedef unsigned long long uint64_t; typedef
10 typedef __attribute__((neon_vector_type(1))) uint64_t uint64x1_t;
11 typedef __attribute__((neon_vector_type(2))) uint64_t uint64x2_t;
H A D2010-07-23-DeclLoc.cpp11 typedef unsigned long long uint64_t; typedef
28 typedef uint64_t ptr_t;
29 typedef uint64_t size_t;
/external/clang/test/Sema/
H A Dneon-vector-types.c6 typedef unsigned long long uint64_t; typedef
11 typedef __attribute__((neon_vector_type(1))) uint64_t uint64x1_t;
12 typedef __attribute__((neon_vector_type(2))) uint64_t uint64x2_t;
/external/clang/test/SemaCXX/
H A Dconversion.cpp13 typedef unsigned long uint64_t; typedef
25 uint32_t test2_positive(uint64_t x) {
29 uint32_t test2_negative(uint64_t x) {
35 uint64_t test1(int x, unsigned y) {
39 uint64_t test2(int x, unsigned y) {
/external/llvm/test/CodeGen/CellSPU/useful-harnesses/
H A Di64operations.h5 typedef unsigned long long int uint64_t; typedef
21 uint64_t *lhs;
22 uint64_t *rhs;
23 uint64_t *select_a;
24 uint64_t *select_b;
26 uint64_t *select_expected;
39 int (*predfunc) (uint64_t, uint64_t);
40 uint64_t (*selfunc) (uint64_t, uint64_
[all...]
/external/webrtc/src/
H A Dtypedefs.h65 typedef unsigned long long uint64_t; typedef
73 typedef uint64_t WebRtc_UWord64;
89 typedef uint64_t WebRtc_UWord64;

Completed in 588 milliseconds

12