Home
last modified time | relevance | path

Searched defs:same (Results 1 – 25 of 64) sorted by relevance

123

/third_party/abseil-cpp/absl/algorithm/
Dequal_benchmark.cc44 const bool same = absl::equal(xs.begin(), xs.end(), ys.begin(), ys.end()); in BM_absl_equal_benchmark() local
54 const bool same = std::equal(xs.begin(), xs.end(), ys.begin()); in BM_std_equal_benchmark() local
64 const bool same = in BM_memcmp_benchmark() local
76 const bool same = absl::equal(xs.begin(), xs.end(), xs.begin(), xs.end()); in BM_absl_equal_self_benchmark() local
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/
Dequal_benchmark.cc44 const bool same = absl::equal(xs.begin(), xs.end(), ys.begin(), ys.end()); in BM_absl_equal_benchmark() local
54 const bool same = std::equal(xs.begin(), xs.end(), ys.begin()); in BM_std_equal_benchmark() local
64 const bool same = in BM_memcmp_benchmark() local
76 const bool same = absl::equal(xs.begin(), xs.end(), xs.begin(), xs.end()); in BM_absl_equal_self_benchmark() local
/third_party/boost/libs/contract/test/detail/
Dunprotected_commas.hpp20 template<typename U> static U& same(U& x) { return x; } in same() function
21 template<typename U> static U* same(U* x) { return x; } in same() function
/third_party/boost/libs/numeric/odeint/examples/2d_lattice/
Dvector_vector_resize.hpp37 bool same = ( boost::size( x1 ) == boost::size( x2 ) ); in same_size() local
75 bool same = ( boost::size( m_v ) == boost::size( x ) ); in same_size() local
/third_party/boost/boost/numeric/odeint/iterator/detail/
Dode_iterator_base.hpp71 bool same( const ode_iterator_base &iter ) const in same() function in boost::numeric::odeint::detail::ode_iterator_base
148 bool same( ode_iterator_base const& iter ) in same() function in boost::numeric::odeint::detail::ode_iterator_base
/third_party/musl/src/locale/
Dsetlocale.c48 int same = 0; in setlocale() local
/third_party/curl/tests/unit/
Dunit1399.c56 bool same = (time_sec == expected_seconds); in usec_matches_seconds() local
/third_party/ffmpeg/libavcodec/
Drle.c27 int ff_rle_count_pixels(const uint8_t *start, int len, int bpp, int same) in ff_rle_count_pixels()
/third_party/boost/boost/geometry/strategies/
Dside_info.hpp78 inline bool same() const in same() function in boost::geometry::side_info
/third_party/boost/libs/serialization/test/
Dtest_variant.cpp54 struct same { struct in are_equal
56 static bool invoke(const T & t, const U & u){ in invoke()
/third_party/boost/boost/python/
Dcast.hpp80 bool const same = detail::is_same<src_t,target_t>::value; in upcast_impl() local
/third_party/node/deps/npm/node_modules/pseudomap/
Dpseudomap.js83 function same (a, b) { function
/third_party/boost/boost/spirit/home/classic/utility/
Dgrammar_def.hpp58 struct same {}; struct
/third_party/boost/boost/core/
Dlightweight_test_trait.hpp104 boost::core::is_same<T1, T2> same, char const * file, int line, char const * function ) in test_trait_same_impl()
/third_party/icu/icu4c/source/test/intltest/
Dtfsmalls.cpp274 UBool same = TRUE; in test_Formattable() local
/third_party/pcre2/pcre2/src/
Dpcre2_auto_possess.c832 BOOL same = leftop == rightop; in compare_opcodes() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DPluralFormatUnitTest.java219 Map<ULocale,Set<ULocale>> same = new LinkedHashMap(); in TestSamples() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DPluralFormatUnitTest.java216 Map<ULocale,Set<ULocale>> same = new LinkedHashMap(); in TestSamples() local
/third_party/ntfs-3g/ntfsprogs/
Dntfslabel.c243 BOOL same; in change_serial() local
/third_party/boost/libs/locale/src/icu/
Ddate_time.cpp250 virtual bool same(abstract_calendar const *other) const in same() function in boost::locale::impl_icu::calendar_impl
/third_party/gettext/gettext-runtime/intl/
Drelocatable.c248 bool same = false; in compute_curr_prefix() local
/third_party/mesa3d/src/amd/compiler/
Daco_lower_phis.cpp97 if (std::all_of(ops.begin() + 1, ops.end(), [&](Operand same) { return same == ops[0]; })) in get_ssa()
/third_party/mesa3d/src/compiler/nir/
Dnir_divergence_analysis.c797 nir_ssa_def* same = NULL; in visit_loop_header_phi() local
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fShaderMetamorphicTests.cpp165 …bool same = tcu::pixelThresholdCompare(log, "Result", "Image comparison result", img, refImg, tcu:… in checkNondet() local
/third_party/boost/libs/locale/src/util/
Dgregorian.cpp774 virtual bool same(abstract_calendar const *other) const in same() function in boost::locale::util::gregorian_calendar

123