HomeSort by relevance Sort by last modified time
    Searched defs:uint64_t (Results 51 - 75 of 114) sorted by null

1 23 4 5

  /external/skqp/include/gpu/
GrConfig.h 63 typedef unsigned __int64 uint64_t; typedef
  /external/swiftshader/third_party/LLVM/test/CodeGen/CellSPU/useful-harnesses/
i64operations.h 5 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_t, uint64_t, uint64_t)
    [all...]
  /external/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/Support/
DataTypes.h 77 /* Handle incorrect definition of uint64_t as u_int64_t */
80 typedef u_int64_t uint64_t; typedef
82 # error "Don't have a definition for uint64_t on this platform"
  /external/swiftshader/third_party/llvm-subzero/build/Fuchsia/include/llvm/Support/
DataTypes.h 77 /* Handle incorrect definition of uint64_t as u_int64_t */
80 typedef u_int64_t uint64_t; typedef
82 # error "Don't have a definition for uint64_t on this platform"
  /external/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/Support/
DataTypes.h 77 /* Handle incorrect definition of uint64_t as u_int64_t */
80 typedef u_int64_t uint64_t; typedef
82 # error "Don't have a definition for uint64_t on this platform"
  /external/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/Support/
DataTypes.h 77 /* Handle incorrect definition of uint64_t as u_int64_t */
80 typedef u_int64_t uint64_t; typedef
82 # error "Don't have a definition for uint64_t on this platform"
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
endian.h 52 typedef __uint64_t uint64_t; typedef
73 #define htole64(x) ((uint64_t)(x))
80 #define le64toh(x) ((uint64_t)(x))
84 #define htobe64(x) ((uint64_t)(x))
91 #define be64toh(x) ((uint64_t)(x))
115 static __inline uint64_t
120 return (((uint64_t)be32dec(p) << 32) | be32dec(p + 4));
139 static __inline uint64_t
144 return (((uint64_t)le32dec(p + 4) << 32) | le32dec(p));
168 be64enc(void *pp, uint64_t u
    [all...]
  /external/clang/test/CodeGen/
tbaa-class.cpp 8 typedef unsigned long long uint64_t; typedef
53 uint32_t g(uint32_t *s, StructA *A, uint64_t count) {
65 uint32_t g2(uint32_t *s, StructA *A, uint64_t count) {
77 uint32_t g3(StructA *A, StructB *B, uint64_t count) {
89 uint32_t g4(StructA *A, StructB *B, uint64_t count) {
101 uint32_t g5(StructA *A, StructB *B, uint64_t count) {
113 uint32_t g6(StructA *A, StructB *B, uint64_t count) {
125 uint32_t g7(StructA *A, StructS *S, uint64_t count) {
137 uint32_t g8(StructA *A, StructS *S, uint64_t count) {
149 uint32_t g9(StructS *S, StructS2 *S2, uint64_t count)
    [all...]
tbaa.cpp 12 typedef unsigned long long uint64_t; typedef
51 uint32_t g(uint32_t *s, StructA *A, uint64_t count) {
63 uint32_t g2(uint32_t *s, StructA *A, uint64_t count) {
75 uint32_t g3(StructA *A, StructB *B, uint64_t count) {
87 uint32_t g4(StructA *A, StructB *B, uint64_t count) {
99 uint32_t g5(StructA *A, StructB *B, uint64_t count) {
111 uint32_t g6(StructA *A, StructB *B, uint64_t count) {
123 uint32_t g7(StructA *A, StructS *S, uint64_t count) {
135 uint32_t g8(StructA *A, StructS *S, uint64_t count) {
147 uint32_t g9(StructS *S, StructS2 *S2, uint64_t count)
    [all...]
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/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorUInt128.h 17 template <uint64_t n>
19 static const uint64_t value = n;
20 EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE operator uint64_t() const { return n; }
31 template <typename HIGH = uint64_t, typename LOW = uint64_t>
57 eigen_assert((static_cast<typename conditional<sizeof(T) == 8, uint64_t, uint32_t>::type>(x) <= NumTraits<uint64_t>::highest()));
112 TensorUInt128<uint64_t, uint64_t> operator + (const TensorUInt128<HL, LL>& lhs, const TensorUInt128<HR, LR>& rhs)
114 TensorUInt128<uint64_t, uint64_t> result(lhs.high + rhs.high, lhs.low + rhs.low)
    [all...]
  /external/flac/include/share/
compat.h 133 typedef unsigned __int64 uint64_t; typedef
  /external/icu/icu4c/source/i18n/
double-conversion-utils.h 119 typedef unsigned __int64 uint64_t; typedef
133 #define UINT64_2PART_C(a, b) (((static_cast<uint64_t>(a) << 32) + 0x##b##u))
  /external/sfntly/cpp/src/sfntly/port/
type.h 29 typedef unsigned __int64 uint64_t; typedef
53 typedef uint64_t qword_t;
  /external/swiftshader/third_party/LLVM/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/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/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 66 * uint64_t hash;
100 typedef unsigned __int64 uint64_t; typedef
102 #include <stdint.h> /* uint64_t uint32_t uint8_t */
111 #define _SIP_ULL(high, low) (((uint64_t)high << 32) | low)
114 #define SIP_ROTL(x, b) (uint64_t)(((x) << (b)) | ( (x) >> (64 - (b))))
125 (((uint64_t)((p)[0]) << 0) | \
126 ((uint64_t)((p)[1]) << 8) | \
127 ((uint64_t)((p)[2]) << 16) | \
128 ((uint64_t)((p)[3]) << 24) | \
129 ((uint64_t)((p)[4]) << 32) |
    [all...]

Completed in 985 milliseconds

1 23 4 5