Home
last modified time | relevance | path

Searched refs:starts (Results 76 – 100 of 23538) sorted by relevance

12345678910>>...942

/dports/comms/sunxi-tools/sunxi-tools-1.4.2/tests/
H A Dunify-fex.c32 #define starts(str, literal) \ macro
73 if (starts(p, "port:")) { in main()
102 int hex = starts(line, "csi_twi_addr"); in main()
103 hex |= starts(line, "ctp_twi_addr"); in main()
104 hex |= starts(line, "dram_baseaddr"); in main()
105 hex |= starts(line, "dram_emr"); in main()
106 hex |= starts(line, "dram_tpr"); in main()
107 hex |= starts(line, "dram_zq"); in main()
108 hex |= starts(line, "g2d_size"); in main()
110 hex |= starts(line, "lcd_gamma_tbl_"); in main()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/meta/streams/piping/
H A Dclose-propagation-backward.serviceworker.https.html.ini2 …[Closing must be propagated backward: starts closed; preventCancel omitted; fulfilled cancel promi…
5 …[Closing must be propagated backward: starts closed; preventCancel omitted; rejected cancel promis…
11 …[Closing must be propagated backward: starts closed; preventCancel = null (falsy); fulfilled cance…
17 …[Closing must be propagated backward: starts closed; preventCancel = 0 (falsy); fulfilled cancel p…
26 …[Closing must be propagated backward: starts closed; preventCancel = (falsy); fulfilled cancel pr…
29 [Closing must be propagated backward: starts closed; preventCancel = true (truthy)]
32 [Closing must be propagated backward: starts closed; preventCancel = a (truthy)]
35 [Closing must be propagated backward: starts closed; preventCancel = 1 (truthy)]
38 [Closing must be propagated backward: starts closed; preventCancel = Symbol() (truthy)]
41 [Closing must be propagated backward: starts closed; preventCancel = [object Object\] (truthy)]
[all …]
H A Dclose-propagation-backward.sharedworker.html.ini2 …[Closing must be propagated backward: starts closed; preventCancel omitted; fulfilled cancel promi…
5 …[Closing must be propagated backward: starts closed; preventCancel omitted; rejected cancel promis…
11 …[Closing must be propagated backward: starts closed; preventCancel = null (falsy); fulfilled cance…
17 …[Closing must be propagated backward: starts closed; preventCancel = 0 (falsy); fulfilled cancel p…
26 …[Closing must be propagated backward: starts closed; preventCancel = (falsy); fulfilled cancel pr…
29 [Closing must be propagated backward: starts closed; preventCancel = true (truthy)]
32 [Closing must be propagated backward: starts closed; preventCancel = a (truthy)]
35 [Closing must be propagated backward: starts closed; preventCancel = 1 (truthy)]
38 [Closing must be propagated backward: starts closed; preventCancel = Symbol() (truthy)]
41 [Closing must be propagated backward: starts closed; preventCancel = [object Object\] (truthy)]
[all …]
H A Dclose-propagation-backward.dedicatedworker.html.ini2 …[Closing must be propagated backward: starts closed; preventCancel omitted; fulfilled cancel promi…
5 …[Closing must be propagated backward: starts closed; preventCancel omitted; rejected cancel promis…
11 …[Closing must be propagated backward: starts closed; preventCancel = null (falsy); fulfilled cance…
17 …[Closing must be propagated backward: starts closed; preventCancel = 0 (falsy); fulfilled cancel p…
26 …[Closing must be propagated backward: starts closed; preventCancel = (falsy); fulfilled cancel pr…
29 [Closing must be propagated backward: starts closed; preventCancel = true (truthy)]
32 [Closing must be propagated backward: starts closed; preventCancel = a (truthy)]
35 [Closing must be propagated backward: starts closed; preventCancel = 1 (truthy)]
38 [Closing must be propagated backward: starts closed; preventCancel = Symbol() (truthy)]
41 [Closing must be propagated backward: starts closed; preventCancel = [object Object\] (truthy)]
[all …]
H A Dclose-propagation-backward.html.ini2 …[Closing must be propagated backward: starts closed; preventCancel omitted; fulfilled cancel promi…
5 …[Closing must be propagated backward: starts closed; preventCancel omitted; rejected cancel promis…
11 …[Closing must be propagated backward: starts closed; preventCancel = null (falsy); fulfilled cance…
17 …[Closing must be propagated backward: starts closed; preventCancel = 0 (falsy); fulfilled cancel p…
26 …[Closing must be propagated backward: starts closed; preventCancel = (falsy); fulfilled cancel pr…
29 [Closing must be propagated backward: starts closed; preventCancel = true (truthy)]
32 [Closing must be propagated backward: starts closed; preventCancel = a (truthy)]
35 [Closing must be propagated backward: starts closed; preventCancel = 1 (truthy)]
38 [Closing must be propagated backward: starts closed; preventCancel = Symbol() (truthy)]
41 [Closing must be propagated backward: starts closed; preventCancel = [object Object\] (truthy)]
[all …]
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/
H A Dstarts_with.test2 Twig supports the "starts with" operator
4 {{ 'foo' starts with 'f' ? 'OK' : 'KO' }}
5 {{ not ('foo' starts with 'oo') ? 'OK' : 'KO' }}
6 {{ not ('foo' starts with 'foowaytoolong') ? 'OK' : 'KO' }}
7 {{ 'foo' starts with 'f' ? 'OK' : 'KO' }}
8 {{ 'foo' starts
10 {{ 'foo' starts with '' ? 'OK' : 'KO' }}
11 {{ '1' starts with true ? 'OK' : 'KO' }}
12 {{ '' starts with false ? 'OK' : 'KO' }}
13 {{ 'a' starts with false ? 'OK' : 'KO' }}
[all …]
/dports/science/pnetcdf/parallel-netcdf-1.8.1/examples/CXX/
H A Dtranspose.cpp118 starts[i] = rank / lower_dims % psizes[i]; in main()
130 starts[i] *= (len + i); /* start indices */ in main()
141 j*counts[2] + i] = (starts[0]+k)*gsizes[1]*gsizes[2] in main()
142 + (starts[1]+j)*gsizes[2] in main()
143 + (starts[2]+i); in main()
183 ZYX_id.putVar_all(starts, counts, &buf[0]); in main()
188 startsT[0] = starts[0]; startsT[1] = starts[2]; startsT[2] = starts[1]; in main()
195 startsT[0] = starts[1]; startsT[1] = starts[0]; startsT[2] = starts[2]; in main()
202 startsT[0] = starts[1]; startsT[1] = starts[2]; startsT[2] = starts[0]; in main()
209 startsT[0] = starts[2]; startsT[1] = starts[0]; startsT[2] = starts[1]; in main()
[all …]
/dports/science/colt/colt/src/cern/colt/matrix/impl/
H A DRCDoubleMatrix2D.java124 protected int[] starts; field in RCDoubleMatrix2D
169 for (int i=starts.length; --i >= 0; ) starts[i] = 0; in assign()
249 System.arraycopy(other.starts, 0, this.starts, 0, this.starts.length); in assign()
280 int low = starts[i]; in assign()
295 int low = starts[i]; in assign()
312 int low = starts[i]; in forEachNonZero()
341 int k = indexes.binarySearchFromTo(column,starts[row],starts[row+1]-1); in getQuick()
349 for (int i=starts.length; --i > row; ) starts[i]++; in insert()
378 for (int i=starts.length; --i > row; ) starts[i]--; in remove()
392 int k = indexes.binarySearchFromTo(column,starts[row],starts[row+1]-1); in setQuick()
[all …]
/dports/biology/gmap/gmap-2020-09-12/util/
H A Dgff3_splicesites.pl.in303 my @starts = ();
308 push @starts,$start;
312 shift @starts;
315 return (\@starts,\@ends);
320 my @starts = ();
325 push @starts,$start;
329 pop @starts;
346 $query = sprintf("%s:%u..%u",$chr,$starts[$i]-2,$starts[$i]-1);
353 $query = sprintf("%s:%u..%u",$chr,$starts[$i]-1,$starts[$i]-2);
409 $query = sprintf("%s:%u..%u",$chr,$starts[$i]-2,$starts[$i]-1);
[all …]
H A Dpsl_introns.pl.in49 @starts = split ",",$fields[$opt_s + 8];
57 print_exons(\@starts,\@ends,$acc,$chr,$strand);
94 my ($starts, $ends, $acc, $chr, $strand) = @_;
96 shift @ {$starts};
101 $intron_length = $ {$starts}[$i] - $ {$ends}[$i];
106 printf ">%s.intron%d/%d %s:%u..%u\n",$acc,$i+1,$nexons-1,$chr,$ {$ends}[$i],$ {$starts}[$i]+1;
113 $command = sprintf "$GET_GENOME %s:%u..%u",$chr,$ {$starts}[$i]-1,$ {$starts}[$i];
123 printf ">%s.intron%d/%d %s:%u..%u",$acc,$i+1,$nexons-1,$chr,$ {$ends}[$i],$ {$starts}[$i]+1;
138 @starts = reverse @starts;
141 $intron_length = $ {$starts}[$i] - $ {$ends}[$i];
[all …]
H A Dgff3_introns.pl.in302 my @starts = ();
307 push @starts,$start;
311 shift @starts;
314 return (\@starts,\@ends);
319 my @starts = ();
324 push @starts,$start;
328 pop @starts;
345 $query = sprintf("%s:%u..%u",$chr,$starts[$i]-2,$starts[$i]-1);
352 $query = sprintf("%s:%u..%u",$chr,$starts[$i]-1,$starts[$i]-2);
407 $query = sprintf("%s:%u..%u",$chr,$starts[$i]-2,$starts[$i]-1);
[all …]
/dports/science/pnetcdf/parallel-netcdf-1.8.1/examples/C/
H A Dtranspose.c68 MPI_Offset gsizes[NDIMS], starts[NDIMS], counts[NDIMS], imap[NDIMS]; in main() local
110 starts[i] = rank / lower_dims % psizes[i]; in main()
133 j*counts[2] + i] = (starts[0]+k)*gsizes[1]*gsizes[2] in main()
134 + (starts[1]+j)*gsizes[2] in main()
135 + (starts[2]+i); in main()
194 err = ncmpi_put_vara_int_all(ncid, ZYX_id, starts, counts, buf); in main()
199 startsT[0] = starts[0]; startsT[1] = starts[2]; startsT[2] = starts[1]; in main()
207 startsT[0] = starts[1]; startsT[1] = starts[0]; startsT[2] = starts[2]; in main()
215 startsT[0] = starts[1]; startsT[1] = starts[2]; startsT[2] = starts[0]; in main()
223 startsT[0] = starts[2]; startsT[1] = starts[0]; startsT[2] = starts[1]; in main()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/ohler55/ojg/sen/
H A Dtokenizer.go69 t.starts = t.starts[:0]
101 t.starts = t.starts[:0]
206 t.starts = append(t.starts, objectStart)
224 t.starts = t.starts[0:depth]
226 t.exkey = 0 < len(t.starts) && t.starts[len(t.starts)-1] == objectStart
301 t.starts = append(t.starts, arrayStart)
319 t.starts = t.starts[:len(t.starts)-1]
321 t.exkey = 0 < len(t.starts) && t.starts[len(t.starts)-1] == objectStart
478 t.exkey = 0 < len(t.starts) && t.starts[len(t.starts)-1] == objectStart
490 t.exkey = 0 < len(t.starts) && t.starts[len(t.starts)-1] == objectStart
[all …]
/dports/astro/kstars/kstars-3.5.6/kstars/data/
H A DTZrules.dat1 #"US": DST starts on the first Sunday of April, reverts on the
6 #"MX": DST starts on the 1st Sunday of May, and switch back on
10 #"EU": DST starts on the last Sunday of March, reverts on last
17 #"IR": DST starts Mar 21, reverts Sep 22 (0:00) (note: these
23 #"ZN": DST starts Apr 1, reverts Oct 1 (1:00). Israel has no
27 #"JD": DST starts last Thu of Mar, reverts last Thu of Sep (0:00)
35 #"SY": DST starts Apr 1, reverts Oct 1 (0:00). (Syria)
38 #"TS": DST starts 1st Sun in Oct, reverts last Sun in Mar (2:00)
44 #"NZ": DST starts 1st Sun in Oct, reverts 3rd Sun in Mar (2:00)
47 #"CZ": DST starts 1st Sun in Oct, reverts 3rd Sun in Mar (2:45)
[all …]
/dports/sysutils/busybox/busybox-1.26.2/util-linux/
H A Dfdisk_sun.c382 *stop = starts[i]; in fetch_sun()
389 starts[i] = 0; in fetch_sun()
423 if (starts[j] == starts[i]+lens[i]) { in verify_sun()
424 starts[j] = starts[i]; lens[j] += lens[i]; in verify_sun()
426 } else if (starts[i] == starts[j]+lens[j]){ in verify_sun()
430 if (starts[i] < starts[j]+lens[j] in verify_sun()
431 && starts[j] < starts[i]+lens[i]) { in verify_sun()
459 if (starts[array[0]]) in verify_sun()
530 if (lens[i] && starts[i] <= first && starts[i] + lens[i] > first) in add_sun_partition()
544 if (starts[i] > first && starts[i] < stop) in add_sun_partition()
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/functions/
H A DFN_array_spans.hh50 const T *const *starts; member
97 this->data_.starts_and_sizes.starts = nullptr; in VArraySpan()
110 VArraySpan(Span<const T *> starts, Span<int64_t> sizes) in VArraySpan() argument
112 BLI_assert(starts.size() == sizes.size()); in VArraySpan()
113 this->virtual_size_ = starts.size(); in VArraySpan()
115 this->data_.starts_and_sizes.starts = starts.begin(); in VArraySpan()
127 return VSpan<T>(Span<T>(this->data_.starts_and_sizes.starts[index], in operator []()
151 this->data_.starts_and_sizes.starts = nullptr; in GVArraySpan()
166 BLI_assert(starts.size() == sizes.size()); in GVArraySpan()
168 this->virtual_size_ = starts.size(); in GVArraySpan()
[all …]
/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/extlib/tlx/tlx/sort/
H A Dparallel_mergesort.hpp66 simple_vector<DiffType> starts; member
78 : starts(num_threads + 1), in PMWMSSortingData()
102 sd->starts[iam + 1] - sd->starts[iam], in determine_samples()
132 DiffType length_local = sd->starts[iam + 1] - sd->starts[iam]; in parallel_sort_mwms_pu()
172 sd->temporary[s] + sd->starts[s + 1] - sd->starts[s], in parallel_sort_mwms_pu()
183 sd->temporary[s] + sd->starts[s + 1] - sd->starts[s], in parallel_sort_mwms_pu()
189 sd->pieces[iam][s].end = sd->starts[s + 1] - sd->starts[s]; in parallel_sort_mwms_pu()
202 sd->temporary[s] + sd->starts[s + 1] - sd->starts[s]); in parallel_sort_mwms_pu()
218 sd->pieces[iam][seq].end = sd->starts[seq + 1] - sd->starts[seq]; in parallel_sort_mwms_pu()
312 DiffType* starts = sd.starts.data(); in parallel_mergesort_base() local
[all …]
/dports/devel/tlx/tlx-0.5.20200222-5-g8982a9d/tlx/sort/
H A Dparallel_mergesort.hpp66 simple_vector<DiffType> starts; member
78 : starts(num_threads + 1), in PMWMSSortingData()
102 sd->starts[iam + 1] - sd->starts[iam], in determine_samples()
132 DiffType length_local = sd->starts[iam + 1] - sd->starts[iam]; in parallel_sort_mwms_pu()
172 sd->temporary[s] + sd->starts[s + 1] - sd->starts[s], in parallel_sort_mwms_pu()
183 sd->temporary[s] + sd->starts[s + 1] - sd->starts[s], in parallel_sort_mwms_pu()
189 sd->pieces[iam][s].end = sd->starts[s + 1] - sd->starts[s]; in parallel_sort_mwms_pu()
202 sd->temporary[s] + sd->starts[s + 1] - sd->starts[s]); in parallel_sort_mwms_pu()
218 sd->pieces[iam][seq].end = sd->starts[seq + 1] - sd->starts[seq]; in parallel_sort_mwms_pu()
312 DiffType* starts = sd.starts.data(); in parallel_mergesort_base() local
[all …]
/dports/science/plumed/plumed2-2.7.2/src/crystallization/
H A DGradientVessel.cpp36 std::vector<unsigned> starts; member in PLMD::crystallization::GradientVessel
70 starts.push_back(0); in GradientVessel()
72 starts.push_back( vg->nbins[0] ); in GradientVessel()
77 starts.push_back( nweights ); in GradientVessel()
80 starts.push_back( vg->nbins[1] ); in GradientVessel()
83 starts.push_back( nweights ); in GradientVessel()
157 for(unsigned j=0; j<starts.size()-1; ++j) { in finish()
158 for(unsigned bin=starts[j]; bin<starts[j+1]; ++bin) { in finish()
160 if( bin==starts[j] ) { in finish()
179 for(unsigned bin=starts[j]; bin<starts[j+1]; ++bin) { in finish()
[all …]
/dports/biology/py-pybigwig/pyBigWig-0.3.18/
H A DpyBigWig.c1037 if(PyList_Check(starts)) sz = PyList_Size(starts);
1039 if(PyArray_Check(starts)) sz += PyArray_Size(starts);
1204 if(PyList_Check(starts)) sz = PyList_Size(starts);
1206 if(PyArray_Check(starts)) sz += PyArray_Size(starts);
1281 if(PyList_Check(starts)) sz = PyList_Size(starts);
1283 if(PyArray_Check(starts)) sz += PyArray_Size(starts);
1342 if(PyList_Check(starts)) sz = PyList_Size(starts);
1406 if(PyList_Check(starts)) sz = PyList_Size(starts);
1558 if(PyList_Check(starts)) sz = PyList_Size(starts);
1560 if(PyArray_Check(starts)) sz += PyArray_Size(starts);
[all …]
/dports/x11/rofi/rofi-1.6.1/source/dialogs/
H A Dcombi.c57 unsigned int *starts; member
104 pd->starts[i] = length; in combi_mode_get_num_entries()
117 pd->starts = g_malloc0 ( sizeof ( int ) * pd->num_switchers ); in combi_mode_init()
134 g_free ( pd->starts ); in combi_mode_destroy()
178 if ( selected_line >= pd->starts[i] && in combi_mode_result()
179 selected_line < ( pd->starts[i] + pd->lengths[i] ) ) { in combi_mode_result()
195 if ( index >= pd->starts[i] && index < ( pd->starts[i] + pd->lengths[i] ) ) { in combi_mode_match()
206 … if ( selected_line >= pd->starts[i] && selected_line < ( pd->starts[i] + pd->lengths[i] ) ) { in combi_mgrv()
214 … if ( selected_line >= pd->starts[i] && selected_line < ( pd->starts[i] + pd->lengths[i] ) ) { in combi_mgrv()
246 if ( index >= pd->starts[i] && index < ( pd->starts[i] + pd->lengths[i] ) ) { in combi_get_completion()
[all …]
/dports/x11/rofi-wayland/rofi-1.6.1-wayland/source/dialogs/
H A Dcombi.c57 unsigned int *starts; member
104 pd->starts[i] = length; in combi_mode_get_num_entries()
117 pd->starts = g_malloc0 ( sizeof ( int ) * pd->num_switchers ); in combi_mode_init()
134 g_free ( pd->starts ); in combi_mode_destroy()
178 if ( selected_line >= pd->starts[i] && in combi_mode_result()
179 selected_line < ( pd->starts[i] + pd->lengths[i] ) ) { in combi_mode_result()
195 if ( index >= pd->starts[i] && index < ( pd->starts[i] + pd->lengths[i] ) ) { in combi_mode_match()
206 … if ( selected_line >= pd->starts[i] && selected_line < ( pd->starts[i] + pd->lengths[i] ) ) { in combi_mgrv()
214 … if ( selected_line >= pd->starts[i] && selected_line < ( pd->starts[i] + pd->lengths[i] ) ) { in combi_mgrv()
246 if ( index >= pd->starts[i] && index < ( pd->starts[i] + pd->lengths[i] ) ) { in combi_get_completion()
[all …]
/dports/science/pnetcdf/parallel-netcdf-1.8.1/benchmarks/FLASH-IO/
H A Dplotfile_ncmpi_parallel.F90458 starts(1) = 1
478 starts(1) = 1
495 starts(1) = 1
514 starts(1) = 1
515 starts(2) = 1
604 starts(1) = 1
605 starts(2) = 1
606 starts(3) = 1
628 starts(1) = 1
629 starts(2) = 1
[all …]
/dports/textproc/p5-KinoSearch1/KinoSearch1-1.01/lib/KinoSearch1/Index/
H A DMultiReader.pm11 starts => undef,
28 $self->{starts} ||= [];
36 my @starts;
39 push @starts, $max_doc;
42 $self->{starts} = \@starts;
62 starts => $self->{starts},
78 $doc_num -= $self->{starts}[$reader_index];
95 my $starts = $self->{starts};
96 my ( $lo, $mid, $hi ) = ( 0, undef, $#$starts );
99 my $mid_start = $starts->[$mid];
[all …]
/dports/math/jacop/jacop-4.8.0/src/main/java/org/jacop/examples/fd/
H A DFurnitureMoving.java62 IntVar[] starts; field in FurnitureMoving
79 starts = new IntVar[4]; in model()
80 starts[0] = Sp; in model()
81 starts[1] = Sc; in model()
82 starts[2] = Sb; in model()
83 starts[3] = St; in model()
85 store.impose(new SumInt(starts, "==", sumStartTimes)); in model()
101 store.impose(new XplusYeqZ(starts[i], durations[i], endTimes[i])); in model()
116 for (IntVar s : starts) in model()
185 …"Piano: " + starts[0].value() + " .. " + endTimes[0].value() + "\n" + "Chair: " + starts[1].value(… in searchSpecific()
[all …]

12345678910>>...942