Home
last modified time | relevance | path

Searched refs:uint64_t (Results 1 – 25 of 8207) sorted by relevance

12345678910>>...329

/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/hash/internal/
Dwyhash_test.cc23 static const uint64_t kCurrentSeed = 0;
24 static const uint64_t kSalt[5] = {0xa0761d6478bd642f, 0xe7037ed1a0b428dbl,
87 uint64_t seed; in TEST()
88 uint64_t hash; in TEST()
90 {"", uint64_t{0xec42b7ab404b8acb}, uint64_t{0xe5a40d39ab796423}}, in TEST()
91 {"Zw==", uint64_t{0xeeee074043a3ee0f}, uint64_t{0xa6564b468248c683}}, in TEST()
92 {"xmk=", uint64_t{0x857902089c393de}, uint64_t{0xef192f401b116e1c}}, in TEST()
93 {"c1H/", uint64_t{0x993df040024ca3af}, uint64_t{0xbe8dc0c54617639d}}, in TEST()
94 {"SuwpzQ==", uint64_t{0xc4e4c2acea740e96}, uint64_t{0x93d7f665b5521c8e}}, in TEST()
95 {"uqvy++M=", uint64_t{0x6a214b3db872d0cf}, uint64_t{0x646d70bb42445f28}}, in TEST()
[all …]
/external/angle/third_party/abseil-cpp/absl/hash/internal/
Dlow_level_hash_test.cc27 static const uint64_t kSalt[5] = {0xa0761d6478bd642f, 0xe7037ed1a0b428dbl,
35 uint64_t seed; in TEST()
37 {"", uint64_t{0xec42b7ab404b8acb}}, in TEST()
38 {"ICAg", uint64_t{0}}, in TEST()
39 {"YWFhYQ==", uint64_t{0}}, in TEST()
40 {"AQID", uint64_t{0}}, in TEST()
41 {"AQIDBA==", uint64_t{0}}, in TEST()
42 {"dGhpcmRfcGFydHl8d3loYXNofDY0", uint64_t{0}}, in TEST()
43 {"Zw==", uint64_t{0xeeee074043a3ee0f}}, in TEST()
44 {"xmk=", uint64_t{0x857902089c393de}}, in TEST()
[all …]
/external/webrtc/third_party/abseil-cpp/absl/hash/internal/
Dlow_level_hash_test.cc27 static const uint64_t kSalt[5] = {0xa0761d6478bd642f, 0xe7037ed1a0b428dbl,
35 uint64_t seed; in TEST()
37 {"", uint64_t{0xec42b7ab404b8acb}}, in TEST()
38 {"ICAg", uint64_t{0}}, in TEST()
39 {"YWFhYQ==", uint64_t{0}}, in TEST()
40 {"AQID", uint64_t{0}}, in TEST()
41 {"AQIDBA==", uint64_t{0}}, in TEST()
42 {"dGhpcmRfcGFydHl8d3loYXNofDY0", uint64_t{0}}, in TEST()
43 {"Zw==", uint64_t{0xeeee074043a3ee0f}}, in TEST()
44 {"xmk=", uint64_t{0x857902089c393de}}, in TEST()
[all …]
/external/abseil-cpp/absl/hash/internal/
Dlow_level_hash_test.cc27 static const uint64_t kSalt[5] = {0xa0761d6478bd642f, 0xe7037ed1a0b428dbl,
35 uint64_t seed; in TEST()
37 {"", uint64_t{0xec42b7ab404b8acb}}, in TEST()
38 {"ICAg", uint64_t{0}}, in TEST()
39 {"YWFhYQ==", uint64_t{0}}, in TEST()
40 {"AQID", uint64_t{0}}, in TEST()
41 {"AQIDBA==", uint64_t{0}}, in TEST()
42 {"dGhpcmRfcGFydHl8d3loYXNofDY0", uint64_t{0}}, in TEST()
43 {"Zw==", uint64_t{0xeeee074043a3ee0f}}, in TEST()
44 {"xmk=", uint64_t{0x857902089c393de}}, in TEST()
[all …]
/external/clang/test/SemaCXX/
Dinteger-overflow.cpp2 typedef unsigned long long uint64_t; typedef
6 int array64[sizeof(uint64_t) == 8 ? 1 : -1];
8 int arrayint[sizeof(int) < sizeof(uint64_t) ? 1 : -1];
10 uint64_t f0(uint64_t);
11 uint64_t f1(uint64_t, uint32_t);
12 uint64_t f2(uint64_t, ...);
14 static const uint64_t overflow = 1 * 4608 * 1024 * 1024; // expected-warning {{overflow in expressi…
16 uint64_t check_integer_overflows(int i) { //expected-note {{declared here}} in check_integer_overflows()
18 uint64_t overflow = 4608 * 1024 * 1024, in check_integer_overflows()
20 overflow2 = (uint64_t)(4608 * 1024 * 1024), in check_integer_overflows()
[all …]
/external/rust/crates/ring/third_party/fiat/
Dcurve25519_64.h36 …ic void fiat_25519_addcarryx_u51(uint64_t* out1, fiat_25519_uint1* out2, fiat_25519_uint1 arg1, ui… in fiat_25519_addcarryx_u51()
37 uint64_t x1 = ((arg1 + arg2) + arg3); in fiat_25519_addcarryx_u51()
38 uint64_t x2 = (x1 & UINT64_C(0x7ffffffffffff)); in fiat_25519_addcarryx_u51()
58 …c void fiat_25519_subborrowx_u51(uint64_t* out1, fiat_25519_uint1* out2, fiat_25519_uint1 arg1, ui… in fiat_25519_subborrowx_u51()
61 uint64_t x3 = (x1 & UINT64_C(0x7ffffffffffff)); in fiat_25519_subborrowx_u51()
78 static void fiat_25519_cmovznz_u64(uint64_t* out1, fiat_25519_uint1 arg1, uint64_t arg2, uint64_t a… in fiat_25519_cmovznz_u64()
80 uint64_t x2 = ((fiat_25519_int1)(0x0 - x1) & UINT64_C(0xffffffffffffffff)); in fiat_25519_cmovznz_u64()
87 uint64_t x3 = ((value_barrier_u64(x2) & arg3) | (value_barrier_u64(~x2) & arg2)); in fiat_25519_cmovznz_u64()
102 static void fiat_25519_carry_mul(uint64_t out1[5], const uint64_t arg1[5], const uint64_t arg2[5]) { in fiat_25519_carry_mul()
129 uint64_t x27 = (uint64_t)(x26 >> 51); in fiat_25519_carry_mul()
[all …]
Dcurve25519_32.h145 uint64_t x1 = ((uint64_t)(arg1[9]) * ((arg2[9]) * UINT8_C(0x26))); in fiat_25519_carry_mul()
146 uint64_t x2 = ((uint64_t)(arg1[9]) * ((arg2[8]) * UINT8_C(0x13))); in fiat_25519_carry_mul()
147 uint64_t x3 = ((uint64_t)(arg1[9]) * ((arg2[7]) * UINT8_C(0x26))); in fiat_25519_carry_mul()
148 uint64_t x4 = ((uint64_t)(arg1[9]) * ((arg2[6]) * UINT8_C(0x13))); in fiat_25519_carry_mul()
149 uint64_t x5 = ((uint64_t)(arg1[9]) * ((arg2[5]) * UINT8_C(0x26))); in fiat_25519_carry_mul()
150 uint64_t x6 = ((uint64_t)(arg1[9]) * ((arg2[4]) * UINT8_C(0x13))); in fiat_25519_carry_mul()
151 uint64_t x7 = ((uint64_t)(arg1[9]) * ((arg2[3]) * UINT8_C(0x26))); in fiat_25519_carry_mul()
152 uint64_t x8 = ((uint64_t)(arg1[9]) * ((arg2[2]) * UINT8_C(0x13))); in fiat_25519_carry_mul()
153 uint64_t x9 = ((uint64_t)(arg1[9]) * ((arg2[1]) * UINT8_C(0x26))); in fiat_25519_carry_mul()
154 uint64_t x10 = ((uint64_t)(arg1[8]) * ((arg2[9]) * UINT8_C(0x13))); in fiat_25519_carry_mul()
[all …]
/external/rust/crates/quiche/deps/boringssl/src/third_party/fiat/
Dcurve25519_64.h36 …ic void fiat_25519_addcarryx_u51(uint64_t* out1, fiat_25519_uint1* out2, fiat_25519_uint1 arg1, ui… in fiat_25519_addcarryx_u51()
37 uint64_t x1 = ((arg1 + arg2) + arg3); in fiat_25519_addcarryx_u51()
38 uint64_t x2 = (x1 & UINT64_C(0x7ffffffffffff)); in fiat_25519_addcarryx_u51()
58 …c void fiat_25519_subborrowx_u51(uint64_t* out1, fiat_25519_uint1* out2, fiat_25519_uint1 arg1, ui… in fiat_25519_subborrowx_u51()
61 uint64_t x3 = (x1 & UINT64_C(0x7ffffffffffff)); in fiat_25519_subborrowx_u51()
78 static void fiat_25519_cmovznz_u64(uint64_t* out1, fiat_25519_uint1 arg1, uint64_t arg2, uint64_t a… in fiat_25519_cmovznz_u64()
80 uint64_t x2 = ((fiat_25519_int1)(0x0 - x1) & UINT64_C(0xffffffffffffffff)); in fiat_25519_cmovznz_u64()
87 uint64_t x3 = ((value_barrier_u64(x2) & arg3) | (value_barrier_u64(~x2) & arg2)); in fiat_25519_cmovznz_u64()
102 static void fiat_25519_carry_mul(uint64_t out1[5], const uint64_t arg1[5], const uint64_t arg2[5]) { in fiat_25519_carry_mul()
129 uint64_t x27 = (uint64_t)(x26 >> 51); in fiat_25519_carry_mul()
[all …]
Dp256_64.h39 …atic void fiat_p256_addcarryx_u64(uint64_t* out1, fiat_p256_uint1* out2, fiat_p256_uint1 arg1, uin… in fiat_p256_addcarryx_u64()
41 uint64_t x2 = (uint64_t)(x1 & UINT64_C(0xffffffffffffffff)); in fiat_p256_addcarryx_u64()
61 …tic void fiat_p256_subborrowx_u64(uint64_t* out1, fiat_p256_uint1* out2, fiat_p256_uint1 arg1, uin… in fiat_p256_subborrowx_u64()
64 uint64_t x3 = (uint64_t)(x1 & UINT64_C(0xffffffffffffffff)); in fiat_p256_subborrowx_u64()
82 static void fiat_p256_mulx_u64(uint64_t* out1, uint64_t* out2, uint64_t arg1, uint64_t arg2) { in fiat_p256_mulx_u64()
84 uint64_t x2 = (uint64_t)(x1 & UINT64_C(0xffffffffffffffff)); in fiat_p256_mulx_u64()
85 uint64_t x3 = (uint64_t)(x1 >> 64); in fiat_p256_mulx_u64()
102 static void fiat_p256_cmovznz_u64(uint64_t* out1, fiat_p256_uint1 arg1, uint64_t arg2, uint64_t arg… in fiat_p256_cmovznz_u64()
104 uint64_t x2 = ((fiat_p256_int1)(0x0 - x1) & UINT64_C(0xffffffffffffffff)); in fiat_p256_cmovznz_u64()
111 uint64_t x3 = ((value_barrier_u64(x2) & arg3) | (value_barrier_u64(~x2) & arg2)); in fiat_p256_cmovznz_u64()
[all …]
Dcurve25519_32.h145 uint64_t x1 = ((uint64_t)(arg1[9]) * ((arg2[9]) * UINT8_C(0x26))); in fiat_25519_carry_mul()
146 uint64_t x2 = ((uint64_t)(arg1[9]) * ((arg2[8]) * UINT8_C(0x13))); in fiat_25519_carry_mul()
147 uint64_t x3 = ((uint64_t)(arg1[9]) * ((arg2[7]) * UINT8_C(0x26))); in fiat_25519_carry_mul()
148 uint64_t x4 = ((uint64_t)(arg1[9]) * ((arg2[6]) * UINT8_C(0x13))); in fiat_25519_carry_mul()
149 uint64_t x5 = ((uint64_t)(arg1[9]) * ((arg2[5]) * UINT8_C(0x26))); in fiat_25519_carry_mul()
150 uint64_t x6 = ((uint64_t)(arg1[9]) * ((arg2[4]) * UINT8_C(0x13))); in fiat_25519_carry_mul()
151 uint64_t x7 = ((uint64_t)(arg1[9]) * ((arg2[3]) * UINT8_C(0x26))); in fiat_25519_carry_mul()
152 uint64_t x8 = ((uint64_t)(arg1[9]) * ((arg2[2]) * UINT8_C(0x13))); in fiat_25519_carry_mul()
153 uint64_t x9 = ((uint64_t)(arg1[9]) * ((arg2[1]) * UINT8_C(0x26))); in fiat_25519_carry_mul()
154 uint64_t x10 = ((uint64_t)(arg1[8]) * ((arg2[9]) * UINT8_C(0x13))); in fiat_25519_carry_mul()
[all …]
/external/boringssl/src/third_party/fiat/
Dp256_64.h36 typedef uint64_t fiat_p256_montgomery_domain_field_element[4];
40 typedef uint64_t fiat_p256_non_montgomery_domain_field_element[4];
47 static __inline__ uint64_t fiat_p256_value_barrier_u64(uint64_t a) { in fiat_p256_value_barrier_u64()
71 …LINE void fiat_p256_addcarryx_u64(uint64_t* out1, fiat_p256_uint1* out2, fiat_p256_uint1 arg1, uin… in fiat_p256_addcarryx_u64()
73 uint64_t x2; in fiat_p256_addcarryx_u64()
76 x2 = (uint64_t)(x1 & UINT64_C(0xffffffffffffffff)); in fiat_p256_addcarryx_u64()
97 …INE void fiat_p256_subborrowx_u64(uint64_t* out1, fiat_p256_uint1* out2, fiat_p256_uint1 arg1, uin… in fiat_p256_subborrowx_u64()
100 uint64_t x3; in fiat_p256_subborrowx_u64()
103 x3 = (uint64_t)(x1 & UINT64_C(0xffffffffffffffff)); in fiat_p256_subborrowx_u64()
122 …ic FIAT_P256_FIAT_INLINE void fiat_p256_mulx_u64(uint64_t* out1, uint64_t* out2, uint64_t arg1, ui… in fiat_p256_mulx_u64()
[all …]
Dcurve25519_64.h31 typedef uint64_t fiat_25519_loose_field_element[5];
35 typedef uint64_t fiat_25519_tight_field_element[5];
42 static __inline__ uint64_t fiat_25519_value_barrier_u64(uint64_t a) { in fiat_25519_value_barrier_u64()
66 …NE void fiat_25519_addcarryx_u51(uint64_t* out1, fiat_25519_uint1* out2, fiat_25519_uint1 arg1, ui… in fiat_25519_addcarryx_u51()
67 uint64_t x1; in fiat_25519_addcarryx_u51()
68 uint64_t x2; in fiat_25519_addcarryx_u51()
92 …E void fiat_25519_subborrowx_u51(uint64_t* out1, fiat_25519_uint1* out2, fiat_25519_uint1 arg1, ui… in fiat_25519_subborrowx_u51()
95 uint64_t x3; in fiat_25519_subborrowx_u51()
116 …5519_FIAT_INLINE void fiat_25519_cmovznz_u64(uint64_t* out1, fiat_25519_uint1 arg1, uint64_t arg2,… in fiat_25519_cmovznz_u64()
118 uint64_t x2; in fiat_25519_cmovznz_u64()
[all …]
Dcurve25519_32.h181 uint64_t x1; in fiat_25519_carry_mul()
182 uint64_t x2; in fiat_25519_carry_mul()
183 uint64_t x3; in fiat_25519_carry_mul()
184 uint64_t x4; in fiat_25519_carry_mul()
185 uint64_t x5; in fiat_25519_carry_mul()
186 uint64_t x6; in fiat_25519_carry_mul()
187 uint64_t x7; in fiat_25519_carry_mul()
188 uint64_t x8; in fiat_25519_carry_mul()
189 uint64_t x9; in fiat_25519_carry_mul()
190 uint64_t x10; in fiat_25519_carry_mul()
[all …]
/external/clang/test/Sema/
Dinteger-overflow.c2 typedef unsigned long long uint64_t; typedef
6 int array64[sizeof(uint64_t) == 8 ? 1 : -1];
8 int arrayint[sizeof(int) < sizeof(uint64_t) ? 1 : -1];
10 uint64_t f0(uint64_t);
11 uint64_t f1(uint64_t, uint32_t);
12 uint64_t f2(uint64_t, ...);
14 static const uint64_t overflow = 1 * 4608 * 1024 * 1024; // expected-warning {{overflow in expressi…
16 uint64_t check_integer_overflows(int i) { in check_integer_overflows()
18 uint64_t overflow = 4608 * 1024 * 1024, in check_integer_overflows()
20 overflow2 = (uint64_t)(4608 * 1024 * 1024), in check_integer_overflows()
[all …]
/external/arm-trusted-firmware/plat/qti/qtiseclib/inc/
Dqtiseclib_defs.h43 uint64_t x0;
44 uint64_t x1;
45 uint64_t x2;
46 uint64_t x3;
47 uint64_t x4;
48 uint64_t x5;
49 uint64_t x6;
50 uint64_t x7;
51 uint64_t x8;
52 uint64_t x9;
[all …]
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxer.h33 const uint64_t kMaxTrackNumber = 126;
70 bool WriteEbmlHeader(IMkvWriter* writer, uint64_t doc_type_version,
75 bool WriteEbmlHeader(IMkvWriter* writer, uint64_t doc_type_version);
97 bool Init(const uint8_t* frame, uint64_t length);
100 bool AddAdditionalData(const uint8_t* additional, uint64_t length,
101 uint64_t add_id);
110 uint64_t add_id() const { return add_id_; } in add_id()
112 uint64_t additional_length() const { return additional_length_; } in additional_length()
113 void set_duration(uint64_t duration);
114 uint64_t duration() const { return duration_; } in duration()
[all …]
/external/libaom/libaom/third_party/libwebm/mkvmuxer/
Dmkvmuxer.h33 const uint64_t kMaxTrackNumber = 126;
70 bool WriteEbmlHeader(IMkvWriter* writer, uint64_t doc_type_version,
75 bool WriteEbmlHeader(IMkvWriter* writer, uint64_t doc_type_version);
97 bool Init(const uint8_t* frame, uint64_t length);
100 bool AddAdditionalData(const uint8_t* additional, uint64_t length,
101 uint64_t add_id);
110 uint64_t add_id() const { return add_id_; } in add_id()
112 uint64_t additional_length() const { return additional_length_; } in additional_length()
113 void set_duration(uint64_t duration);
114 uint64_t duration() const { return duration_; } in duration()
[all …]
/external/libwebm/mkvmuxer/
Dmkvmuxer.h33 const uint64_t kMaxTrackNumber = 126;
70 bool WriteEbmlHeader(IMkvWriter* writer, uint64_t doc_type_version,
75 bool WriteEbmlHeader(IMkvWriter* writer, uint64_t doc_type_version);
97 bool Init(const uint8_t* frame, uint64_t length);
100 bool AddAdditionalData(const uint8_t* additional, uint64_t length,
101 uint64_t add_id);
110 uint64_t add_id() const { return add_id_; } in add_id()
112 uint64_t additional_length() const { return additional_length_; } in additional_length()
113 void set_duration(uint64_t duration);
114 uint64_t duration() const { return duration_; } in duration()
[all …]
/external/arm-trusted-firmware/bl32/tsp/
Dtsp_private.h51 uint64_t _regs[TSP_ARGS_END >> 3];
66 tsp_args_t *tsp_cpu_resume_main(uint64_t max_off_pwrlvl,
67 uint64_t arg1,
68 uint64_t arg2,
69 uint64_t arg3,
70 uint64_t arg4,
71 uint64_t arg5,
72 uint64_t arg6,
73 uint64_t arg7);
74 tsp_args_t *tsp_cpu_suspend_main(uint64_t arg0,
[all …]
/external/libpcap/
Dextract.h100 UNALIGNED_OK static inline uint64_t
103 return ((uint64_t)(((uint64_t)ntohl(*((const uint32_t *)(p) + 0))) << 32 | in EXTRACT_BE_U_8()
104 ((uint64_t)ntohl(*((const uint32_t *)(p) + 1))) << 0)); in EXTRACT_BE_U_8()
112 ((uint64_t)ntohl(*((const uint32_t *)(p) + 1))) << 0)); in EXTRACT_BE_S_8()
210 UNALIGNED_OK static inline uint64_t
213 return ((uint64_t)(((uint64_t)ntohl(((const unaligned_uint32_t *)(p) + 0)->val)) << 32 | in EXTRACT_BE_U_8()
214 ((uint64_t)ntohl(((const unaligned_uint32_t *)(p) + 1)->val)) << 0)); in EXTRACT_BE_U_8()
220 return ((int64_t)(((uint64_t)ntohl(((const unaligned_uint32_t *)(p) + 0)->val)) << 32 | in EXTRACT_BE_S_8()
221 ((uint64_t)ntohl(((const unaligned_uint32_t *)(p) + 1)->val)) << 0)); in EXTRACT_BE_S_8()
259 ((uint64_t)(((uint64_t)(*((const uint8_t *)(p) + 0)) << 56) | \
[all …]
/external/capstone/arch/SystemZ/
DSystemZDisassembler.c33 static uint64_t getFeatureBits(int mode) in getFeatureBits()
36 return (uint64_t)-1; in getFeatureBits()
39 static DecodeStatus decodeRegisterClass(MCInst *Inst, uint64_t RegNo, const unsigned *Regs) in decodeRegisterClass()
50 static DecodeStatus DecodeGR32BitRegisterClass(MCInst *Inst, uint64_t RegNo, in DecodeGR32BitRegisterClass()
51 uint64_t Address, const void *Decoder) in DecodeGR32BitRegisterClass()
56 static DecodeStatus DecodeGRH32BitRegisterClass(MCInst *Inst, uint64_t RegNo, in DecodeGRH32BitRegisterClass()
57 uint64_t Address, const void *Decoder) in DecodeGRH32BitRegisterClass()
62 static DecodeStatus DecodeGR64BitRegisterClass(MCInst *Inst, uint64_t RegNo, in DecodeGR64BitRegisterClass()
63 uint64_t Address, const void *Decoder) in DecodeGR64BitRegisterClass()
68 static DecodeStatus DecodeGR128BitRegisterClass(MCInst *Inst, uint64_t RegNo, in DecodeGR128BitRegisterClass()
[all …]
/external/mesa3d/src/intel/perf/
Dgen_perf_mdapi.h41 uint64_t TotalTime;
43 uint64_t ACounters[45];
44 uint64_t NOACounters[16];
46 uint64_t PerfCounter1;
47 uint64_t PerfCounter2;
50 uint64_t CoreFrequency;
59 uint64_t TotalTime;
60 uint64_t GPUTicks;
61 uint64_t OaCntr[GTDI_QUERY_BDW_METRICS_OA_COUNT];
62 uint64_t NoaCntr[GTDI_QUERY_BDW_METRICS_NOA_COUNT];
[all …]
/external/armnn/src/timelineDecoder/tests/
DJSONTimelineDecoderTests.cpp27 name.m_Guid = uint64_t(10420554295983197538U); in RunSimpleModelThroughDecoder()
32 type.m_Guid = uint64_t(14196220359693045352U); in RunSimpleModelThroughDecoder()
37 index.m_Guid = uint64_t(13922236767355949814U); in RunSimpleModelThroughDecoder()
42 backendId.m_Guid = uint64_t(10874037804557439415U); in RunSimpleModelThroughDecoder()
47 layer.m_Guid = uint64_t(14761340794127440397U); in RunSimpleModelThroughDecoder()
52 workload.m_Guid = uint64_t(15704252740552608110U); in RunSimpleModelThroughDecoder()
57 network.m_Guid = uint64_t(16862199137063532871U); in RunSimpleModelThroughDecoder()
62 connection.m_Guid = uint64_t(15733717748792475675U); in RunSimpleModelThroughDecoder()
67 inference.m_Guid = uint64_t(15026600058430441282U); in RunSimpleModelThroughDecoder()
72 workload_execution.m_Guid = uint64_t(10172155312650606003U); in RunSimpleModelThroughDecoder()
[all …]
/external/google-breakpad/src/processor/
Dstack_frame_cpu.cc40 const uint64_t StackFrameARM64::CONTEXT_VALID_X0;
41 const uint64_t StackFrameARM64::CONTEXT_VALID_X1;
42 const uint64_t StackFrameARM64::CONTEXT_VALID_X2;
43 const uint64_t StackFrameARM64::CONTEXT_VALID_X3;
44 const uint64_t StackFrameARM64::CONTEXT_VALID_X4;
45 const uint64_t StackFrameARM64::CONTEXT_VALID_X5;
46 const uint64_t StackFrameARM64::CONTEXT_VALID_X6;
47 const uint64_t StackFrameARM64::CONTEXT_VALID_X7;
48 const uint64_t StackFrameARM64::CONTEXT_VALID_X8;
49 const uint64_t StackFrameARM64::CONTEXT_VALID_X9;
[all …]
/external/eigen/unsupported/test/
Dcxx11_tensor_uint128.cpp27 void VERIFY_EQUAL(TensorUInt128<uint64_t, uint64_t> actual, uint128_t expected) { in VERIFY_EQUAL() argument
28 bool matchl = actual.lower() == static_cast<uint64_t>(expected); in VERIFY_EQUAL()
29 bool matchh = actual.upper() == static_cast<uint64_t>(expected >> 64); in VERIFY_EQUAL()
41 uint64_t incr = internal::random<uint64_t>(1, 9999999999); in test_add()
42 for (uint64_t i1 = 0; i1 < 100; ++i1) { in test_add()
43 for (uint64_t i2 = 1; i2 < 100 * incr; i2 += incr) { in test_add()
44 TensorUInt128<uint64_t, uint64_t> i(i1, i2); in test_add()
46 for (uint64_t j1 = 0; j1 < 100; ++j1) { in test_add()
47 for (uint64_t j2 = 1; j2 < 100 * incr; j2 += incr) { in test_add()
48 TensorUInt128<uint64_t, uint64_t> j(j1, j2); in test_add()
[all …]

12345678910>>...329