Home
last modified time | relevance | path

Searched refs:check_list (Results 1 – 25 of 480) sorted by relevance

12345678910>>...20

/dports/multimedia/mpv/mpv-0.34.1/test/
H A Dlinked_list.c77 check_list(1); in run()
80 check_list(1, 2); in run()
89 check_list(4); in run()
92 check_list(2, 4); in run()
101 check_list(6); in run()
104 check_list(6, 1); in run()
128 check_list(5, 1); in run()
131 check_list(1); in run()
137 check_list(2); in run()
143 check_list(1); in run()
[all …]
/dports/cad/py-ezdxf/ezdxf-0.16.3/tests/test_05_tools/
H A Dtest_503_indexing.py18 def check_list(): function
22 def test_slicing_ascending_order(check_list): argument
23 i = Index(check_list)
24 assert list(i.slicing(1000)) == check_list[:]
25 assert list(i.slicing(10, 50)) == check_list[10:50]
26 assert list(i.slicing(10, 50, 3)) == check_list[10:50:3]
27 assert list(i.slicing(10, 50, -3)) == check_list[10:50:-3]
28 assert list(i.slicing(10, -30)) == check_list[10:-30]
45 def test_slicing_descending_order(check_list): argument
46 i = Index(check_list)
[all …]
/dports/news/nzbget/nzbget-21.1/tests/functional/editqueue/
H A Deditqueue_move_test.py12 check_list([1,2,3,4,5,6,7,8,9])
36 def check_list(req): function
45 check_list([1,2,3,4,5,6,7,8,9])
48 check_list([1,3,2,4,5,6,7,8,9])
51 check_list([1,2,3,4,5,6,7,8,9])
54 check_list([1,2,3,7,8,4,5,6,9])
57 check_list([1,2,3,4,5,6,7,8,9])
60 check_list([1,2,3,5,7,8,9,4,6])
63 check_list([2,5,7,1,3,8,9,4,6])
68 check_list([1,2,3,4,5,6,7,8,9])
[all …]
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/optimizer/geqo/
H A Dgeqo_pmx.c70 check_list[k + 1] = 0; in pmx()
90 check_list[tour2[k]]++; in pmx()
96 check_list[offspring[k]]--; in pmx()
99 check_list[tour1[k]]++; in pmx()
125 check_list[offspring[j]]--; in pmx()
128 check_list[tour2[k]]++; in pmx()
185 if (check_list[k] > 1) in pmx()
197 if (check_list[j] == 0) in pmx()
200 check_list[k]--; in pmx()
201 check_list[j]++; in pmx()
[all …]
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/optimizer/geqo/
H A Dgeqo_pmx.c70 check_list[k + 1] = 0; in pmx()
90 check_list[tour2[k]]++; in pmx()
96 check_list[offspring[k]]--; in pmx()
99 check_list[tour1[k]]++; in pmx()
125 check_list[offspring[j]]--; in pmx()
128 check_list[tour2[k]]++; in pmx()
185 if (check_list[k] > 1) in pmx()
197 if (check_list[j] == 0) in pmx()
200 check_list[k]--; in pmx()
201 check_list[j]++; in pmx()
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/optimizer/geqo/
H A Dgeqo_pmx.c70 check_list[k + 1] = 0; in pmx()
90 check_list[tour2[k]]++; in pmx()
96 check_list[offspring[k]]--; in pmx()
99 check_list[tour1[k]]++; in pmx()
125 check_list[offspring[j]]--; in pmx()
128 check_list[tour2[k]]++; in pmx()
185 if (check_list[k] > 1) in pmx()
197 if (check_list[j] == 0) in pmx()
200 check_list[k]--; in pmx()
201 check_list[j]++; in pmx()
[all …]
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/optimizer/geqo/
H A Dgeqo_pmx.c71 check_list[k + 1] = 0; in pmx()
91 check_list[tour2[k]]++; in pmx()
97 check_list[offspring[k]]--; in pmx()
100 check_list[tour1[k]]++; in pmx()
126 check_list[offspring[j]]--; in pmx()
129 check_list[tour2[k]]++; in pmx()
186 if (check_list[k] > 1) in pmx()
198 if (check_list[j] == 0) in pmx()
201 check_list[k]--; in pmx()
202 check_list[j]++; in pmx()
[all …]
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/optimizer/geqo/
H A Dgeqo_pmx.c71 check_list[k + 1] = 0; in pmx()
91 check_list[tour2[k]]++; in pmx()
97 check_list[offspring[k]]--; in pmx()
100 check_list[tour1[k]]++; in pmx()
126 check_list[offspring[j]]--; in pmx()
129 check_list[tour2[k]]++; in pmx()
186 if (check_list[k] > 1) in pmx()
198 if (check_list[j] == 0) in pmx()
201 check_list[k]--; in pmx()
202 check_list[j]++; in pmx()
[all …]
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/optimizer/geqo/
H A Dgeqo_pmx.c71 check_list[k + 1] = 0; in pmx()
91 check_list[tour2[k]]++; in pmx()
97 check_list[offspring[k]]--; in pmx()
100 check_list[tour1[k]]++; in pmx()
126 check_list[offspring[j]]--; in pmx()
129 check_list[tour2[k]]++; in pmx()
186 if (check_list[k] > 1) in pmx()
198 if (check_list[j] == 0) in pmx()
201 check_list[k]--; in pmx()
202 check_list[j]++; in pmx()
[all …]
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/optimizer/geqo/
H A Dgeqo_pmx.c71 check_list[k + 1] = 0; in pmx()
91 check_list[tour2[k]]++; in pmx()
97 check_list[offspring[k]]--; in pmx()
100 check_list[tour1[k]]++; in pmx()
126 check_list[offspring[j]]--; in pmx()
129 check_list[tour2[k]]++; in pmx()
186 if (check_list[k] > 1) in pmx()
198 if (check_list[j] == 0) in pmx()
201 check_list[k]--; in pmx()
202 check_list[j]++; in pmx()
[all …]
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/optimizer/geqo/
H A Dgeqo_pmx.c71 check_list[k + 1] = 0; in pmx()
91 check_list[tour2[k]]++; in pmx()
97 check_list[offspring[k]]--; in pmx()
100 check_list[tour1[k]]++; in pmx()
126 check_list[offspring[j]]--; in pmx()
129 check_list[tour2[k]]++; in pmx()
186 if (check_list[k] > 1) in pmx()
198 if (check_list[j] == 0) in pmx()
201 check_list[k]--; in pmx()
202 check_list[j]++; in pmx()
[all …]
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/optimizer/geqo/
H A Dgeqo_pmx.c71 check_list[k + 1] = 0; in pmx()
91 check_list[tour2[k]]++; in pmx()
97 check_list[offspring[k]]--; in pmx()
100 check_list[tour1[k]]++; in pmx()
126 check_list[offspring[j]]--; in pmx()
129 check_list[tour2[k]]++; in pmx()
186 if (check_list[k] > 1) in pmx()
198 if (check_list[j] == 0) in pmx()
201 check_list[k]--; in pmx()
202 check_list[j]++; in pmx()
[all …]
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/optimizer/geqo/
H A Dgeqo_pmx.c71 check_list[k + 1] = 0; in pmx()
91 check_list[tour2[k]]++; in pmx()
97 check_list[offspring[k]]--; in pmx()
100 check_list[tour1[k]]++; in pmx()
126 check_list[offspring[j]]--; in pmx()
129 check_list[tour2[k]]++; in pmx()
186 if (check_list[k] > 1) in pmx()
198 if (check_list[j] == 0) in pmx()
201 check_list[k]--; in pmx()
202 check_list[j]++; in pmx()
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/optimizer/geqo/
H A Dgeqo_pmx.c71 check_list[k + 1] = 0; in pmx()
91 check_list[tour2[k]]++; in pmx()
97 check_list[offspring[k]]--; in pmx()
100 check_list[tour1[k]]++; in pmx()
126 check_list[offspring[j]]--; in pmx()
129 check_list[tour2[k]]++; in pmx()
186 if (check_list[k] > 1) in pmx()
198 if (check_list[j] == 0) in pmx()
201 check_list[k]--; in pmx()
202 check_list[j]++; in pmx()
[all …]
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/optimizer/geqo/
H A Dgeqo_pmx.c71 check_list[k + 1] = 0; in pmx()
91 check_list[tour2[k]]++; in pmx()
97 check_list[offspring[k]]--; in pmx()
100 check_list[tour1[k]]++; in pmx()
126 check_list[offspring[j]]--; in pmx()
129 check_list[tour2[k]]++; in pmx()
186 if (check_list[k] > 1) in pmx()
198 if (check_list[j] == 0) in pmx()
201 check_list[k]--; in pmx()
202 check_list[j]++; in pmx()
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/optimizer/geqo/
H A Dgeqo_pmx.c71 check_list[k + 1] = 0; in pmx()
91 check_list[tour2[k]]++; in pmx()
97 check_list[offspring[k]]--; in pmx()
100 check_list[tour1[k]]++; in pmx()
126 check_list[offspring[j]]--; in pmx()
129 check_list[tour2[k]]++; in pmx()
186 if (check_list[k] > 1) in pmx()
198 if (check_list[j] == 0) in pmx()
201 check_list[k]--; in pmx()
202 check_list[j]++; in pmx()
[all …]
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/optimizer/geqo/
H A Dgeqo_pmx.c71 check_list[k + 1] = 0; in pmx()
91 check_list[tour2[k]]++; in pmx()
97 check_list[offspring[k]]--; in pmx()
100 check_list[tour1[k]]++; in pmx()
126 check_list[offspring[j]]--; in pmx()
129 check_list[tour2[k]]++; in pmx()
186 if (check_list[k] > 1) in pmx()
198 if (check_list[j] == 0) in pmx()
201 check_list[k]--; in pmx()
202 check_list[j]++; in pmx()
[all …]
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/optimizer/geqo/
H A Dgeqo_pmx.c71 check_list[k + 1] = 0; in pmx()
91 check_list[tour2[k]]++; in pmx()
97 check_list[offspring[k]]--; in pmx()
100 check_list[tour1[k]]++; in pmx()
126 check_list[offspring[j]]--; in pmx()
129 check_list[tour2[k]]++; in pmx()
186 if (check_list[k] > 1) in pmx()
198 if (check_list[j] == 0) in pmx()
201 check_list[k]--; in pmx()
202 check_list[j]++; in pmx()
[all …]
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/optimizer/geqo/
H A Dgeqo_pmx.c71 check_list[k + 1] = 0; in pmx()
91 check_list[tour2[k]]++; in pmx()
97 check_list[offspring[k]]--; in pmx()
100 check_list[tour1[k]]++; in pmx()
126 check_list[offspring[j]]--; in pmx()
129 check_list[tour2[k]]++; in pmx()
186 if (check_list[k] > 1) in pmx()
198 if (check_list[j] == 0) in pmx()
201 check_list[k]--; in pmx()
202 check_list[j]++; in pmx()
[all …]
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/optimizer/geqo/
H A Dgeqo_pmx.c71 check_list[k + 1] = 0; in pmx()
91 check_list[tour2[k]]++; in pmx()
97 check_list[offspring[k]]--; in pmx()
100 check_list[tour1[k]]++; in pmx()
126 check_list[offspring[j]]--; in pmx()
129 check_list[tour2[k]]++; in pmx()
186 if (check_list[k] > 1) in pmx()
198 if (check_list[j] == 0) in pmx()
201 check_list[k]--; in pmx()
202 check_list[j]++; in pmx()
[all …]
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/optimizer/geqo/
H A Dgeqo_pmx.c71 check_list[k + 1] = 0; in pmx()
91 check_list[tour2[k]]++; in pmx()
97 check_list[offspring[k]]--; in pmx()
100 check_list[tour1[k]]++; in pmx()
126 check_list[offspring[j]]--; in pmx()
129 check_list[tour2[k]]++; in pmx()
186 if (check_list[k] > 1) in pmx()
198 if (check_list[j] == 0) in pmx()
201 check_list[k]--; in pmx()
202 check_list[j]++; in pmx()
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/optimizer/geqo/
H A Dgeqo_pmx.c71 check_list[k + 1] = 0; in pmx()
91 check_list[tour2[k]]++; in pmx()
97 check_list[offspring[k]]--; in pmx()
100 check_list[tour1[k]]++; in pmx()
126 check_list[offspring[j]]--; in pmx()
129 check_list[tour2[k]]++; in pmx()
186 if (check_list[k] > 1) in pmx()
198 if (check_list[j] == 0) in pmx()
201 check_list[k]--; in pmx()
202 check_list[j]++; in pmx()
[all …]
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/optimizer/geqo/
H A Dgeqo_pmx.c70 check_list[k + 1] = 0; in pmx()
90 check_list[tour2[k]]++; in pmx()
96 check_list[offspring[k]]--; in pmx()
99 check_list[tour1[k]]++; in pmx()
125 check_list[offspring[j]]--; in pmx()
128 check_list[tour2[k]]++; in pmx()
185 if (check_list[k] > 1) in pmx()
197 if (check_list[j] == 0) in pmx()
200 check_list[k]--; in pmx()
201 check_list[j]++; in pmx()
[all …]
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/optimizer/geqo/
H A Dgeqo_pmx.c71 check_list[k + 1] = 0; in pmx()
91 check_list[tour2[k]]++; in pmx()
97 check_list[offspring[k]]--; in pmx()
100 check_list[tour1[k]]++; in pmx()
126 check_list[offspring[j]]--; in pmx()
129 check_list[tour2[k]]++; in pmx()
186 if (check_list[k] > 1) in pmx()
198 if (check_list[j] == 0) in pmx()
201 check_list[k]--; in pmx()
202 check_list[j]++; in pmx()
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/optimizer/geqo/
H A Dgeqo_pmx.c71 check_list[k + 1] = 0; in pmx()
91 check_list[tour2[k]]++; in pmx()
97 check_list[offspring[k]]--; in pmx()
100 check_list[tour1[k]]++; in pmx()
126 check_list[offspring[j]]--; in pmx()
129 check_list[tour2[k]]++; in pmx()
186 if (check_list[k] > 1) in pmx()
198 if (check_list[j] == 0) in pmx()
201 check_list[k]--; in pmx()
202 check_list[j]++; in pmx()
[all …]

12345678910>>...20