Home
last modified time | relevance | path

Searched defs:Vector128 (Results 1 – 4 of 4) sorted by relevance

/third_party/abseil-cpp/absl/random/internal/
Dranden_hwaes.cc160 using Vector128 = __vector unsigned long long; // NOLINT(runtime/int) typedef
232 using Vector128 = uint8x16_t; typedef
270 class Vector128 { class
273 inline explicit Vector128(const __m128i& Vector128) : data_(Vector128) {} in Vector128() function in __anonb23b6a820411::Vector128
Dranden_slow.cc231 struct alignas(16) Vector128 { struct
232 uint32_t s[4];
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Dranden_hwaes.cc126 using Vector128 = __vector unsigned long long; // NOLINT(runtime/int) typedef
182 using Vector128 = uint8x16_t; typedef
220 class Vector128 { class
223 inline explicit Vector128(const __m128i& v) : data_(v) {} in Vector128() function in __anone7cf21d70411::Vector128
Dranden_slow.cc234 struct alignas(16) Vector128 { struct
235 uint32_t s[4];