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

1234

/external/clang/test/Headers/
H A Dint64-type.c5 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/chromium_org/third_party/smhasher/src/
H A DMurmurHash1.h17 typedef unsigned __int64 uint64_t; typedef
H A DMurmurHash2.h17 typedef unsigned __int64 uint64_t; typedef
30 uint64_t MurmurHash64A ( const void * key, int len, uint64_t seed );
31 uint64_t MurmurHash64B ( const void * key, int len, uint64_t seed );
H A DMurmurHash3.h17 typedef unsigned __int64 uint64_t; typedef
/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 Dx86_32-inline-asm.c8 typedef u_int64_t uint64_t; typedef
13 uint64_t val = 0;
/external/clang/test/Profile/
H A Dc-counter-overflows.c7 typedef unsigned long long uint64_t; typedef
16 for (uint64_t I = 0; I < 0xffffffff0; ++I) {
/external/chromium_org/mojo/public/python/mojo/
H A Dc_environment.pxd7 from libc.stdint cimport int64_t, intptr_t, uint32_t, uint64_t namespace
12 ctypedef uint64_t MojoDeadline
H A Dc_core.pxd14 from libc.stdint cimport int32_t, int64_t, uint32_t, uint64_t, uintptr_t namespace
52 ctypedef uint64_t MojoDeadline
187 uint64_t num_bytes,
196 uint64_t offset,
197 uint64_t num_bytes,
/external/clang/test/Headers/Inputs/include/
H A Dstdint.h9 typedef unsigned __INT64_TYPE__ uint64_t; typedef
/external/chromium_org/sdch/open-vcdiff/vsprojects/
H A Dstdint.h28 typedef unsigned __int64 uint64_t; typedef
/external/chromium_org/ppapi/c/
H A Dpp_stdint.h51 typedef unsigned __int64 uint64_t; typedef
/external/chromium_org/third_party/brotli/src/brotli/dec/
H A Dtypes.h37 typedef unsigned long long int uint64_t; typedef
/external/chromium_org/third_party/leveldatabase/src/port/win/
H A Dstdint.h22 typedef unsigned long long uint64_t; typedef
/external/chromium_org/third_party/libsrtp/srtp/crypto/include/
H A Dintegers.h81 typedef unsigned long uint64_t; typedef
83 typedef unsigned long long uint64_t; typedef
103 typedef double uint64_t; typedef
105 extern uint64_t make64(uint32_t high, uint32_t low);
106 extern uint32_t high32(uint64_t value);
107 extern uint32_t low32(uint64_t value);
/external/chromium_org/third_party/npapi/bindings/
H A Dnptypes.h57 typedef unsigned long long uint64_t; typedef
82 typedef u_int64_t uint64_t; typedef
/external/chromium_org/v8/include/
H A Dv8stdint.h24 typedef unsigned __int64 uint64_t; typedef
/external/clang/test/CodeGenCXX/
H A Dlinetable-eh.cpp19 typedef unsigned long long uint64_t; typedef
29 uint64_t GetIt();
40 uint64_t current_address = GetContext()->GetIt();
/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/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dopj_stdint.h46 typedef unsigned __int64 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/chromium_org/third_party/icu/source/common/unicode/
H A Dptypes.h118 typedef unsigned __int64 uint64_t; typedef
120 typedef unsigned long long uint64_t; typedef
/external/chromium_org/third_party/libwebp/webp/
H A Dtypes.h33 typedef unsigned long long int uint64_t; typedef

Completed in 824 milliseconds

1234