HomeSort by relevance Sort by last modified time
    Searched defs:uint64_t (Results 76 - 100 of 186) sorted by null

1 2 34 5 6 7 8

  /external/swiftshader/third_party/LLVM/include-android/llvm/Support/
DataTypes.h 73 /* Handle incorrect definition of uint64_t as u_int64_t */
76 typedef u_int64_t uint64_t; typedef
78 # error "Don't have a definition for uint64_t on this platform"
106 typedef unsigned __int64 uint64_t; typedef
  /external/swiftshader/third_party/LLVM/include-fuchsia/llvm/Support/
DataTypes.h 73 /* Handle incorrect definition of uint64_t as u_int64_t */
76 typedef u_int64_t uint64_t; typedef
78 # error "Don't have a definition for uint64_t on this platform"
106 typedef unsigned __int64 uint64_t; typedef
  /external/swiftshader/third_party/LLVM/include-linux/llvm/Support/
DataTypes.h 73 /* Handle incorrect definition of uint64_t as u_int64_t */
76 typedef u_int64_t uint64_t; typedef
78 # error "Don't have a definition for uint64_t on this platform"
106 typedef unsigned __int64 uint64_t; typedef
  /external/swiftshader/third_party/LLVM/include-osx/llvm/Support/
DataTypes.h 73 /* Handle incorrect definition of uint64_t as u_int64_t */
76 typedef u_int64_t uint64_t; typedef
78 # error "Don't have a definition for uint64_t on this platform"
106 typedef unsigned __int64 uint64_t; typedef
  /external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/
DataTypes.h 73 /* Handle incorrect definition of uint64_t as u_int64_t */
76 typedef u_int64_t uint64_t; typedef
78 #error "Don't have a definition for uint64_t on this platform"
107 typedef unsigned __int64 uint64_t; typedef
  /external/aac/libSYS/include/
machine_type.h 114 typedef unsigned long long uint64_t; typedef
  /external/capstone/include/
platform.h 44 typedef unsigned long long uint64_t; typedef
  /external/clang/test/CodeGen/
2009-01-21-InvalidIterator.c 6 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/clang/test/CodeGenCXX/
2010-07-23-DeclLoc.cpp 12 typedef unsigned long long uint64_t; typedef
29 typedef uint64_t ptr_t;
30 typedef uint64_t size_t;
aarch64-mangle-neon-vectors.cpp 8 typedef unsigned long uint64_t; typedef
28 typedef __attribute__((neon_vector_type(2))) uint64_t uint64x2_t;
  /external/expat/lib/
siphash.h 60 * uint64_t hash;
94 typedef unsigned __int64 uint64_t; typedef
96 #include <stdint.h> /* uint64_t uint32_t uint8_t */
105 #define _SIP_ULL(high, low) (((uint64_t)high << 32) | low)
108 #define SIP_ROTL(x, b) (uint64_t)(((x) << (b)) | ( (x) >> (64 - (b))))
119 (((uint64_t)((p)[0]) << 0) | \
120 ((uint64_t)((p)[1]) << 8) | \
121 ((uint64_t)((p)[2]) << 16) | \
122 ((uint64_t)((p)[3]) << 24) | \
123 ((uint64_t)((p)[4]) << 32) |
    [all...]
  /external/libxml2/
timsort.h 40 typedef unsigned __int64 uint64_t; typedef
74 static int compute_minrun(const uint64_t);
81 static int clzll(uint64_t);
84 static int clzll(uint64_t x) {
129 static __inline int compute_minrun(const uint64_t size) {
133 const uint64_t mask = (1ULL << shift) - 1;
  /external/llvm/include/llvm/Support/
DataTypes.h 74 /* 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/swiftshader/src/Common/
Types.hpp 38 typedef unsigned __int64 uint64_t; typedef
50 typedef ALIGN(8, uint64_t) qword;
51 typedef ALIGN(16, uint64_t) qword2[2];
58 typedef ALIGN(16, uint64_t) xword[2];
  /external/syslinux/efi32/include/efi/ia32/
efibind.h 36 typedef unsigned __int64 uint64_t; typedef
46 typedef unsigned int __attribute__((__mode__(__DI__))) uint64_t; typedef
57 typedef unsigned long uint64_t; typedef
69 typedef unsigned long long uint64_t __attribute__((aligned (8))); typedef
90 typedef uint64_t UINT64;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/ia32/
efibind.h 36 typedef unsigned __int64 uint64_t; typedef
46 typedef unsigned int __attribute__((__mode__(__DI__))) uint64_t; typedef
57 typedef unsigned long uint64_t; typedef
69 typedef unsigned long long uint64_t __attribute__((aligned (8))); typedef
90 typedef uint64_t UINT64;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/ia64/
efibind.h 34 typedef unsigned __int64 uint64_t; typedef
45 typedef unsigned long uint64_t; typedef
56 typedef unsigned long long uint64_t; typedef
77 typedef uint64_t UINT64;
93 typedef uint64_t UINTN;
  /external/tcpdump/
netdissect-stdinc.h 86 #ifndef uint64_t
87 #define uint64_t unsigned _int64 macro
112 #ifndef uint64_t
113 #define uint64_t unsigned long long macro
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
DataTypes.h 74 /* 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
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
DataTypes.h 74 /* 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
  /art/cmdline/
cmdline_types.h 246 // All implicit conversion from uint64_t uses nanoseconds.
249 MillisecondsToNanoseconds(uint64_t nanoseconds) : nanoseconds_(nanoseconds) { // NOLINT [runtime/explicit] [5]
258 uint64_t GetNanoseconds() const {
263 uint64_t GetMilliseconds() const {
268 operator uint64_t() const {
278 uint64_t nanoseconds_;
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
types.h 92 #ifndef uint64_t
93 typedef __uint64_t uint64_t; typedef
94 #define uint64_t __uint64_t macro
100 typedef uint64_t u_int64_t;
118 typedef uint64_t u_quad_t; /* quads */
129 * the C99 types int64_t and uint64_t instead.
133 typedef uint64_t u_longlong_t; /* for XDR */
169 typedef uint64_t ino_t; /* inode number */
  /external/clang/test/SemaCXX/
conversion.cpp 14 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/compiler-rt/lib/builtins/
fp_lib.h 34 # 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 r1 = hiWord(plolo) + loWord(plohi) + loWord(philo)
    [all...]
  /external/compiler-rt/lib/profile/
GCDAProfiling.c 51 typedef unsigned long long uint64_t; typedef
58 typedef unsigned long long uint64_t; typedef
82 static uint64_t cur_buffer_size = 0;
83 static uint64_t cur_pos = 0;
84 static uint64_t file_size = 0;
114 static void resize_write_buffer(uint64_t size) {
134 static void write_64bit_value(uint64_t i) {
160 static uint64_t read_64bit_value() {
161 uint64_t val;
164 return (uint64_t)-1
    [all...]

Completed in 768 milliseconds

1 2 34 5 6 7 8