Searched defs:uint64_t (Results 51 - 75 of 96) sorted by relevance

1234

/external/sfntly/cpp/src/sfntly/port/
H A Dtype.h29 typedef unsigned __int64 uint64_t; typedef
53 typedef uint64_t qword_t;
/external/skia/include/gpu/
H A DGrConfig.h51 typedef unsigned __int64 uint64_t; typedef
/external/webrtc/src/
H A Dtypedefs.h109 typedef unsigned long long uint64_t; typedef
117 typedef uint64_t WebRtc_UWord64;
133 typedef uint64_t WebRtc_UWord64;
/external/chromium_org/third_party/ots/include/
H A Dopentype-sanitiser.h17 typedef unsigned __int64 uint64_t; typedef
134 bool WriteR64(uint64_t v) {
/external/chromium_org/third_party/usrsctp/usrsctplib/
H A Duser_malloc.h50 #define uint64_t unsigned __int64 macro
85 uint64_t mts_memalloced; /* Bytes allocated on CPU. */
86 uint64_t mts_memfreed; /* Bytes freed on CPU. */
87 uint64_t mts_numallocs; /* Number of allocates on CPU. */
88 uint64_t mts_numfrees; /* number of frees on CPU. */
89 uint64_t mts_size; /* Bitmask of sizes allocated on CPU. */
90 uint64_t _mts_reserved1; /* Reserved field. */
91 uint64_t _mts_reserved2; /* Reserved field. */
92 uint64_t _mts_reserved3; /* Reserved field. */
114 uint64_t _ks_call
[all...]
/external/clang/test/CodeGen/
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;
H A Dtbaa.cpp8 typedef unsigned long long uint64_t; typedef
47 uint32_t g(uint32_t *s, StructA *A, uint64_t count) {
59 uint32_t g2(uint32_t *s, StructA *A, uint64_t count) {
71 uint32_t g3(StructA *A, StructB *B, uint64_t count) {
83 uint32_t g4(StructA *A, StructB *B, uint64_t count) {
95 uint32_t g5(StructA *A, StructB *B, uint64_t count) {
107 uint32_t g6(StructA *A, StructB *B, uint64_t count) {
119 uint32_t g7(StructA *A, StructS *S, uint64_t count) {
131 uint32_t g8(StructA *A, StructS *S, uint64_t count) {
143 uint32_t g9(StructS *S, StructS2 *S2, uint64_t coun
[all...]
/external/clang/test/CodeGenCXX/
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;
H A Daarch64-mangle-neon-vectors.cpp8 typedef unsigned long uint64_t; typedef
28 typedef __attribute__((neon_vector_type(2))) uint64_t uint64x2_t;
/external/clang/test/SemaCXX/
H A Dconversion.cpp14 typedef unsigned long uint64_t; typedef
26 uint32_t test2_positive(uint64_t x) {
30 uint32_t test2_negative(uint64_t x) {
36 uint64_t test1(int x, unsigned y) {
40 uint64_t test2(int x, unsigned y) {
/external/llvm/include/llvm/Support/
H A DDataTypes.h74 /* Handle incorrect definition of uint64_t as u_int64_t */
77 typedef u_int64_t uint64_t; typedef
79 # error "Don't have a definition for uint64_t on this platform"
107 typedef unsigned __int64 uint64_t; typedef
/external/netperf/
H A Dnetcpu_ntperf.c135 typedef unsigned __int64 uint64_t; typedef
138 get_cpu_idle(uint64_t *res)
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_config_dreamcast.h37 typedef unsigned long long uint64_t; typedef
H A DSDL_config_macos.h39 typedef UInt64 uint64_t; typedef
H A DSDL_config_symbian.h83 typedef unsigned long long uint64_t; typedef
H A DSDL_config_win32.h40 typedef unsigned __int64 uint64_t; typedef
64 typedef unsigned long long uint64_t; typedef
H A DSDL_config_os2.h39 typedef unsigned long long uint64_t; typedef
/external/libxml2/
H A Dtimsort.h29 typedef unsigned __int64 uint64_t; typedef
35 #define MK_UINT64(x) ((uint64_t)(x))
48 int compute_minrun(uint64_t);
55 int clzll(uint64_t);
58 int clzll(uint64_t x) /* {{{ */
78 int compute_minrun(uint64_t size) /* {{{ */
83 const uint64_t mask = (MK_UINT64(1) << shift) - 1;
/external/chromium_org/mojo/public/python/mojo/
H A Dsystem.pyx18 from libc.stdint cimport int32_t, int64_t, uint32_t, uint64_t, uintptr_t namespace
/external/chromium_org/third_party/libusb/src/msvc/
H A Dstdint.h95 typedef unsigned __int64 uint64_t; typedef
/external/chromium_org/third_party/mesa/src/include/c99/
H A Dstdint.h90 typedef unsigned __int64 uint64_t; typedef
101 typedef uint64_t uint_least64_t;
111 typedef uint64_t uint_fast64_t;
124 typedef uint64_t uintmax_t;
/external/compiler-rt/lib/builtins/
H A Dfp_lib.h34 # define uint64_t unsigned long long macro
55 const uint64_t product = (uint64_t)a*b;
63 typedef uint64_t rep_t;
88 const uint64_t plolo = loWord(a) * loWord(b);
89 const uint64_t plohi = loWord(a) * hiWord(b);
90 const uint64_t philo = hiWord(a) * loWord(b);
91 const uint64_t phihi = hiWord(a) * hiWord(b);
93 const uint64_t r0 = loWord(plolo);
94 const uint64_t r
[all...]
/external/compiler-rt/lib/profile/
H A DGCDAProfiling.c46 typedef unsigned long long uint64_t; typedef
53 typedef unsigned long long uint64_t; typedef
78 static uint64_t cur_buffer_size = 0;
79 static uint64_t cur_pos = 0;
80 static uint64_t file_size = 0;
110 static void resize_write_buffer(uint64_t size) {
130 static void write_64bit_value(uint64_t i) {
156 static uint64_t read_64bit_value() {
157 uint64_t val;
160 return (uint64_t)
[all...]
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h90 typedef unsigned __int64 uint64_t; typedef
101 typedef uint64_t uint_least64_t;
111 typedef uint64_t uint_fast64_t;
124 typedef uint64_t uintmax_t;
/external/mesa3d/include/c99/
H A Dstdint.h90 typedef unsigned __int64 uint64_t; typedef
101 typedef uint64_t uint_least64_t;
111 typedef uint64_t uint_fast64_t;
124 typedef uint64_t uintmax_t;

Completed in 2733 milliseconds

1234