Home
last modified time | relevance | path

Searched refs:starts (Results 1 – 25 of 7794) sorted by relevance

12345678910>>...312

/dports/science/pnetcdf/parallel-netcdf-1.8.1/examples/CXX/
H A Dput_varn_float.cpp123 starts[i] = starts[i-1] + NDIMS; in main()
129 starts[0][y] = 0; starts[0][x] = 5; in main()
130 starts[1][y] = 1; starts[1][x] = 0; in main()
131 starts[2][y] = 2; starts[2][x] = 6; in main()
132 starts[3][y] = 3; starts[3][x] = 0; in main()
133 starts[4][y] = 0; starts[4][x] = 6; in main()
134 starts[5][y] = 2; starts[5][x] = 7; in main()
135 starts[6][y] = 3; starts[6][x] = 1; in main()
136 starts[7][y] = 3; starts[7][x] = 2; in main()
164 starts[0][y] = 0; starts[0][x] = 7; in main()
[all …]
H A Dput_varn_int.cpp133 starts[i] = starts[i-1] + NDIMS; in main()
141 starts[0][y] = 0; starts[0][x] = 5; counts[0][y] = 1; counts[0][x] = 2; in main()
142 starts[1][y] = 1; starts[1][x] = 0; counts[1][y] = 1; counts[1][x] = 1; in main()
143 starts[2][y] = 2; starts[2][x] = 6; counts[2][y] = 1; counts[2][x] = 2; in main()
144 starts[3][y] = 3; starts[3][x] = 0; counts[3][y] = 1; counts[3][x] = 3; in main()
152 starts[0][y] = 0; starts[0][x] = 3; counts[0][y] = 1; counts[0][x] = 2; in main()
153 starts[1][y] = 0; starts[1][x] = 8; counts[1][y] = 1; counts[1][x] = 2; in main()
154 starts[2][y] = 1; starts[2][x] = 5; counts[2][y] = 1; counts[2][x] = 2; in main()
155 starts[3][y] = 2; starts[3][x] = 0; counts[3][y] = 1; counts[3][x] = 2; in main()
156 starts[4][y] = 2; starts[4][x] = 8; counts[4][y] = 1; counts[4][x] = 2; in main()
[all …]
/dports/science/pnetcdf/parallel-netcdf-1.8.1/examples/C/
H A Dput_varn_float.c121 starts[i] = starts[i-1] + NDIMS; in main()
127 starts[0][y] = 0; starts[0][x] = 5; in main()
128 starts[1][y] = 1; starts[1][x] = 0; in main()
129 starts[2][y] = 2; starts[2][x] = 6; in main()
130 starts[3][y] = 3; starts[3][x] = 0; in main()
131 starts[4][y] = 0; starts[4][x] = 6; in main()
132 starts[5][y] = 2; starts[5][x] = 7; in main()
133 starts[6][y] = 3; starts[6][x] = 1; in main()
134 starts[7][y] = 3; starts[7][x] = 2; in main()
162 starts[0][y] = 0; starts[0][x] = 7; in main()
[all …]
H A Dbput_varn_int64.c244 starts[n][0][0]=0; starts[n][0][1]=1; counts[n][0][0]=1; counts[n][0][1]=1; in main()
245 starts[n][1][0]=0; starts[n][1][1]=3; counts[n][1][0]=1; counts[n][1][1]=1; in main()
246 starts[n][2][0]=1; starts[n][2][1]=3; counts[n][2][0]=1; counts[n][2][1]=1; in main()
247 starts[n][3][0]=2; starts[n][3][1]=3; counts[n][3][0]=1; counts[n][3][1]=1; in main()
248 starts[n][4][0]=5; starts[n][4][1]=0; counts[n][4][0]=1; counts[n][4][1]=1; in main()
249 starts[n][5][0]=6; starts[n][5][1]=0; counts[n][5][0]=1; counts[n][5][1]=1; in main()
250 starts[n][6][0]=6; starts[n][6][1]=2; counts[n][6][0]=1; counts[n][6][1]=1; in main()
251 starts[n][7][0]=7; starts[n][7][1]=2; counts[n][7][0]=1; counts[n][7][1]=1; in main()
293 starts[n][0][0]=1; starts[n][0][1]=1; counts[n][0][0]=1; counts[n][0][1]=1; in main()
294 starts[n][1][0]=2; starts[n][1][1]=1; counts[n][1][0]=1; counts[n][1][1]=2; in main()
[all …]
H A Dput_varn_int.c130 starts[i] = starts[i-1] + NDIMS; in main()
138 starts[0][y] = 0; starts[0][x] = 5; counts[0][y] = 1; counts[0][x] = 2; in main()
139 starts[1][y] = 1; starts[1][x] = 0; counts[1][y] = 1; counts[1][x] = 1; in main()
140 starts[2][y] = 2; starts[2][x] = 6; counts[2][y] = 1; counts[2][x] = 2; in main()
141 starts[3][y] = 3; starts[3][x] = 0; counts[3][y] = 1; counts[3][x] = 3; in main()
149 starts[0][y] = 0; starts[0][x] = 3; counts[0][y] = 1; counts[0][x] = 2; in main()
150 starts[1][y] = 0; starts[1][x] = 8; counts[1][y] = 1; counts[1][x] = 2; in main()
151 starts[2][y] = 1; starts[2][x] = 5; counts[2][y] = 1; counts[2][x] = 2; in main()
152 starts[3][y] = 2; starts[3][x] = 0; counts[3][y] = 1; counts[3][x] = 2; in main()
153 starts[4][y] = 2; starts[4][x] = 8; counts[4][y] = 1; counts[4][x] = 2; in main()
[all …]
H A Dmput.c140 starts[i] = starts[i-1] + NDIMS; in main()
148 starts[0][y] = 0; starts[0][x] = 5; counts[0][y] = 1; counts[0][x] = 2; in main()
149 starts[1][y] = 1; starts[1][x] = 0; counts[1][y] = 1; counts[1][x] = 1; in main()
150 starts[2][y] = 2; starts[2][x] = 6; counts[2][y] = 1; counts[2][x] = 2; in main()
151 starts[3][y] = 3; starts[3][x] = 0; counts[3][y] = 1; counts[3][x] = 3; in main()
159 starts[0][y] = 0; starts[0][x] = 3; counts[0][y] = 1; counts[0][x] = 2; in main()
160 starts[1][y] = 0; starts[1][x] = 8; counts[1][y] = 1; counts[1][x] = 2; in main()
161 starts[2][y] = 1; starts[2][x] = 5; counts[2][y] = 1; counts[2][x] = 2; in main()
162 starts[3][y] = 2; starts[3][x] = 0; counts[3][y] = 1; counts[3][x] = 2; in main()
163 starts[4][y] = 2; starts[4][x] = 8; counts[4][y] = 1; counts[4][x] = 2; in main()
[all …]
/dports/science/pnetcdf/parallel-netcdf-1.8.1/examples/F77/
H A Dput_varn_real.f124 starts(y, 1) = 1
125 starts(x, 1) = 6
126 starts(y, 2) = 2
127 starts(x, 2) = 1
128 starts(y, 3) = 3
129 starts(x, 3) = 7
130 starts(y, 4) = 4
131 starts(x, 4) = 1
132 starts(y, 5) = 1
133 starts(x, 5) = 7
[all …]
/dports/science/pnetcdf/parallel-netcdf-1.8.1/examples/F90/
H A Dput_varn_real.f90121 starts(y, 1) = 1
122 starts(x, 1) = 6
123 starts(y, 2) = 2
124 starts(x, 2) = 1
125 starts(y, 3) = 3
126 starts(x, 3) = 7
127 starts(y, 4) = 4
128 starts(x, 4) = 1
129 starts(y, 5) = 1
130 starts(x, 5) = 7
[all …]
/dports/science/pnetcdf/parallel-netcdf-1.8.1/test/testcases/
H A Dvarn_real.f90130 starts(y, 1) = 1; starts(x, 1) = 6
131 starts(y, 2) = 2; starts(x, 2) = 1
132 starts(y, 3) = 3; starts(x, 3) = 7
133 starts(y, 4) = 4; starts(x, 4) = 1
134 starts(y, 5) = 1; starts(x, 5) = 7
135 starts(y, 6) = 3; starts(x, 6) = 8
136 starts(y, 7) = 4; starts(x, 7) = 2
137 starts(y, 8) = 4; starts(x, 8) = 3
163 starts(y, 1) = 1; starts(x, 1) = 8
164 starts(y, 2) = 2; starts(x, 2) = 2
[all …]
H A Divarn.c213 starts[i] = starts[i-1] + 2; in main()
220 starts[0][0] = 0; starts[0][1] = 1; counts[0][0] = 1; counts[0][1] = 1; in main()
226 starts[0][0] = 0; starts[0][1] = 0; counts[0][0] = 1; counts[0][1] = 1; in main() local
227 starts[1][0] = 0; starts[1][1] = 2; counts[1][0] = 1; counts[1][1] = 2; in main()
234 starts[0][0] = 0; starts[0][1] = 1; counts[0][0] = 1; counts[0][1] = 1; in main() local
240 starts[0][0] = 0; starts[0][1] = 0; counts[0][0] = 1; counts[0][1] = 1; in main() local
241 starts[1][0] = 0; starts[1][1] = 2; counts[1][0] = 1; counts[1][1] = 2; in main()
248 starts[0][0] = 0; starts[0][1] = 1; counts[0][0] = 1; counts[0][1] = 1; in main() local
254 starts[0][0] = 0; starts[0][1] = 0; counts[0][0] = 1; counts[0][1] = 1; in main() local
392 free(starts[0]); in main()
[all …]
H A Dvarn_contig.c134 starts[i] = starts[i-1] + NDIMS; in main()
141 starts[0][y] = 3; starts[0][x] = 0; counts[0][y] = 1; counts[0][x] = 3; in main()
142 starts[1][y] = 3; starts[1][x] = 4; counts[1][y] = 1; counts[1][x] = 3; in main()
143 starts[2][y] = 3; starts[2][x] = 3; counts[2][y] = 1; counts[2][x] = 1; in main()
144 starts[3][y] = 3; starts[3][x] = 7; counts[3][y] = 1; counts[3][x] = 3; in main()
152 starts[0][y] = 0; starts[0][x] = 3; counts[0][y] = 1; counts[0][x] = 2; in main()
153 starts[1][y] = 0; starts[1][x] = 8; counts[1][y] = 1; counts[1][x] = 2; in main()
154 starts[2][y] = 0; starts[2][x] = 5; counts[2][y] = 1; counts[2][x] = 2; in main()
155 starts[3][y] = 0; starts[3][x] = 7; counts[3][y] = 1; counts[3][x] = 1; in main()
220 free(starts[0]); in main()
[all …]
H A Dvarn_int.c155 starts[i] = starts[i-1] + NDIMS; in main()
162 starts[0][y] = 0; starts[0][x] = 5; counts[0][y] = 1; counts[0][x] = 2; in main()
163 starts[1][y] = 1; starts[1][x] = 0; counts[1][y] = 1; counts[1][x] = 1; in main()
164 starts[2][y] = 2; starts[2][x] = 6; counts[2][y] = 1; counts[2][x] = 2; in main()
165 starts[3][y] = 3; starts[3][x] = 0; counts[3][y] = 1; counts[3][x] = 3; in main()
173 starts[0][y] = 0; starts[0][x] = 3; counts[0][y] = 1; counts[0][x] = 2; in main()
174 starts[1][y] = 0; starts[1][x] = 8; counts[1][y] = 1; counts[1][x] = 2; in main()
252 permute(starts[1], starts[2]); permute(counts[1], counts[2]); in main()
253 permute(starts[2], starts[3]); permute(counts[2], counts[3]); in main()
317 free(starts[0]); in main()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/ohler55/ojg/alt/
H A Dbuilder.go25 b.starts = b.starts[:0]
38 if len(b.starts) == 0 || 0 <= b.starts[len(b.starts)-1] {
44 } else if 0 < len(b.starts) && b.starts[len(b.starts)-1] < 0 {
47 b.starts = append(b.starts, -1)
58 if len(b.starts) == 0 || 0 <= b.starts[len(b.starts)-1] {
62 } else if 0 < len(b.starts) && b.starts[len(b.starts)-1] < 0 {
65 b.starts = append(b.starts, len(b.stack))
76 if len(b.starts) == 0 || 0 <= b.starts[len(b.starts)-1] {
82 } else if 0 < len(b.starts) && b.starts[len(b.starts)-1] < 0 {
93 start := b.starts[len(b.starts)-1]
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/blast/unit_tests/api/
H A Dpsiblast_unit_test.cpp241 copy(&starts[0], &starts[STATIC_ARRAY_SIZE(starts)], in BOOST_FIXTURE_TEST_SUITE()
257 copy(&starts[0], &starts[STATIC_ARRAY_SIZE(starts)], in BOOST_FIXTURE_TEST_SUITE()
417 copy(&starts[0], &starts[STATIC_ARRAY_SIZE(starts)], in BOOST_AUTO_TEST_CASE()
436 copy(&starts[0], &starts[STATIC_ARRAY_SIZE(starts)], in BOOST_AUTO_TEST_CASE()
509 copy(&starts[0], &starts[STATIC_ARRAY_SIZE(starts)], in BOOST_AUTO_TEST_CASE()
529 copy(&starts[0], &starts[STATIC_ARRAY_SIZE(starts)], in BOOST_AUTO_TEST_CASE()
625 copy(&starts[0], &starts[STATIC_ARRAY_SIZE(starts)], in BOOST_AUTO_TEST_CASE()
639 copy(&starts[0], &starts[STATIC_ARRAY_SIZE(starts)], in BOOST_AUTO_TEST_CASE()
657 copy(&starts[0], &starts[STATIC_ARRAY_SIZE(starts)], in BOOST_AUTO_TEST_CASE()
680 copy(&starts[0], &starts[STATIC_ARRAY_SIZE(starts)], in BOOST_AUTO_TEST_CASE()
[all …]
H A Ddelta_unit_test.cpp258 copy(&starts[0], &starts[STATIC_ARRAY_SIZE(starts)], in BOOST_FIXTURE_TEST_SUITE()
274 copy(&starts[0], &starts[STATIC_ARRAY_SIZE(starts)], in BOOST_FIXTURE_TEST_SUITE()
288 copy(&starts[0], &starts[STATIC_ARRAY_SIZE(starts)], in BOOST_FIXTURE_TEST_SUITE()
337 copy(&starts[0], &starts[STATIC_ARRAY_SIZE(starts)], in BOOST_FIXTURE_TEST_SUITE()
351 copy(&starts[0], &starts[STATIC_ARRAY_SIZE(starts)], in BOOST_FIXTURE_TEST_SUITE()
367 copy(&starts[0], &starts[STATIC_ARRAY_SIZE(starts)], in BOOST_FIXTURE_TEST_SUITE()
381 copy(&starts[0], &starts[STATIC_ARRAY_SIZE(starts)], in BOOST_FIXTURE_TEST_SUITE()
396 copy(&starts[0], &starts[STATIC_ARRAY_SIZE(starts)], in BOOST_FIXTURE_TEST_SUITE()
410 copy(&starts[0], &starts[STATIC_ARRAY_SIZE(starts)], in BOOST_FIXTURE_TEST_SUITE()
424 copy(&starts[0], &starts[STATIC_ARRAY_SIZE(starts)], in BOOST_FIXTURE_TEST_SUITE()
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/algo/blast/unit_tests/api/
H A Dpsiblast_unit_test.cpp241 copy(&starts[0], &starts[STATIC_ARRAY_SIZE(starts)], in BOOST_FIXTURE_TEST_SUITE()
257 copy(&starts[0], &starts[STATIC_ARRAY_SIZE(starts)], in BOOST_FIXTURE_TEST_SUITE()
417 copy(&starts[0], &starts[STATIC_ARRAY_SIZE(starts)], in BOOST_AUTO_TEST_CASE()
436 copy(&starts[0], &starts[STATIC_ARRAY_SIZE(starts)], in BOOST_AUTO_TEST_CASE()
509 copy(&starts[0], &starts[STATIC_ARRAY_SIZE(starts)], in BOOST_AUTO_TEST_CASE()
529 copy(&starts[0], &starts[STATIC_ARRAY_SIZE(starts)], in BOOST_AUTO_TEST_CASE()
625 copy(&starts[0], &starts[STATIC_ARRAY_SIZE(starts)], in BOOST_AUTO_TEST_CASE()
639 copy(&starts[0], &starts[STATIC_ARRAY_SIZE(starts)], in BOOST_AUTO_TEST_CASE()
657 copy(&starts[0], &starts[STATIC_ARRAY_SIZE(starts)], in BOOST_AUTO_TEST_CASE()
680 copy(&starts[0], &starts[STATIC_ARRAY_SIZE(starts)], in BOOST_AUTO_TEST_CASE()
[all …]
H A Ddelta_unit_test.cpp258 copy(&starts[0], &starts[STATIC_ARRAY_SIZE(starts)], in BOOST_FIXTURE_TEST_SUITE()
274 copy(&starts[0], &starts[STATIC_ARRAY_SIZE(starts)], in BOOST_FIXTURE_TEST_SUITE()
288 copy(&starts[0], &starts[STATIC_ARRAY_SIZE(starts)], in BOOST_FIXTURE_TEST_SUITE()
337 copy(&starts[0], &starts[STATIC_ARRAY_SIZE(starts)], in BOOST_FIXTURE_TEST_SUITE()
351 copy(&starts[0], &starts[STATIC_ARRAY_SIZE(starts)], in BOOST_FIXTURE_TEST_SUITE()
367 copy(&starts[0], &starts[STATIC_ARRAY_SIZE(starts)], in BOOST_FIXTURE_TEST_SUITE()
381 copy(&starts[0], &starts[STATIC_ARRAY_SIZE(starts)], in BOOST_FIXTURE_TEST_SUITE()
396 copy(&starts[0], &starts[STATIC_ARRAY_SIZE(starts)], in BOOST_FIXTURE_TEST_SUITE()
410 copy(&starts[0], &starts[STATIC_ARRAY_SIZE(starts)], in BOOST_FIXTURE_TEST_SUITE()
424 copy(&starts[0], &starts[STATIC_ARRAY_SIZE(starts)], in BOOST_FIXTURE_TEST_SUITE()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/stc/scintilla/src/
H A DRunStyles.cxx47 starts->RemovePartition(run); in RemoveRun()
52 if ((run < starts->Partitions()) && (starts->Partitions() > 1)) { in RemoveRunIfEmpty()
53 if (starts->PositionFromPartition(run) == starts->PositionFromPartition(run+1)) { in RemoveRunIfEmpty()
68 starts = new Partitioning(8); in RunStyles()
74 delete starts; in ~RunStyles()
75 starts = NULL; in ~RunStyles()
81 return starts->PositionFromPartition(starts->Partitions()); in Length()
108 return starts->PositionFromPartition(starts->PartitionFromPosition(position)); in StartRun()
112 return starts->PositionFromPartition(starts->PartitionFromPosition(position) + 1); in EndRun()
192 delete starts; in DeleteAll()
[all …]
/dports/x11-toolkits/fxscintilla/fxscintilla-2.28.0/src/
H A DRunStyles.cxx47 starts->RemovePartition(run); in RemoveRun()
52 if ((run < starts->Partitions()) && (starts->Partitions() > 1)) { in RemoveRunIfEmpty()
53 if (starts->PositionFromPartition(run) == starts->PositionFromPartition(run+1)) { in RemoveRunIfEmpty()
68 starts = new Partitioning(8); in RunStyles()
74 delete starts; in ~RunStyles()
75 starts = NULL; in ~RunStyles()
81 return starts->PositionFromPartition(starts->Partitions()); in Length()
108 return starts->PositionFromPartition(starts->PartitionFromPosition(position)); in StartRun()
112 return starts->PositionFromPartition(starts->PartitionFromPosition(position) + 1); in EndRun()
192 delete starts; in DeleteAll()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/stc/scintilla/src/
H A DRunStyles.cxx47 starts->RemovePartition(run); in RemoveRun()
52 if ((run < starts->Partitions()) && (starts->Partitions() > 1)) { in RemoveRunIfEmpty()
53 if (starts->PositionFromPartition(run) == starts->PositionFromPartition(run+1)) { in RemoveRunIfEmpty()
68 starts = new Partitioning(8); in RunStyles()
74 delete starts; in ~RunStyles()
75 starts = NULL; in ~RunStyles()
81 return starts->PositionFromPartition(starts->Partitions()); in Length()
108 return starts->PositionFromPartition(starts->PartitionFromPosition(position)); in StartRun()
112 return starts->PositionFromPartition(starts->PartitionFromPosition(position) + 1); in EndRun()
192 delete starts; in DeleteAll()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/ohler55/ojg/gen/
H A Dbuilder.go17 b.starts = b.starts[:0]
37 if len(b.starts) == 0 || 0 <= b.starts[len(b.starts)-1] {
43 } else if 0 < len(b.starts) && b.starts[len(b.starts)-1] < 0 {
46 b.starts = append(b.starts, -1)
64 if len(b.starts) == 0 || 0 <= b.starts[len(b.starts)-1] {
68 } else if 0 < len(b.starts) && b.starts[len(b.starts)-1] < 0 {
71 b.starts = append(b.starts, len(b.stack))
89 if len(b.starts) == 0 || 0 <= b.starts[len(b.starts)-1] {
95 } else if 0 < len(b.starts) && b.starts[len(b.starts)-1] < 0 {
106 start := b.starts[len(b.starts)-1]
[all …]
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/scintilla/src/
H A DRunStyles.cxx50 starts->RemovePartition(run); in RemoveRun()
55 if ((run < starts->Partitions()) && (starts->Partitions() > 1)) { in RemoveRunIfEmpty()
56 if (starts->PositionFromPartition(run) == starts->PositionFromPartition(run+1)) { in RemoveRunIfEmpty()
71 starts = new Partitioning(8); in RunStyles()
77 delete starts; in ~RunStyles()
78 starts = NULL; in ~RunStyles()
84 return starts->PositionFromPartition(starts->Partitions()); in Length()
111 return starts->PositionFromPartition(starts->PartitionFromPosition(position)); in StartRun()
115 return starts->PositionFromPartition(starts->PartitionFromPosition(position) + 1); in EndRun()
201 delete starts; in DeleteAll()
[all …]
/dports/deskutils/presage/presage-0.9.1/apps/gtk/gprompter/scintilla/src/
H A DRunStyles.cxx50 starts->RemovePartition(run); in RemoveRun()
55 if ((run < starts->Partitions()) && (starts->Partitions() > 1)) { in RemoveRunIfEmpty()
56 if (starts->PositionFromPartition(run) == starts->PositionFromPartition(run+1)) { in RemoveRunIfEmpty()
71 starts = new Partitioning(8); in RunStyles()
77 delete starts; in ~RunStyles()
78 starts = NULL; in ~RunStyles()
84 return starts->PositionFromPartition(starts->Partitions()); in Length()
111 return starts->PositionFromPartition(starts->PartitionFromPosition(position)); in StartRun()
115 return starts->PositionFromPartition(starts->PartitionFromPosition(position) + 1); in EndRun()
201 delete starts; in DeleteAll()
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/stc/scintilla/src/
H A DRunStyles.cxx51 starts->RemovePartition(run); in RemoveRun()
56 if ((run < starts->Partitions()) && (starts->Partitions() > 1)) { in RemoveRunIfEmpty()
57 if (starts->PositionFromPartition(run) == starts->PositionFromPartition(run+1)) { in RemoveRunIfEmpty()
72 starts = new Partitioning(8); in RunStyles()
78 delete starts; in ~RunStyles()
79 starts = NULL; in ~RunStyles()
85 return starts->PositionFromPartition(starts->Partitions()); in Length()
112 return starts->PositionFromPartition(starts->PartitionFromPosition(position)); in StartRun()
116 return starts->PositionFromPartition(starts->PartitionFromPosition(position) + 1); in EndRun()
202 delete starts; in DeleteAll()
[all …]
/dports/editors/fxite/fxite-FXITE-0_92/fxscintilla/
H A DRunStyles.cxx50 starts->RemovePartition(run); in RemoveRun()
55 if ((run < starts->Partitions()) && (starts->Partitions() > 1)) { in RemoveRunIfEmpty()
56 if (starts->PositionFromPartition(run) == starts->PositionFromPartition(run+1)) { in RemoveRunIfEmpty()
71 starts = new Partitioning(8); in RunStyles()
77 delete starts; in ~RunStyles()
78 starts = NULL; in ~RunStyles()
84 return starts->PositionFromPartition(starts->Partitions()); in Length()
111 return starts->PositionFromPartition(starts->PartitionFromPosition(position)); in StartRun()
115 return starts->PositionFromPartition(starts->PartitionFromPosition(position) + 1); in EndRun()
201 delete starts; in DeleteAll()
[all …]

12345678910>>...312