Home
last modified time | relevance | path

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

12

/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/musl/src/locale/
Dsetlocale.c47 int same = 0; in setlocale() local
/third_party/musl/porting/linux/user/src/locale/
Dsetlocale.c58 int same = 0; in setlocale() 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/rust/crates/rustix/tests/fs/
Drenameat.rs5 fn same(a: &Stat, b: &Stat) -> bool { in same() function
/third_party/node/deps/npm/node_modules/pseudomap/
Dpseudomap.js83 function same (a, b) { function
/third_party/icu/icu4c/source/test/intltest/
Dtfsmalls.cpp274 UBool same = TRUE; in test_Formattable() local
Ducdtest.cpp421 UBool same= a==b; in compareUSets() 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/rust/crates/aho-corasick/bench/src/
Dbench.rs11 mod same; module
/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/pcre2/pcre2/src/
Dpcre2_auto_possess.c849 BOOL same = leftop == rightop; in compare_opcodes() 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.c882 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/skia/third_party/externals/abseil-cpp/absl/strings/
Dstring_view_test.cc297 static bool same(U) { in same() function
300 static bool same(T) { return true; } in same() function
/third_party/spirv-tools/source/opt/
Dir_context.cpp1009 bool same = true; in CheckCFG() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dir_context.cpp1009 bool same = true; in CheckCFG() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dir_context.cpp1009 bool same = true; in CheckCFG() local
/third_party/flutter/skia/src/ports/
DSkFontMgr_win_dw.cpp344 static HRESULT are_same(IUnknown* a, IUnknown* b, bool& same) { in are_same()
364 bool same; in FindByDWriteFont() local
/third_party/flutter/skia/third_party/externals/icu/source/tools/genrb/
Dreslist.cpp514 SResource *same; in handleWrite16() local
1679 StringResource *same = res->fSame; in compactStringsV2() local
/third_party/skia/third_party/externals/abseil-cpp/absl/status/
Dstatusor_test.cc1090 auto& same = so; in TEST() local
1103 auto& same = so; in TEST() local
1117 auto& same = so; in TEST() local
1130 auto& same = so; in TEST() local
/third_party/node/deps/icu-small/source/tools/genrb/
Dreslist.cpp533 SResource *same; in handleWrite16() local
1728 StringResource *same = res->fSame; in compactStringsV2() local
/third_party/skia/src/ports/
DSkFontMgr_win_dw.cpp405 static HRESULT are_same(IUnknown* a, IUnknown* b, bool& same) { in are_same()
435 bool same; in FindByDWriteFont() local

12