Searched defs:uint64_t (Results 1 - 25 of 96) sorted by last modified time

1234

/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/valgrind/main/none/tests/ppc32/
H A Djm-insns.c183 #undef uint64_t macro
185 #define uint64_t unsigned long long int macro
190 typedef uint64_t HWord_t;
195 compile_time_test2 = STATIC_ASSERT(sizeof(uint64_t) == 8),
402 static uint64_t double_to_bits ( double d )
404 union { uint64_t i; double d; } u;
405 assert(8 == sizeof(uint64_t));
4282 int s, uint16_t _exp, uint64_t mant)
4284 uint64_t tmp;
4286 tmp = ((uint64_t)
[all...]
H A Dtest_isa_2_07_part1.c126 #undef uint64_t macro
128 #define uint64_t unsigned long long int macro
134 typedef uint64_t HWord_t;
138 typedef uint64_t Word_t;
142 compile_time_test2 = STATIC_ASSERT(sizeof(uint64_t) == 8),
890 int s, uint16_t _exp, uint64_t mant)
892 uint64_t tmp;
894 tmp = ((uint64_t)s << 63) | ((uint64_t)_exp << 52) | mant;
895 *(uint64_t *)far
[all...]
/external/valgrind/main/none/tests/ppc64/
H A Djm-insns.c183 #undef uint64_t macro
185 #define uint64_t unsigned long long int macro
190 typedef uint64_t HWord_t;
195 compile_time_test2 = STATIC_ASSERT(sizeof(uint64_t) == 8),
402 static uint64_t double_to_bits ( double d )
404 union { uint64_t i; double d; } u;
405 assert(8 == sizeof(uint64_t));
4282 int s, uint16_t _exp, uint64_t mant)
4284 uint64_t tmp;
4286 tmp = ((uint64_t)
[all...]
H A Dtest_isa_2_07_part1.c126 #undef uint64_t macro
128 #define uint64_t unsigned long long int macro
134 typedef uint64_t HWord_t;
138 typedef uint64_t Word_t;
142 compile_time_test2 = STATIC_ASSERT(sizeof(uint64_t) == 8),
890 int s, uint16_t _exp, uint64_t mant)
892 uint64_t tmp;
894 tmp = ((uint64_t)s << 63) | ((uint64_t)_exp << 52) | mant;
895 *(uint64_t *)far
[all...]
/external/valgrind/main/perf/
H A Dtinycc.c108 typedef unsigned long long int uint64_t; typedef
124 typedef uint64_t Elf32_Xword;
126 typedef uint64_t Elf64_Xword;
131 typedef uint64_t Elf64_Addr;
135 typedef uint64_t Elf64_Off;
143 typedef uint64_t Elf64_Symndx;
17450 uint64_t vl;
/external/webp/include/webp/
H A Dtypes.h33 typedef unsigned long long int uint64_t; typedef
/external/stlport/src/
H A Dnum_get_float.cpp35 typedef unsigned __int64 uint64_t; typedef
39 uint64_t i64;
110 typedef uint64_t uint64;
532 uint64_t rest = vv.i64 & ((~ULL(0) / ULL(2)) >> (limits::digits - 1));
599 uint64_t rest;
/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/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/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_os2.h39 typedef unsigned long long 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
/external/qemu-pc-bios/bochs/bios/
H A Drombios32.c33 typedef unsigned long long uint64_t; typedef
157 static uint64_t rdmsr(unsigned index)
165 static void wrmsr(unsigned index, uint64_t val)
443 uint64_t ram_end;
453 static inline uint64_t le64_to_cpu(uint64_t x)
458 void wrmsr_smp(uint32_t index, uint64_t val)
539 uint64_t qemu_cfg_get64 (void)
541 uint64_t ret;
569 uint64_t va
[all...]
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dopj_stdint.h46 typedef unsigned __int64 uint64_t; typedef
/external/nanopb-c/extra/
H A Dpb_syshdr.h26 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);
H A Dnetcpu_ntperf.c135 typedef unsigned __int64 uint64_t; typedef
138 get_cpu_idle(uint64_t *res)
/external/mesa3d/include/GL/
H A Dglext.h6180 /* Define int32_t, int64_t, and uint64_t types for UST/MSC */
6189 typedef unsigned long int uint64_t; typedef
6192 typedef unsigned long long int uint64_t; typedef
6202 typedef unsigned long long int uint64_t; typedef
6208 typedef unsigned __int64 uint64_t; typedef
6217 typedef uint64_t GLuint64EXT;
6222 typedef uint64_t GLuint64;
H A Dglxext.h491 /* Define int32_t, int64_t, and uint64_t types for UST/MSC */
500 typedef unsigned long int uint64_t; typedef
503 typedef unsigned long long int uint64_t; typedef
513 typedef unsigned long long int uint64_t; typedef
519 typedef unsigned __int64 uint64_t; typedef
/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;
/external/mesa3d/src/egl/main/
H A Deglcompiler.h47 typedef unsigned __int64 uint64_t; typedef

Completed in 442 milliseconds

1234