/third_party/json/include/nlohmann/detail/ |
H A D | hash.hpp | 23 inline std::size_t combine(std::size_t seed, std::size_t h) noexcept 54 return combine(type, 0); in hash() 59 auto seed = combine(type, j.size()); in hash() 63 seed = combine(seed, h); in hash() 64 seed = combine(seed, hash(element.value())); in hash() 71 auto seed = combine(type, j.size()); in hash() 74 seed = combine(seed, hash(element)); in hash() 82 return combine(type, h); in hash() 88 return combine(type, h); in hash() 94 return combine(typ in hash() [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/internal/ |
H A D | hash.h | 125 // * HashStateBase::combine() 141 // using MyHashState::HashStateBase::combine; 147 // HashStateBase::combine() 157 // state = H::combine(std::move(state), value1, value2, value3); 161 // state = H::combine(std::move(state), value1); 162 // state = H::combine(std::move(state), value2); 163 // state = H::combine(std::move(state), value3); 165 static H combine(H state, const T& value, const Ts&... values); 166 static H combine(H state) { return state; } in combine() function in absl::hash_internal::HashStateBase 270 return H::combine(st in AbslHashValue() 997 H HashStateBase<H>::combine(H state, const T& value, const Ts&... values) { combine() function in absl::hash_internal::HashStateBase [all...] |
H A D | spy_hash_state.h | 38 // EXPECT_EQ(SpyHashState::combine(SpyHashState(), foo), 39 // SpyHashState::combine(SpyHashState(), bar)); 72 static SpyHashStateImpl combine(SpyHashStateImpl s, const A& a, in combine() function in absl::hash_internal::SpyHashStateImpl 74 // Pass an instance of SpyHashStateImpl<A> when trying to combine `A`. This in combine() 75 // allows us to test that the user only uses this instance for combine calls in combine() 78 s = SpyHashStateImpl<A>::HashStateBase::combine(std::move(s), a); in combine() 79 return SpyHashStateImpl::combine(std::move(s), args...); in combine() 81 static SpyHashStateImpl combine(SpyHashStateImpl s) { in combine() function in absl::hash_internal::SpyHashStateImpl 145 // The base case of the combine recursion, which writes raw bytes into the
|
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/ |
H A D | disasm.c | 621 ppir_codegen_field_combine *combine = code; in print_combine() local 623 if (combine->scalar.dest_vec && in print_combine() 624 combine->scalar.arg1_en) { in print_combine() 630 asm_op op = combine_ops[combine->scalar.op]; in print_combine() 635 fprintf(fp, "op%u", combine->scalar.op); in print_combine() 638 if (!combine->scalar.dest_vec) in print_combine() 639 print_outmod(combine->scalar.dest_modifier, fp); in print_combine() 642 if (combine->scalar.dest_vec) { in print_combine() 643 fprintf(fp, "$%u", combine->vector.dest); in print_combine() 644 print_mask(combine in print_combine() [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | genericsAndHigherOrderFunctions.js | 4 var combine: <T, S>(f: (_: T) => S) => 18 <R>(f: (_: N) => (_: R) => R) => h(combine(f)(g))
22 var combine = function (f) {
29 return function (f) { return h(combine(f)(g)); };
|
H A D | inferFromGenericFunctionReturnTypes2.js | 8 declare function combine<A, B, C>(f: (x: A) => B, g: (x: B) => C): (x: A) => C; 15 let f4: Mapper<string, boolean> = combine(wrap(s => s.length), wrap(n => n >= 10)); 22 let a4 = ["a", "b"].map(combine(wrap(s => s.length), wrap(n => n > 10))); 23 let a5 = ["a", "b"].map(combine(identity, wrap(s => s.length))); 24 let a6 = ["a", "b"].map(combine(wrap(s => s.length), identity)); 102 var f4 = combine(wrap(function (s) { return s.length; }), wrap(function (n) { return n >= 10; }));
107 var a4 = ["a", "b"].map(combine(wrap(function (s) { return s.length; }), wrap(function (n) { return n > 10; })));
108 var a5 = ["a", "b"].map(combine(identity, wrap(function (s) { return s.length; })));
109 var a6 = ["a", "b"].map(combine(wrap(function (s) { return s.length; }), identity));
|
H A D | typeInferenceWithTupleType.js | 2 function combine<T, U>(x: T, y: U): [T, U] { 6 var combineResult = combine("string", 10); 37 function combine(x, y) {
function 40 var combineResult = combine("string", 10);
|
/third_party/mesa3d/src/mesa/main/ |
H A D | texstate.c | 49 * Default texture combine environment state. This is used to initialize 521 * Examine texture unit's combine/env state to update derived state. 528 struct gl_tex_env_combine_state *combine; in update_tex_combine() local 553 combine = fftexUnit->_CurrentCombine; in update_tex_combine() 556 switch (combine->ModeRGB) { in update_tex_combine() 558 combine->_NumArgsRGB = 1; in update_tex_combine() 563 combine->_NumArgsRGB = 4; in update_tex_combine() 565 combine->_NumArgsRGB = 2; in update_tex_combine() 573 combine->_NumArgsRGB = 2; in update_tex_combine() 579 combine in update_tex_combine() [all...] |
/third_party/python/Tools/scripts/ |
H A D | combinerefs.py | 124 def combine(fname): function 129 combine(sys.argv[1])
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | MipsPreLegalizerCombiner.cpp | 33 virtual bool combine(GISelChangeObserver &Observer, MachineInstr &MI, 37 bool MipsPreLegalizerCombinerInfo::combine(GISelChangeObserver &Observer, in combine() function in __anon24735::MipsPreLegalizerCombinerInfo
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | sbcdsp_armv6.S | 63 pkhtb r3, r12, r3, asr #16 @ combine t1[0] and t1[1] 84 pkhtb r12, r14, r12, asr #16 @ combine t1[2] and t1[3] 127 pkhtb r3, r12, r3, asr #16 @ combine t1[6] and t1[7] 149 pkhtb r3, r12, r3, asr #16 @ combine t1[4] and t1[5] 171 pkhtb r3, r12, r3, asr #16 @ combine t1[0] and t1[1] 192 pkhtb r12, r14, r12, asr #16 @ combine t1[2] and t1[3]
|
/third_party/mesa3d/src/panfrost/bifrost/valhall/ |
H A D | valhall.py | 103 halfswizzle = False, widen = False, lanes = False, combine = False, lane = None, absneg = False, notted = False, name = ""): 114 self.combine = combine 137 if combine: 138 self.offset['combine'] = 37 139 self.bits['combine'] = 3 165 self.combine = False 239 combine = el.get('combine', False),
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
H A D | angle_test_instantiate.h | 305 ParamT combine(const ParamT &, ModifierT)) in CombineWithValues() 312 out.push_back(combine(paramsIn, *iter)); in CombineWithValues() 321 ParamT combine(const ParamT &, ModifierT)) in CombineWithValues() 323 return CombineWithValues(in, modifiers.begin(), modifiers.end(), combine); in CombineWithValues() 329 ParamT combine(const ParamT &, ModifierT)) in CombineWithValues() 331 return CombineWithValues(in, std::begin(modifiers), std::end(modifiers), combine); in CombineWithValues()
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | radeon_optimize.c | 52 struct rc_src_register combine; in chain_srcregs() local 53 combine.File = inner.File; in chain_srcregs() 54 combine.Index = inner.Index; in chain_srcregs() 55 combine.RelAddr = inner.RelAddr; in chain_srcregs() 57 combine.Abs = 1; in chain_srcregs() 58 combine.Negate = outer.Negate; in chain_srcregs() 60 combine.Abs = inner.Abs; in chain_srcregs() 61 combine.Negate = swizzle_mask(outer.Swizzle, inner.Negate); in chain_srcregs() 62 combine.Negate ^= outer.Negate; in chain_srcregs() 64 combine in chain_srcregs() [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/ |
H A D | hash_test.cc | 59 return SpyHashState::combine(SpyHashState(), value); in SpyHash() 417 return H::combine(std::move(h), std::abs(p.i)); in AbslHashValue() 658 return HashCode::combine(std::move(h)); in AbslHashValue() 667 h = HashCode::combine(std::move(h), Int(i)); in AbslHashValue() 677 return HashCode::combine(std::move(h), Int(0), Int(1), Int(2), Int(3), in AbslHashValue() 719 return H::combine(std::move(state), 832 return H::combine(std::move(hash_state), s.c, s.i); 851 hash_state = H::combine(std::move(hash_state), *t); in AbslHashValue() 898 return H::combine(std::move(hash_state), 1); in AbslHashValue() 922 return H::combine(st in AbslHashValue() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64PreLegalizerCombiner.cpp | 55 virtual bool combine(GISelChangeObserver &Observer, MachineInstr &MI, 59 bool AArch64PreLegalizerCombinerInfo::combine(GISelChangeObserver &Observer, in combine() function in __anon24388::AArch64PreLegalizerCombinerInfo
|
/third_party/libphonenumber/tools/java/data/test/com/google/i18n/phonenumbers/ |
H A D | CombineGeoDataTest.java | 175 phonePrefixMap = CombineGeoData.combine(phonePrefixMap); in combineRemovesLastDigit() 190 phonePrefixMap = CombineGeoData.combine(phonePrefixMap); in combineMergesSamePrefixAndLocation() 202 phonePrefixMap = CombineGeoData.combine(phonePrefixMap); in combineWithNoPossibleCombination()
|
/third_party/skia/src/core/ |
H A D | SkEdgeBuilder.cpp | 122 Combine combine = is_vertical(edge) && !fList.empty() in addLine() local 126 switch (combine) { in addLine() 137 Combine combine = is_vertical(edge) && !fList.empty() in addLine() local 141 switch (combine) { in addLine()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/include/cctz/ |
H A D | civil_time_detail.h | 344 return H::combine(std::move(h), f.y, f.m, f.d, f.hh, f.mm, f.ss); in AbslHashValueImpl() 348 return H::combine(std::move(h), f.y, f.m, f.d, f.hh, f.mm); in AbslHashValueImpl() 352 return H::combine(std::move(h), f.y, f.m, f.d, f.hh); in AbslHashValueImpl() 356 return H::combine(std::move(h), f.y, f.m, f.d); in AbslHashValueImpl() 360 return H::combine(std::move(h), f.y, f.m); in AbslHashValueImpl() 364 return H::combine(std::move(h), f.y); in AbslHashValueImpl()
|
/third_party/rust/crates/cxx/gen/build/src/syntax/ |
H A D | report.rs | 29 all_errors.combine(err); in propagate()
|
/third_party/rust/crates/cxx/gen/cmd/src/syntax/ |
H A D | report.rs | 29 all_errors.combine(err); in propagate()
|
/third_party/rust/crates/cxx/macro/src/syntax/ |
H A D | report.rs | 29 all_errors.combine(err); in propagate()
|
/third_party/rust/crates/cxx/gen/lib/src/syntax/ |
H A D | report.rs | 29 all_errors.combine(err); in propagate()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | CombinerInfo.h | 57 /// Attempt to combine instructions using MI as the root. 67 virtual bool combine(GISelChangeObserver &Observer, MachineInstr &MI,
|
/third_party/rust/crates/cxx/syntax/ |
H A D | report.rs | 29 all_errors.combine(err); in propagate()
|