Home
last modified time | relevance | path

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

12345678910>>...192

/third_party/skia/third_party/externals/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 …]
Dcity.cc44 static uint64_t Fetch64(const char *p) { in Fetch64()
53 static const uint64_t k0 = 0xc3a5c85c97cb3127ULL;
54 static const uint64_t k1 = 0xb492b66fbe98f273ULL;
55 static const uint64_t k2 = 0x9ae16a3b2f90404fULL;
196 static uint64_t Rotate(uint64_t val, int shift) { in Rotate()
201 static uint64_t ShiftMix(uint64_t val) { return val ^ (val >> 47); } in ShiftMix()
203 static uint64_t HashLen16(uint64_t u, uint64_t v, uint64_t mul) { in HashLen16()
205 uint64_t a = (u ^ v) * mul; in HashLen16()
207 uint64_t b = (v ^ a) * mul; in HashLen16()
213 static uint64_t HashLen16(uint64_t u, uint64_t v) { in HashLen16()
[all …]
Dlow_level_hash.cc25 static uint64_t Mix(uint64_t v0, uint64_t v1) { in Mix()
36 uint64_t p = v0 ^ absl::rotl(v1, 40); in Mix()
42 uint64_t LowLevelHash(const void* data, size_t len, uint64_t seed, in LowLevelHash()
43 const uint64_t salt[]) { in LowLevelHash()
45 uint64_t starting_length = static_cast<uint64_t>(len); in LowLevelHash()
46 uint64_t current_state = seed ^ salt[0]; in LowLevelHash()
52 uint64_t duplicated_state = current_state; in LowLevelHash()
55 uint64_t a = absl::base_internal::UnalignedLoad64(ptr); in LowLevelHash()
56 uint64_t b = absl::base_internal::UnalignedLoad64(ptr + 8); in LowLevelHash()
57 uint64_t c = absl::base_internal::UnalignedLoad64(ptr + 16); in LowLevelHash()
[all …]
/third_party/mbedtls/3rdparty/everest/library/
DHacl_Curve25519.c13 extern uint64_t FStar_UInt64_eq_mask(uint64_t x0, uint64_t x1);
15 extern uint64_t FStar_UInt64_gte_mask(uint64_t x0, uint64_t x1);
25 extern uint128_t FStar_UInt128_uint64_to_uint128(uint64_t x0);
27 extern uint64_t FStar_UInt128_uint128_to_uint64(uint128_t x0);
29 extern uint128_t FStar_UInt128_mul_wide(uint64_t x0, uint64_t x1);
31 static void Hacl_Bignum_Modulo_carry_top(uint64_t *b) in Hacl_Bignum_Modulo_carry_top()
33 uint64_t b4 = b[4U]; in Hacl_Bignum_Modulo_carry_top()
34 uint64_t b0 = b[0U]; in Hacl_Bignum_Modulo_carry_top()
35 uint64_t b4_ = b4 & (uint64_t)0x7ffffffffffffU; in Hacl_Bignum_Modulo_carry_top()
36 uint64_t b0_ = b0 + (uint64_t)19U * (b4 >> (uint32_t)51U); in Hacl_Bignum_Modulo_carry_top()
[all …]
/third_party/mbedtls/3rdparty/everest/library/legacy/
DHacl_Curve25519.c13 extern uint64_t FStar_UInt64_eq_mask(uint64_t x0, uint64_t x1);
15 extern uint64_t FStar_UInt64_gte_mask(uint64_t x0, uint64_t x1);
28 extern FStar_UInt128_uint128 FStar_UInt128_uint64_to_uint128(uint64_t x0);
30 extern uint64_t FStar_UInt128_uint128_to_uint64(FStar_UInt128_uint128 x0);
32 extern FStar_UInt128_uint128 FStar_UInt128_mul_wide(uint64_t x0, uint64_t x1);
34 static void Hacl_Bignum_Modulo_carry_top(uint64_t *b) in Hacl_Bignum_Modulo_carry_top()
36 uint64_t b4 = b[4U]; in Hacl_Bignum_Modulo_carry_top()
37 uint64_t b0 = b[0U]; in Hacl_Bignum_Modulo_carry_top()
38 uint64_t b4_ = b4 & (uint64_t)0x7ffffffffffffU; in Hacl_Bignum_Modulo_carry_top()
39 uint64_t b0_ = b0 + (uint64_t)19U * (b4 >> (uint32_t)51U); in Hacl_Bignum_Modulo_carry_top()
[all …]
/third_party/ffmpeg/libavcodec/mips/
Dconstants.h27 extern const uint64_t ff_pw_1;
28 extern const uint64_t ff_pw_2;
29 extern const uint64_t ff_pw_3;
30 extern const uint64_t ff_pw_4;
31 extern const uint64_t ff_pw_5;
32 extern const uint64_t ff_pw_6;
33 extern const uint64_t ff_pw_8;
34 extern const uint64_t ff_pw_9;
35 extern const uint64_t ff_pw_10;
36 extern const uint64_t ff_pw_12;
[all …]
Dconstants.c26 DECLARE_ALIGNED(8, const uint64_t, ff_pw_1) = {0x0001000100010001ULL};
27 DECLARE_ALIGNED(8, const uint64_t, ff_pw_2) = {0x0002000200020002ULL};
28 DECLARE_ALIGNED(8, const uint64_t, ff_pw_3) = {0x0003000300030003ULL};
29 DECLARE_ALIGNED(8, const uint64_t, ff_pw_4) = {0x0004000400040004ULL};
30 DECLARE_ALIGNED(8, const uint64_t, ff_pw_5) = {0x0005000500050005ULL};
31 DECLARE_ALIGNED(8, const uint64_t, ff_pw_6) = {0x0006000600060006ULL};
32 DECLARE_ALIGNED(8, const uint64_t, ff_pw_8) = {0x0008000800080008ULL};
33 DECLARE_ALIGNED(8, const uint64_t, ff_pw_9) = {0x0009000900090009ULL};
34 DECLARE_ALIGNED(8, const uint64_t, ff_pw_10) = {0x000A000A000A000AULL};
35 DECLARE_ALIGNED(8, const uint64_t, ff_pw_12) = {0x000C000C000C000CULL};
[all …]
/third_party/mesa3d/src/intel/perf/
Dintel_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 …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/Disassembler/
DSystemZDisassembler.cpp35 DecodeStatus getInstruction(MCInst &instr, uint64_t &Size,
36 ArrayRef<uint8_t> Bytes, uint64_t Address,
74 uint64_t Address, uint64_t Offset, in tryAddingSymbolicOperand()
75 uint64_t Width, MCInst &MI, in tryAddingSymbolicOperand()
82 static DecodeStatus decodeRegisterClass(MCInst &Inst, uint64_t RegNo, in decodeRegisterClass()
92 static DecodeStatus DecodeGR32BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGR32BitRegisterClass()
93 uint64_t Address, in DecodeGR32BitRegisterClass()
98 static DecodeStatus DecodeGRH32BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGRH32BitRegisterClass()
99 uint64_t Address, in DecodeGRH32BitRegisterClass()
104 static DecodeStatus DecodeGR64BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGR64BitRegisterClass()
[all …]
/third_party/flutter/skia/third_party/externals/wuffs/internal/cgen/base/
Dcore-private.h127 static inline uint64_t //
129 return ((uint64_t)(p[0]) << 32) | ((uint64_t)(p[1]) << 24) | in wuffs_base__load_u40be()
130 ((uint64_t)(p[2]) << 16) | ((uint64_t)(p[3]) << 8) | in wuffs_base__load_u40be()
131 ((uint64_t)(p[4]) << 0); in wuffs_base__load_u40be()
134 static inline uint64_t //
136 return ((uint64_t)(p[0]) << 0) | ((uint64_t)(p[1]) << 8) | in wuffs_base__load_u40le()
137 ((uint64_t)(p[2]) << 16) | ((uint64_t)(p[3]) << 24) | in wuffs_base__load_u40le()
138 ((uint64_t)(p[4]) << 32); in wuffs_base__load_u40le()
141 static inline uint64_t //
143 return ((uint64_t)(p[0]) << 40) | ((uint64_t)(p[1]) << 32) | in wuffs_base__load_u48be()
[all …]
/third_party/mbedtls/3rdparty/everest/include/everest/kremlib/
DFStar_UInt64_FStar_UInt32_FStar_UInt16_FStar_UInt8.h23 extern Prims_int FStar_UInt64_v(uint64_t x0);
25 extern uint64_t FStar_UInt64_uint_to_t(Prims_int x0);
27 extern uint64_t FStar_UInt64_add(uint64_t x0, uint64_t x1);
29 extern uint64_t FStar_UInt64_add_underspec(uint64_t x0, uint64_t x1);
31 extern uint64_t FStar_UInt64_add_mod(uint64_t x0, uint64_t x1);
33 extern uint64_t FStar_UInt64_sub(uint64_t x0, uint64_t x1);
35 extern uint64_t FStar_UInt64_sub_underspec(uint64_t x0, uint64_t x1);
37 extern uint64_t FStar_UInt64_sub_mod(uint64_t x0, uint64_t x1);
39 extern uint64_t FStar_UInt64_mul(uint64_t x0, uint64_t x1);
41 extern uint64_t FStar_UInt64_mul_underspec(uint64_t x0, uint64_t x1);
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DRelocationResolver.cpp26 static bool supportsX86_64(uint64_t Type) { in supportsX86_64()
42 static uint64_t resolveX86_64(RelocationRef R, uint64_t S, uint64_t A) { in resolveX86_64()
61 static bool supportsAArch64(uint64_t Type) { in supportsAArch64()
71 static uint64_t resolveAArch64(RelocationRef R, uint64_t S, uint64_t A) { in resolveAArch64()
82 static bool supportsBPF(uint64_t Type) { in supportsBPF()
92 static uint64_t resolveBPF(RelocationRef R, uint64_t S, uint64_t A) { in resolveBPF()
103 static bool supportsMips64(uint64_t Type) { in supportsMips64()
115 static uint64_t resolveMips64(RelocationRef R, uint64_t S, uint64_t A) { in resolveMips64()
130 static bool supportsPPC64(uint64_t Type) { in supportsPPC64()
140 static uint64_t resolvePPC64(RelocationRef R, uint64_t S, uint64_t A) { in resolvePPC64()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/HardwareUnits/
DResourceManager.h57 virtual uint64_t select(uint64_t ReadyMask) = 0;
63 virtual void used(uint64_t ResourceMask) {} in used()
73 const uint64_t ResourceUnitMask;
96 uint64_t NextInSequenceMask;
118 uint64_t RemovedFromNextInSequence;
121 DefaultResourceStrategy(uint64_t UnitMask) in DefaultResourceStrategy()
126 uint64_t select(uint64_t ReadyMask) override;
127 void used(uint64_t Mask) override;
164 const uint64_t ResourceMask;
176 uint64_t ResourceSizeMask;
[all …]
/third_party/grpc/third_party/upb/third_party/wyhash/
Dwyhash.h27 static inline uint64_t _wyrot(uint64_t x) { return (x>>32)|(x<<32); } in _wyrot()
28 static inline void _wymum(uint64_t *A, uint64_t *B){ in _wymum()
30uint64_t hh=(*A>>32)*(*B>>32), hl=(*A>>32)*(unsigned)*B, lh=(unsigned)*A*(*B>>32), ll=(uint64_t)(u… in _wymum()
39 *A^=(uint64_t)r; *B^=(uint64_t)(r>>64); in _wymum()
41 *A=(uint64_t)r; *B=(uint64_t)(r>>64); in _wymum()
45 uint64_t a, b; in _wymum()
52 uint64_t ha=*A>>32, hb=*B>>32, la=(uint32_t)*A, lb=(uint32_t)*B, hi, lo; in _wymum()
53 uint64_t rh=ha*hb, rm0=ha*lb, rm1=hb*la, rl=la*lb, t=rl+(rm0<<32), c=t<rl; in _wymum()
62 static inline uint64_t _wymix(uint64_t A, uint64_t B){ _wymum(&A,&B); return A^B; } in _wymix()
72 static inline uint64_t _wyr8(const uint8_t *p) { uint64_t v; memcpy(&v, p, 8); return v;} in _wyr8()
[all …]
/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_handles.h18 return sizeof(uint64_t); in vn_sizeof_VkInstance()
24 const uint64_t id = vn_cs_handle_load_id((const void **)val, VK_OBJECT_TYPE_INSTANCE); in vn_encode_VkInstance()
31 uint64_t id; in vn_decode_VkInstance()
41 return sizeof(uint64_t); in vn_sizeof_VkPhysicalDevice()
47 const uint64_t id = vn_cs_handle_load_id((const void **)val, VK_OBJECT_TYPE_PHYSICAL_DEVICE); in vn_encode_VkPhysicalDevice()
54 uint64_t id; in vn_decode_VkPhysicalDevice()
64 return sizeof(uint64_t); in vn_sizeof_VkDevice()
70 const uint64_t id = vn_cs_handle_load_id((const void **)val, VK_OBJECT_TYPE_DEVICE); in vn_encode_VkDevice()
77 uint64_t id; in vn_decode_VkDevice()
87 return sizeof(uint64_t); in vn_sizeof_VkQueue()
[all …]
/third_party/abseil-cpp/absl/time/
Dclock.cc117 static int64_t GetCurrentTimeNanosFromKernel(uint64_t last_cycleclock, in GetCurrentTimeNanosFromKernel()
118 uint64_t *cycleclock) { in GetCurrentTimeNanosFromKernel()
122 static std::atomic<uint64_t> approx_syscall_time_in_cycles{10 * 1000}; in GetCurrentTimeNanosFromKernel()
124 uint64_t local_approx_syscall_time_in_cycles = // local copy in GetCurrentTimeNanosFromKernel()
128 uint64_t before_cycles; in GetCurrentTimeNanosFromKernel()
129 uint64_t after_cycles; in GetCurrentTimeNanosFromKernel()
130 uint64_t elapsed_cycles; in GetCurrentTimeNanosFromKernel()
150 last_cycleclock - after_cycles < (static_cast<uint64_t>(1) << 16)); in GetCurrentTimeNanosFromKernel()
163 const uint64_t new_approximation = in GetCurrentTimeNanosFromKernel()
189 static inline uint64_t SeqAcquire(std::atomic<uint64_t> *seq) { in SeqAcquire()
[all …]
/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_screen.h82 uint64_t v[29];
84 uint64_t tex_obj_current_count;
85 uint64_t tex_obj_current_bytes;
86 uint64_t buf_obj_current_count;
87 uint64_t buf_obj_current_bytes_vid;
88 uint64_t buf_obj_current_bytes_sys;
89 uint64_t tex_transfers_rd;
90 uint64_t tex_transfers_wr;
91 uint64_t tex_copy_count;
92 uint64_t tex_blit_count;
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
Dclock.cc115 static inline uint64_t SeqAcquire(std::atomic<uint64_t> *seq) { in SeqAcquire()
116 uint64_t x = seq->fetch_add(1, std::memory_order_relaxed); in SeqAcquire()
130 static inline void SeqRelease(std::atomic<uint64_t> *seq, uint64_t x) { in SeqRelease()
145 static const uint64_t kMinNSBetweenSamples = 2000 << 20;
155 std::atomic<uint64_t> raw_ns{0}; // raw kernel time
156 std::atomic<uint64_t> base_ns{0}; // our estimate of time
157 std::atomic<uint64_t> base_cycles{0}; // cycle counter reading
158 std::atomic<uint64_t> nsscaled_per_cycle{0}; // cycle period
161 std::atomic<uint64_t> min_cycles_per_sample{0};
165 uint64_t raw_ns = 0; // raw kernel time
[all …]
/third_party/abseil-cpp/absl/base/internal/
Dendian.h43 inline uint64_t gbswap_64(uint64_t host_int) { in gbswap_64()
54 inline uint64_t gbswap_64(uint64_t host_int) {
65 inline uint64_t gbswap_64(uint64_t host_int) {
71 uint64_t result;
78 return (((host_int & uint64_t{0xFF}) << 56) |
79 ((host_int & uint64_t{0xFF00}) << 40) |
80 ((host_int & uint64_t{0xFF0000}) << 24) |
81 ((host_int & uint64_t{0xFF000000}) << 8) |
82 ((host_int & uint64_t{0xFF00000000}) >> 8) |
83 ((host_int & uint64_t{0xFF0000000000}) >> 24) |
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/numeric/
Dbits_test.cc31 static_assert(rotl(uint64_t{0x12345678ABCDEF01ULL}, 0) == in TEST()
32 uint64_t{0x12345678ABCDEF01ULL}, in TEST()
38 EXPECT_EQ(rotl(uint64_t{0x12345678ABCDEF01ULL}, 0), in TEST()
39 uint64_t{0x12345678ABCDEF01ULL}); in TEST()
44 EXPECT_EQ(rotl(uint64_t{0x12345678ABCDEF01ULL}, 64), in TEST()
45 uint64_t{0x12345678ABCDEF01ULL}); in TEST()
50 EXPECT_EQ(rotl(uint64_t{0x12345678ABCDEF01ULL}, -64), in TEST()
51 uint64_t{0x12345678ABCDEF01ULL}); in TEST()
56 EXPECT_EQ(rotl(uint64_t{0x12345678ABCDEF01ULL}, 4), in TEST()
57 uint64_t{0x2345678ABCDEF011ULL}); in TEST()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/Disassembler/
DARCDisassembler.cpp43 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
44 ArrayRef<uint8_t> Bytes, uint64_t Address,
50 static bool readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction32()
51 uint64_t &Size, uint32_t &Insn) { in readInstruction32()
59 static bool readInstruction64(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction64()
60 uint64_t &Size, uint64_t &Insn) { in readInstruction64()
62 Insn = ((uint64_t)Bytes[0] << 16) | ((uint64_t)Bytes[1] << 24) | in readInstruction64()
63 ((uint64_t)Bytes[2] << 0) | ((uint64_t)Bytes[3] << 8) | in readInstruction64()
64 ((uint64_t)Bytes[4] << 48) | ((uint64_t)Bytes[5] << 56) | in readInstruction64()
65 ((uint64_t)Bytes[6] << 32) | ((uint64_t)Bytes[7] << 40); in readInstruction64()
[all …]
/third_party/boost/boost/multiprecision/detail/
Dutype_helper.hpp20 typedef boost::uint64_t exact;
193 typedef boost::uint64_t exact;
198 typedef boost::uint64_t exact;
203 typedef boost::uint64_t exact;
208 typedef boost::uint64_t exact;
213 typedef boost::uint64_t exact;
218 typedef boost::uint64_t exact;
223 typedef boost::uint64_t exact;
228 typedef boost::uint64_t exact;
233 typedef boost::uint64_t exact;
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Dendian.h44 inline uint64_t gbswap_64(uint64_t host_int) { in gbswap_64()
55 inline uint64_t gbswap_64(uint64_t host_int) {
66 inline uint64_t gbswap_64(uint64_t host_int) {
72 uint64_t result;
79 return (((host_int & uint64_t{0xFF}) << 56) |
80 ((host_int & uint64_t{0xFF00}) << 40) |
81 ((host_int & uint64_t{0xFF0000}) << 24) |
82 ((host_int & uint64_t{0xFF000000}) << 8) |
83 ((host_int & uint64_t{0xFF00000000}) >> 8) |
84 ((host_int & uint64_t{0xFF0000000000}) >> 24) |
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/Disassembler/
DPPCDisassembler.cpp35 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
36 ArrayRef<uint8_t> Bytes, uint64_t Address,
64 uint64_t Addr, in DecodePCRel24BranchTarget()
75 static DecodeStatus decodeRegisterClass(MCInst &Inst, uint64_t RegNo, in decodeRegisterClass()
82 static DecodeStatus DecodeCRRCRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeCRRCRegisterClass()
83 uint64_t Address, in DecodeCRRCRegisterClass()
88 static DecodeStatus DecodeCRBITRCRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeCRBITRCRegisterClass()
89 uint64_t Address, in DecodeCRBITRCRegisterClass()
94 static DecodeStatus DecodeF4RCRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeF4RCRegisterClass()
95 uint64_t Address, in DecodeF4RCRegisterClass()
[all …]
/third_party/abseil-cpp/absl/hash/internal/
Dcity.cc44 static uint64_t Fetch64(const char *p) { in Fetch64()
53 static const uint64_t k0 = 0xc3a5c85c97cb3127ULL;
54 static const uint64_t k1 = 0xb492b66fbe98f273ULL;
55 static const uint64_t k2 = 0x9ae16a3b2f90404fULL;
196 static uint64_t Rotate(uint64_t val, int shift) { in Rotate()
201 static uint64_t ShiftMix(uint64_t val) { return val ^ (val >> 47); } in ShiftMix()
203 static uint64_t HashLen16(uint64_t u, uint64_t v) { in HashLen16()
207 static uint64_t HashLen16(uint64_t u, uint64_t v, uint64_t mul) { in HashLen16()
209 uint64_t a = (u ^ v) * mul; in HashLen16()
211 uint64_t b = (v ^ a) * mul; in HashLen16()
[all …]

12345678910>>...192