Home
last modified time | relevance | path

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

123

/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/rust/rust/library/std/src/os/raw/
Dtests.rs11 fn same() { in same() function
/third_party/rust/rust/compiler/rustc_parse_format/src/
Dtests.rs4 fn same(fmt: &'static str, p: &[Piece<'static>]) { in same() function
/third_party/musl/porting/linux/user/src/locale/
Dsetlocale.c58 int same = 0; in setlocale() local
/third_party/musl/src/locale/
Dsetlocale.c62 int same = 0; in setlocale() local
/third_party/curl/tests/unit/
Dunit1399.c58 bool same = (time_sec == expected_seconds); in usec_matches_seconds() local
/third_party/ffmpeg/libavcodec/
Drle.c28 int ff_rle_count_pixels(const uint8_t *start, int len, int bpp, int same) in ff_rle_count_pixels()
/third_party/curl/docs/examples/
Dwebsocket.c50 int same = 0; in recv_pong() local
/third_party/rust/crates/rustix/tests/fs/
Drenameat.rs5 fn same(a: &Stat, b: &Stat) -> bool { in same() function
/third_party/curl/tests/libtest/
Dlib2304.c49 int same = 0; in recv_pong() local
/third_party/mesa3d/src/asahi/compiler/
Dagx_validate_ra.c211 struct var_offset same = var_undef(); in validate_block() local
243 struct var_offset same = var_undef(); in validate_block() local
Dagx_repair_ssa.c175 agx_index same = agx_null(); in agx_opt_trivial_phi() local
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_blend.c146 bool same = ctx->DrawBuffer->_IsRGB == u_bit_consecutive(0, num_cb) && in allow_rgb_colormask_promotion() local
/third_party/skia/m133/third_party/externals/icu/source/test/intltest/
Dtfsmalls.cpp274 UBool same = true; in test_Formattable() local
/third_party/mesa3d/src/compiler/nir/
Dnir_divergence_analysis.c1237 nir_def *same = NULL; in visit_loop_header_phi() local
1275 nir_def *same = NULL; in visit_loop_exit_phi() local
/third_party/icu/icu4c/source/test/intltest/
Dtfsmalls.cpp274 UBool same = true; in test_Formattable() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/
Dsparse_reshape_cpu_kernel.cc140 bool same = SameConvert(input_size, output_size, input_rank, output_rank, in0, in1, out0, out1); in LaunchKernel() 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.java217 Map<ULocale,Set<ULocale>> same = new LinkedHashMap(); in TestSamples() 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/pcre2/pcre2/src/
Dpcre2_auto_possess.c855 BOOL same = leftop == rightop; in compare_opcodes() local
/third_party/ntfs-3g/ntfsprogs/
Dntfslabel.c243 BOOL same; in change_serial() local
/third_party/spirv-tools/source/opt/
Ddef_use_manager.cpp264 bool same = true; in CompareAndPrintDifferences() 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/ncurses/ncurses/tinfo/
Dalloc_ttype.c445 bool same; in _nc_align_termtype() local

123