Home
last modified time | relevance | path

Searched refs:all_same (Results 101 – 125 of 578) sorted by relevance

12345678910>>...24

/dports/graphics/libosmesa/mesa-21.3.6/src/amd/compiler/
H A Daco_optimizer_postRA.cpp71 bool all_same = std::all_of( in reset_block() local
76 if (all_same) in reset_block()
116 bool all_same = in last_writer_idx() local
121 return all_same ? instr_idx : written_by_multiple_instrs; in last_writer_idx()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/amd/compiler/
H A Daco_optimizer_postRA.cpp71 bool all_same = std::all_of( in reset_block() local
76 if (all_same) in reset_block()
116 bool all_same = in last_writer_idx() local
121 return all_same ? instr_idx : written_by_multiple_instrs; in last_writer_idx()
/dports/graphics/mesa-libs/mesa-21.3.6/src/amd/compiler/
H A Daco_optimizer_postRA.cpp71 bool all_same = std::all_of( in reset_block() local
76 if (all_same) in reset_block()
116 bool all_same = in last_writer_idx() local
121 return all_same ? instr_idx : written_by_multiple_instrs; in last_writer_idx()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/amd/compiler/
H A Daco_optimizer_postRA.cpp71 bool all_same = std::all_of( in reset_block() local
76 if (all_same) in reset_block()
116 bool all_same = in last_writer_idx() local
121 return all_same ? instr_idx : written_by_multiple_instrs; in last_writer_idx()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/amd/compiler/
H A Daco_optimizer_postRA.cpp71 bool all_same = std::all_of( in reset_block() local
76 if (all_same) in reset_block()
116 bool all_same = in last_writer_idx() local
121 return all_same ? instr_idx : written_by_multiple_instrs; in last_writer_idx()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/amd/compiler/
H A Daco_optimizer_postRA.cpp71 bool all_same = std::all_of( in reset_block() local
76 if (all_same) in reset_block()
116 bool all_same = in last_writer_idx() local
121 return all_same ? instr_idx : written_by_multiple_instrs; in last_writer_idx()
/dports/graphics/mesa-dri/mesa-21.3.6/src/amd/compiler/
H A Daco_optimizer_postRA.cpp71 bool all_same = std::all_of( in reset_block() local
76 if (all_same) in reset_block()
116 bool all_same = in last_writer_idx() local
121 return all_same ? instr_idx : written_by_multiple_instrs; in last_writer_idx()
/dports/devel/srecord/srecord-1.64/srecord/
H A Darglex.cc558 bool all_same = true; in token_next() local
563 all_same = false; in token_next()
567 if (!all_same) in token_next()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/amd/compiler/
H A Daco_optimizer_postRA.cpp71 bool all_same = std::all_of( in reset_block() local
76 if (all_same) in reset_block()
116 bool all_same = in last_writer_idx() local
121 return all_same ? instr_idx : written_by_multiple_instrs; in last_writer_idx()
/dports/textproc/meld-legacy/meld-1.8.6/meld/
H A Ddirdiff.py90 def all_same(lst): function
139 if not need_contents and not all_same([s.size for s in stats]):
163 if all_same(data):
179 result = DodgySame if all_same(stats) else DodgyDifferent
196 result = SameFiltered if all_same(contents) else Different
1210 all_same = _files_same(files, regexes, self.prefs)
1211 all_present_same = all_same
1217 all_same = Different
1225 if all_same == Same or all_same == DodgySame:
1228 elif all_same == SameFiltered:
[all …]
/dports/textproc/R-cran-htmltools/htmltools/tests/testthat/
H A Dtest-tags.r93 all_same <- withTags( globalVar
102 expect_equal(get_noWS(all_same), all_same_noWS)
103 expect_equal(get_noWS(all_same$children[[1]]), all_same_noWS)
104 expect_equal(get_noWS(all_same$children[[2]]), all_same_noWS)
105 expect_equal(get_noWS(all_same$children[[2]]$children[[2]]), all_same_noWS)
106 expect_equal(get_noWS(all_same$children[[2]]$children[[2]]$children[[1]]), all_same_noWS)
/dports/databases/tiledb/TileDB-2.5.2/test/src/
H A Dunit-crypto.cc156 bool all_same = true; variable
158 all_same &= encrypted.value<uint8_t>(i) == encrypted2.value<uint8_t>(i);
159 CHECK(!all_same);
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dxfaceenc.c39 static int all_same(char *bitmap, int w, int h) in all_same() function
73 return *bitmap == 0 && all_same(bitmap, w, h); in all_white()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dxfaceenc.c38 static int all_same(char *bitmap, int w, int h) in all_same() function
72 return *bitmap == 0 && all_same(bitmap, w, h); in all_white()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dxfaceenc.c39 static int all_same(char *bitmap, int w, int h) in all_same() function
73 return *bitmap == 0 && all_same(bitmap, w, h); in all_white()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dxfaceenc.c39 static int all_same(char *bitmap, int w, int h) in all_same() function
73 return *bitmap == 0 && all_same(bitmap, w, h); in all_white()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dxfaceenc.c39 static int all_same(char *bitmap, int w, int h) in all_same() function
73 return *bitmap == 0 && all_same(bitmap, w, h); in all_white()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dxfaceenc.c38 static int all_same(char *bitmap, int w, int h) in all_same() function
72 return *bitmap == 0 && all_same(bitmap, w, h); in all_white()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dxfaceenc.c39 static int all_same(char *bitmap, int w, int h) in all_same() function
73 return *bitmap == 0 && all_same(bitmap, w, h); in all_white()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/stdlib/test/
H A Ddict_SUITE.erl191 all_same(Acc).
197 all_same([H|T]) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/stdlib/test/
H A Ddict_SUITE.erl191 all_same(Acc).
197 all_same([H|T]) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/stdlib/test/
H A Ddict_SUITE.erl191 all_same(Acc).
197 all_same([H|T]) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/stdlib/test/
H A Ddict_SUITE.erl191 all_same(Acc).
197 all_same([H|T]) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/stdlib/test/
H A Ddict_SUITE.erl191 all_same(Acc).
197 all_same([H|T]) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/stdlib/test/
H A Ddict_SUITE.erl191 all_same(Acc).
197 all_same([H|T]) -> function

12345678910>>...24