Home
last modified time | relevance | path

Searched refs:found_c (Results 1 – 14 of 14) sorted by relevance

/dports/games/simsu/simsu-1.4.0/src/
H A Dsolver_logic.cpp156 int found_c = 0; in removeRowHiddenSingle() local
160 found_c = c; in removeRowHiddenSingle()
167 setValue(found_c, r, value); in removeRowHiddenSingle()
208 int found_c = 0; in removeBoxHiddenSingle() local
217 found_c = cell % 9; in removeBoxHiddenSingle()
221 setValue(found_c, found_r, value); in removeBoxHiddenSingle()
287 int found_c = -1; in removeColumnPointingPair() local
301 if (found_c == -1) { in removeColumnPointingPair()
302 found_c = c; in removeColumnPointingPair()
304 } else if (found_c != c) { in removeColumnPointingPair()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/services/app_service/public/cpp/
H A Dapp_registry_cache_unittest.cc252 bool found_c = false; in TEST_F() local
253 EXPECT_TRUE(cache.ForOneApp("c", [&found_c](const apps::AppUpdate& update) { in TEST_F()
254 found_c = true; in TEST_F()
257 EXPECT_TRUE(found_c); in TEST_F()
/dports/devel/protobuf/protobuf-3.17.3/src/google/protobuf/io/
H A Dio_win32_unittest.cc534 int found_c = 0; in TEST_F() local
540 [&found_a, &found_c, &found_bad](const string& p) { in TEST_F()
544 found_c++; in TEST_F()
551 EXPECT_EQ(found_c, 1); in TEST_F()
/dports/devel/py-grpcio-tools/grpcio-tools-1.43.0/third_party/protobuf/src/google/protobuf/io/
H A Dio_win32_unittest.cc534 int found_c = 0; in TEST_F() local
540 [&found_a, &found_c, &found_bad](const string& p) { in TEST_F()
544 found_c++; in TEST_F()
551 EXPECT_EQ(found_c, 1); in TEST_F()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireguard/selftest/
H A Dallowedips.c498 bool found_a = false, found_b = false, found_c = false, found_d = false, in wg_allowedips_selftest() local
636 found_c = true; in wg_allowedips_selftest()
651 test_boolean(found_c); in wg_allowedips_selftest()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireguard/selftest/
H A Dallowedips.c498 bool found_a = false, found_b = false, found_c = false, found_d = false, in wg_allowedips_selftest() local
636 found_c = true; in wg_allowedips_selftest()
651 test_boolean(found_c); in wg_allowedips_selftest()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireguard/selftest/
H A Dallowedips.c498 bool found_a = false, found_b = false, found_c = false, found_d = false, in wg_allowedips_selftest() local
636 found_c = true; in wg_allowedips_selftest()
651 test_boolean(found_c); in wg_allowedips_selftest()
/dports/security/silktools/silk-3.19.1/src/libsilk/
H A Dskiobuf.c906 int found_c = 0; in iobufRead() local
941 while (count && !found_c) { in iobufRead()
989 found_c = 1; in iobufRead()
999 found_c = 1; in iobufRead()
/dports/devel/py-fs/fs-0.5.4/fs/tests/
H A D__init__.py358 found_c = False
361 found_c = True
364 assert found_c, "depth search order was wrong: " + \
/dports/science/hypre/hypre-2.23.0/src/parcsr_ls/
H A Dpar_lr_interp.c3770 HYPRE_Int found_c = 0; in hypre_BoomerAMGBuildFF1Interp() local
3930 found_c = 0; in hypre_BoomerAMGBuildFF1Interp()
3940 found_c = 1; in hypre_BoomerAMGBuildFF1Interp()
3945 if (num_procs > 1 && !found_c) in hypre_BoomerAMGBuildFF1Interp()
4192 found_c = 0; in hypre_BoomerAMGBuildFF1Interp()
4204 found_c = 1; in hypre_BoomerAMGBuildFF1Interp()
4209 if (num_procs > 1 && !found_c) in hypre_BoomerAMGBuildFF1Interp()
/dports/math/cvc3/cvc3-2.4.1/src/theory_arith/
H A Dtheory_arith_old.cpp1361 Rational found_c = (*find_lower).second; in addToBuffer() local
1363 if (c1 <= found_c && !(found_c == c1 && ineq.getKind() == LT)) { in addToBuffer()
1385 Rational found_c = (*find_upper).second; in addToBuffer() local
1387 if (found_c <= c2 && !(found_c == c2 && ineq.getKind() == LT)) { in addToBuffer()
/dports/math/z3/z3-z3-4.8.13/src/muz/spacer/
H A Dspacer_qe_project.cpp793 rational found_val (0), r, r_plus_x, found_c; in find_max() local
819 found_c = ac; in find_max()
/dports/math/py-z3-solver/z3-z3-4.8.10/src/muz/spacer/
H A Dspacer_qe_project.cpp793 rational found_val (0), r, r_plus_x, found_c; in find_max() local
819 found_c = ac; in find_max()
/dports/science/py-pymol/pymol-open-source-2.4.0/layer3/
H A DSelector.cpp1235 int found_c = false; in SelectorClassifyAtoms() local
1262 found_c = true; in SelectorClassifyAtoms()
1368 if(found_ca && found_n && found_c && found_o && (found_cn_bond || found_nc_bond)) { in SelectorClassifyAtoms()