Home
last modified time | relevance | path

Searched refs:combine (Results 26 - 50 of 170) sorted by relevance

1234567

/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/include/cctz/
H A Dcivil_time_detail.h344 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 Dreport.rs29 all_errors.combine(err); in propagate()
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Dreport.rs29 all_errors.combine(err); in propagate()
/third_party/rust/crates/cxx/macro/src/syntax/
H A Dreport.rs29 all_errors.combine(err); in propagate()
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Dreport.rs29 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 DCombinerInfo.h57 /// 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 Dreport.rs29 all_errors.combine(err); in propagate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferMemoryRequirementsTestsUtils.hpp180 void combine in combine() function
194 combine(result, tmp, hints); in combine()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiBufferMemoryRequirementsTestsUtils.hpp180 void combine in combine() function
194 combine(result, tmp, hints); in combine()
/kernel/linux/linux-5.10/include/net/sctp/
H A Dchecksum.h48 .combine = sctp_csum_combine,
/kernel/linux/linux-6.6/include/net/sctp/
H A Dchecksum.h48 .combine = sctp_csum_combine,
/third_party/mesa3d/src/panfrost/bifrost/valhall/
H A Dvalhall.h83 bool combine : 1; member
/third_party/rust/crates/serde/serde_derive_internals/src/
H A Dctxt.rs55 combined.combine(rest); in check()
/third_party/rust/crates/serde/serde_derive/src/internals/
H A Dctxt.rs55 combined.combine(rest); in check()
/kernel/linux/linux-5.10/arch/mips/boot/
H A Delf2ecoff.c102 static void combine(struct sect *base, struct sect *new, int pad) in combine() function
369 combine(&data, &ndata, 0); in main()
370 combine(&bss, &nbss, 1); in main()
377 combine(&text, &ntxt, 0); in main()
/kernel/linux/linux-6.6/arch/mips/boot/
H A Delf2ecoff.c102 static void combine(struct sect *base, struct sect *new, int pad) in combine() function
369 combine(&data, &ndata, 0); in main()
370 combine(&bss, &nbss, 1); in main()
377 combine(&text, &ntxt, 0); in main()
/kernel/linux/linux-6.6/arch/powerpc/perf/
H A Disa207-common.c14 PMU_FORMAT_ATTR(combine, "config:11");
562 unsigned long mmcra, mmcr1, mmcr2, unit, combine, psel, cache, val; in isa207_compute_mmcr() local
589 combine = combine_from_event(event[i]); in isa207_compute_mmcr()
603 mmcr1 |= combine << combine_shift(pmc); in isa207_compute_mmcr()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/fragment_shading_rate/
H A DesextcFragmentShadingRateCombinedTests.cpp667 Extent2D intermediate = combine(extent0, extent1, m_tcParam.combinerOp0); in simulate()
670 // For each clamped rate, combine that with rate 2 and accumulate the possible clamped rates in simulate()
675 Extent2D final = combine(packedShadingRateToExtent(i), extent2, m_tcParam.combinerOp1); in simulate()
681 Extent2D final = combine(intermediate, extent2, m_tcParam.combinerOp1); in simulate()
703 /// combine the two extent with given combine operation
710 FragmentShadingRateCombined::Extent2D FragmentShadingRateCombined::combine(Extent2D extent0, Extent2D extent1, in combine() function in glcts::FragmentShadingRateCombined
H A DesextcFragmentShadingRateCombinedTests.hpp86 Extent2D combine(Extent2D extent0, Extent2D extent1, glw::GLenum combineOp) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DHashing.h337 /// A type trait which is true if we want to combine values for hashing by
504 /// This sets up the state for a recursive hash combine, including getting
520 // with the variadic combine because that formation can have varying in combine_data()
555 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end, in combine() function
560 return combine(length, buffer_ptr, buffer_end, args...); in combine()
568 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end) { in combine() function
594 /// attempt to combine them into a single hash_code. For user-defined types it
605 return helper.combine(0, helper.buffer, helper.buffer + 64, args...); in hash_combine()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DHashing.h335 /// A type trait which is true if we want to combine values for hashing by
502 /// This sets up the state for a recursive hash combine, including getting
518 // with the variadic combine because that formation can have varying in combine_data()
553 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end, in combine() function
558 return combine(length, buffer_ptr, buffer_end, args...); in combine()
566 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end) { in combine() function
592 /// attempt to combine them into a single hash_code. For user-defined types it
603 return helper.combine(0, helper.buffer, helper.buffer + 64, args...); in hash_combine()
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/compiler/
H A DCompilerRegressionTest.java68 byte[] expected = combine(tc.getExpectedList()); in testCompiledBytesEqualExpectedMatcherBytes()
110 DigitSequenceMatcher matcher = DigitSequenceMatcher.create(combine(tc.getExpectedList())); in testExpectedMatcherBytesMatchRanges()
263 private static byte[] combine(List<ByteString> bytes) { in combine() method in CompilerRegressionTest
/kernel/linux/linux-5.10/arch/hexagon/lib/
H A Ddivsi3.S33 r5:4 = combine(#1,r3)
/kernel/linux/linux-6.6/arch/hexagon/lib/
H A Ddivsi3.S33 r5:4 = combine(#1,r3)
/third_party/typescript/tests/baselines/reference/
H A DrecursiveTypeComparison2.js13 combine<U, V>(other: Observable<U>, f: (a: T, b: U) => V): Property<V>;

Completed in 13 milliseconds

1234567