Home
last modified time | relevance | path

Searched refs:Mix (Results 1 – 25 of 108) sorted by relevance

12345

/third_party/skia/third_party/externals/abseil-cpp/absl/hash/internal/
Dlow_level_hash.cc25 static uint64_t Mix(uint64_t v0, uint64_t v1) { in Mix() function
64 uint64_t cs0 = Mix(a ^ salt[1], b ^ current_state); in LowLevelHash()
65 uint64_t cs1 = Mix(c ^ salt[2], d ^ current_state); in LowLevelHash()
68 uint64_t ds0 = Mix(e ^ salt[3], f ^ duplicated_state); in LowLevelHash()
69 uint64_t ds1 = Mix(g ^ salt[4], h ^ duplicated_state); in LowLevelHash()
85 current_state = Mix(a ^ salt[1], b ^ current_state); in LowLevelHash()
116 uint64_t w = Mix(a ^ salt[1], b ^ current_state); in LowLevelHash()
118 return Mix(w, z); in LowLevelHash()
Dhash.cc25 Mix(state, absl::hash_internal::CityHash32(reinterpret_cast<const char*>(first), in CombineLargeContiguousImpl32()
38 state = Mix(state, Hash64(first, PiecewiseChunkSize())); in CombineLargeContiguousImpl64()
Dhash.h762 return static_cast<size_t>(Mix(Seed(), static_cast<uint64_t>(value)));
858 ABSL_ATTRIBUTE_ALWAYS_INLINE static uint64_t Mix(uint64_t state, uint64_t v) {
941 return Mix(state, v);
958 state = Mix(state, p.first);
968 return Mix(state, v);
/third_party/typescript/tests/baselines/reference/
DmixinAccessModifiers.types138 declare function Mix<T, U>(c1: T, c2: U): T & U;
139 >Mix : <T, U>(c1: T, c2: U) => T & U
145 class C1 extends Mix(Private, Private2) {}
147 >Mix(Private, Private2) : typeof Private & typeof Private2
148 >Mix : <T, U>(c1: T, c2: U) => T & U
152 class C2 extends Mix(Private, Protected) {}
154 >Mix(Private, Protected) : typeof Private & typeof Protected
155 >Mix : <T, U>(c1: T, c2: U) => T & U
159 class C3 extends Mix(Private, Public) {}
161 >Mix(Private, Public) : typeof Private & typeof Public
[all …]
DmixinAccessModifiers.js62 declare function Mix<T, U>(c1: T, c2: U): T & U;
66 class C1 extends Mix(Private, Private2) {}
67 class C2 extends Mix(Private, Protected) {}
68 class C3 extends Mix(Private, Public) {}
70 class C4 extends Mix(Protected, Protected2) {
83 class C5 extends Mix(Protected, Public) {
96 class C6 extends Mix(Public, Public2) {
230 }(Mix(Private, Private2)));
237 }(Mix(Private, Protected)));
244 }(Mix(Private, Public)));
[all …]
DmixinAccessModifiers.symbols144 declare function Mix<T, U>(c1: T, c2: U): T & U;
145 >Mix : Symbol(Mix, Decl(mixinAccessModifiers.ts, 58, 1))
157 class C1 extends Mix(Private, Private2) {}
159 >Mix : Symbol(Mix, Decl(mixinAccessModifiers.ts, 58, 1))
163 class C2 extends Mix(Private, Protected) {}
165 >Mix : Symbol(Mix, Decl(mixinAccessModifiers.ts, 58, 1))
169 class C3 extends Mix(Private, Public) {}
171 >Mix : Symbol(Mix, Decl(mixinAccessModifiers.ts, 58, 1))
175 class C4 extends Mix(Protected, Protected2) {
177 >Mix : Symbol(Mix, Decl(mixinAccessModifiers.ts, 58, 1))
[all …]
DmixinAccessModifiers.errors.txt100 declare function Mix<T, U>(c1: T, c2: U): T & U;
104 class C1 extends Mix(Private, Private2) {}
108 class C2 extends Mix(Private, Protected) {}
112 class C3 extends Mix(Private, Public) {}
117 class C4 extends Mix(Protected, Protected2) {
130 class C5 extends Mix(Protected, Public) {
147 class C6 extends Mix(Public, Public2) {
/third_party/typescript/tests/cases/conformance/classes/
DmixinAccessModifiers.ts63 declare function Mix<T, U>(c1: T, c2: U): T & U; function
67 class C1 extends Mix(Private, Private2) {}
68 class C2 extends Mix(Private, Protected) {}
69 class C3 extends Mix(Private, Public) {}
71 class C4 extends Mix(Protected, Protected2) {
84 class C5 extends Mix(Protected, Public) {
97 class C6 extends Mix(Public, Public2) {
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Dpcg_engine.h40 template <typename Params, typename Mix>
43 typename Mix::state_type>::value,
47 static_assert(std::is_unsigned<typename Mix::result_type>::value,
52 using mix_type = Mix;
53 using state_type = typename Mix::state_type;
57 using result_type = typename Mix::result_type;
84 return Mix{}(state_); in operator()
/third_party/skia/include/private/
DSkChecksum.h25 static uint32_t Mix(uint32_t hash) { in Mix() function
53 return SkChecksum::Mix(*(const uint32_t*)&k); in operator()
/third_party/flutter/skia/include/private/
DSkChecksum.h30 static uint32_t Mix(uint32_t hash) { in Mix() function
58 return SkChecksum::Mix(*(const uint32_t*)&k); in operator()
/third_party/pulseaudio/src/modules/alsa/mixer/samples/
DIntel 82801CA-ICH3--Analog Devices AD1881A105 Items: 'Mix' 'Mic'
106 Item0: 'Mix'
113 Simple mixer control 'Mix',0
119 Simple mixer control 'Mix Mono',0
DATI IXP--Realtek ALC655 rev 0119 Items: 'Mix' 'Mic'
120 Item0: 'Mix'
127 Simple mixer control 'Mix',0
133 Simple mixer control 'Mix Mono',0
DVIA 8237--C-Media Electronics CMI9761A+121 Items: 'Mix' 'Mic'
122 Item0: 'Mix'
129 Simple mixer control 'Mix',0
135 Simple mixer control 'Mix Mono',0
DEnsoniq AudioPCI--Cirrus Logic CS4297A rev 3112 Items: 'Mix' 'Mic'
120 Simple mixer control 'Mix',0
126 Simple mixer control 'Mix Mono',0
/third_party/protobuf/objectivec/Tests/
Dunittest_deprecated.proto44 // Mix of field types marked as deprecated.
54 // Mix of extension field types marked as deprecated.
62 // Mix of extension field types (scoped to a message) marked as deprecated.
Dunittest_deprecated_file.proto53 // Mix of extension field types to catch the deprecation.
61 // Mix of extension field types (scoped to a message) to catch the deprecation.
/third_party/gstreamer/gstplugins_bad/po/
Dgl.po298 #~ msgid "Stereo Mix"
299 #~ msgstr "Mix estéreo"
301 #~ msgid "Mono Mix"
302 #~ msgstr "Mix mono"
304 #~ msgid "Input Mix"
305 #~ msgstr "Mix de entrada"
Dit.po314 #~ msgid "Stereo Mix"
315 #~ msgstr "Mix stereo"
317 #~ msgid "Mono Mix"
318 #~ msgstr "Mix mono"
320 #~ msgid "Input Mix"
321 #~ msgstr "Mix ingresso"
/third_party/flutter/skia/tools/sk_app/unix/
DWindow_unix.h50 return SkChecksum::Mix(w); in Hash()
/third_party/skia/tools/sk_app/unix/
DWindow_unix.h55 return SkChecksum::Mix(w); in Hash()
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/
DOpenCL.std.h169 Mix = 99, enumerator
/third_party/flutter/skia/third_party/externals/spirv-headers/include/spirv/1.2/
DOpenCL.std.h169 Mix = 99, enumerator
/third_party/flutter/skia/third_party/externals/spirv-headers/include/spirv/1.1/
DOpenCL.std.h169 Mix = 99, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
DOpenCL.std.h169 Mix = 99, enumerator

12345