Home
last modified time | relevance | path

Searched refs:this_end (Results 1 – 25 of 185) sorted by relevance

12345678

/dports/science/libkml/libkml-1.3.0/src/kml/base/
H A Dcsv_splitter.cc41 size_t CsvSplitter::FindNextLine(size_t* this_end) const { in FindNextLine()
44 if (this_end) { in FindNextLine()
45 *this_end = csv_data_.size(); in FindNextLine()
48 if (this_end) { in FindNextLine()
49 *this_end = nl; in FindNextLine()
61 size_t this_end; in SplitCurrentLine() local
62 current_line_ = FindNextLine(&this_end); in SplitCurrentLine()
64 SplitQuotedUsing(csv_data_.data() + this_begin, this_end - this_begin, ',', in SplitCurrentLine()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/mime/src/
H A Dmimetric.cpp65 const char* this_end; in MimeRichtextConvert() local
96 this_end = this_start; in MimeRichtextConvert()
98 while (this_end < data_end) { in MimeRichtextConvert()
104 this_end = this_start; in MimeRichtextConvert()
108 this_end++; in MimeRichtextConvert()
109 while (this_end < data_end && !IS_SPACE(*this_end) && *this_end != '<' && in MimeRichtextConvert()
110 *this_end != '>' && *this_end != '&') in MimeRichtextConvert()
111 this_end++; in MimeRichtextConvert()
114 this_end++; in MimeRichtextConvert()
142 } else if (this_start != this_end) { in MimeRichtextConvert()
[all …]
/dports/science/libkml/libkml-1.3.0/tests/kml/base/
H A Dcsv_splitter_test.cc45 size_t this_end; in TEST() local
46 size_t next_begin = csv_splitter.FindNextLine(&this_end); in TEST()
47 ASSERT_EQ(static_cast<size_t>(8), this_end); in TEST()
71 size_t this_end; in TEST() local
72 size_t next_begin = csv_splitter.FindNextLine(&this_end); in TEST()
73 ASSERT_EQ(static_cast<size_t>(8), this_end); in TEST()
98 size_t this_end; in TEST() local
99 size_t next_begin = csv_splitter.FindNextLine(&this_end); in TEST()
100 ASSERT_EQ(static_cast<size_t>(5), this_end); in TEST()
/dports/multimedia/v4l_compat/linux-5.13-rc2/mm/
H A Dmemtest.c69 phys_addr_t this_start, this_end; in do_one_pass() local
72 &this_end, NULL) { in do_one_pass()
74 this_end = clamp(this_end, start, end); in do_one_pass()
75 if (this_start < this_end) { in do_one_pass()
77 &this_start, &this_end, cpu_to_be64(pattern)); in do_one_pass()
78 memtest(pattern, this_start, this_end - this_start); in do_one_pass()
H A Dhighmem.c383 unsigned this_end = min_t(unsigned, end1, PAGE_SIZE); in zero_user_segments() local
387 memset(kaddr + start1, 0, this_end - start1); in zero_user_segments()
389 end1 -= this_end; in zero_user_segments()
397 unsigned this_end = min_t(unsigned, end2, PAGE_SIZE); in zero_user_segments() local
402 memset(kaddr + start2, 0, this_end - start2); in zero_user_segments()
404 end2 -= this_end; in zero_user_segments()
H A Dmemblock.c212 phys_addr_t this_start, this_end, cand; in __memblock_find_range_bottom_up() local
215 for_each_free_mem_range(i, nid, flags, &this_start, &this_end, NULL) { in __memblock_find_range_bottom_up()
217 this_end = clamp(this_end, start, end); in __memblock_find_range_bottom_up()
220 if (cand < this_end && this_end - cand >= size) in __memblock_find_range_bottom_up()
247 phys_addr_t this_start, this_end, cand; in __memblock_find_range_top_down() local
250 for_each_free_mem_range_reverse(i, nid, flags, &this_start, &this_end, in __memblock_find_range_top_down()
253 this_end = clamp(this_end, start, end); in __memblock_find_range_top_down()
255 if (this_end < size) in __memblock_find_range_top_down()
258 cand = round_down(this_end - size, align); in __memblock_find_range_top_down()
/dports/multimedia/libv4l/linux-5.13-rc2/mm/
H A Dmemtest.c69 phys_addr_t this_start, this_end; in do_one_pass() local
72 &this_end, NULL) { in do_one_pass()
74 this_end = clamp(this_end, start, end); in do_one_pass()
75 if (this_start < this_end) { in do_one_pass()
77 &this_start, &this_end, cpu_to_be64(pattern)); in do_one_pass()
78 memtest(pattern, this_start, this_end - this_start); in do_one_pass()
H A Dhighmem.c383 unsigned this_end = min_t(unsigned, end1, PAGE_SIZE); in zero_user_segments() local
387 memset(kaddr + start1, 0, this_end - start1); in zero_user_segments()
389 end1 -= this_end; in zero_user_segments()
397 unsigned this_end = min_t(unsigned, end2, PAGE_SIZE); in zero_user_segments() local
402 memset(kaddr + start2, 0, this_end - start2); in zero_user_segments()
404 end2 -= this_end; in zero_user_segments()
H A Dmemblock.c212 phys_addr_t this_start, this_end, cand; in __memblock_find_range_bottom_up() local
215 for_each_free_mem_range(i, nid, flags, &this_start, &this_end, NULL) { in __memblock_find_range_bottom_up()
217 this_end = clamp(this_end, start, end); in __memblock_find_range_bottom_up()
220 if (cand < this_end && this_end - cand >= size) in __memblock_find_range_bottom_up()
247 phys_addr_t this_start, this_end, cand; in __memblock_find_range_top_down() local
250 for_each_free_mem_range_reverse(i, nid, flags, &this_start, &this_end, in __memblock_find_range_top_down()
253 this_end = clamp(this_end, start, end); in __memblock_find_range_top_down()
255 if (this_end < size) in __memblock_find_range_top_down()
258 cand = round_down(this_end - size, align); in __memblock_find_range_top_down()
/dports/multimedia/v4l-utils/linux-5.13-rc2/mm/
H A Dmemtest.c69 phys_addr_t this_start, this_end; in do_one_pass() local
72 &this_end, NULL) { in do_one_pass()
74 this_end = clamp(this_end, start, end); in do_one_pass()
75 if (this_start < this_end) { in do_one_pass()
77 &this_start, &this_end, cpu_to_be64(pattern)); in do_one_pass()
78 memtest(pattern, this_start, this_end - this_start); in do_one_pass()
H A Dhighmem.c383 unsigned this_end = min_t(unsigned, end1, PAGE_SIZE); in zero_user_segments() local
387 memset(kaddr + start1, 0, this_end - start1); in zero_user_segments()
389 end1 -= this_end; in zero_user_segments()
397 unsigned this_end = min_t(unsigned, end2, PAGE_SIZE); in zero_user_segments() local
402 memset(kaddr + start2, 0, this_end - start2); in zero_user_segments()
404 end2 -= this_end; in zero_user_segments()
H A Dmemblock.c212 phys_addr_t this_start, this_end, cand; in __memblock_find_range_bottom_up() local
215 for_each_free_mem_range(i, nid, flags, &this_start, &this_end, NULL) { in __memblock_find_range_bottom_up()
217 this_end = clamp(this_end, start, end); in __memblock_find_range_bottom_up()
220 if (cand < this_end && this_end - cand >= size) in __memblock_find_range_bottom_up()
247 phys_addr_t this_start, this_end, cand; in __memblock_find_range_top_down() local
250 for_each_free_mem_range_reverse(i, nid, flags, &this_start, &this_end, in __memblock_find_range_top_down()
253 this_end = clamp(this_end, start, end); in __memblock_find_range_top_down()
255 if (this_end < size) in __memblock_find_range_top_down()
258 cand = round_down(this_end - size, align); in __memblock_find_range_top_down()
/dports/biology/ncbi-toolkit/ncbi/tools/
H A Durkfltr.c271 Int4 i, loop, this_start, this_end; in FilterSeqPort() local
280 this_end = this_start + MAXSEQCHUNK; in FilterSeqPort()
285 this_end = end; in FilterSeqPort()
289 while (this_end <= end) in FilterSeqPort()
297 for (i = this_start; i <= this_end; i++) in FilterSeqPort()
307 if (this_end == end) in FilterSeqPort()
317 for (i = this_start; i <= this_end; i++) in FilterSeqPort()
335 this_start = this_end+1-fltp->window; in FilterSeqPort()
336 this_end = this_start + MAXSEQCHUNK; in FilterSeqPort()
337 if (this_end > end) in FilterSeqPort()
[all …]
/dports/devel/R-cran-Rcpp/Rcpp/inst/include/Rcpp/vector/
H A DVector.h631 iterator this_end(end()); in push_back__impl()
656 iterator this_end(end()); in push_back__impl()
681 iterator this_end(end()); in push_back_name__impl()
707 iterator this_end(end()); in push_back_name__impl()
736 iterator this_end(end()); in push_front__impl()
762 iterator this_end(end()); in push_front__impl()
790 iterator this_end(end()); in push_front_name__impl()
818 iterator this_end(end()); in push_front_name__impl()
849 iterator this_end = end() ; in insert__impl() local
889 iterator this_end = end() ; in insert__impl() local
[all …]
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/uk/ac/sanger/artemis/io/
H A DPartialSequence.java107 public char[] getCharSubSequence(int this_start, int this_end) in getCharSubSequence() argument
109 int subSeqLength = this_end-this_start+1; in getCharSubSequence()
114 this_end -= start; in getCharSubSequence()
116 for(int i=this_start;i<=this_end;i++) in getCharSubSequence()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/block/drbd/
H A Ddrbd_interval.c28 sector_t this_end = this->sector + (this->size >> 9); in drbd_insert_interval() local
37 if (here->end < this_end) in drbd_insert_interval()
38 here->end = this_end; in drbd_insert_interval()
51 this->end = this_end; in drbd_insert_interval()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/block/drbd/
H A Ddrbd_interval.c28 sector_t this_end = this->sector + (this->size >> 9); in drbd_insert_interval() local
37 if (here->end < this_end) in drbd_insert_interval()
38 here->end = this_end; in drbd_insert_interval()
51 this->end = this_end; in drbd_insert_interval()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/block/drbd/
H A Ddrbd_interval.c28 sector_t this_end = this->sector + (this->size >> 9); in drbd_insert_interval() local
37 if (here->end < this_end) in drbd_insert_interval()
38 here->end = this_end; in drbd_insert_interval()
51 this->end = this_end; in drbd_insert_interval()
/dports/math/stp/stp-2.3.3/lib/ToSat/ASTNode/
H A DClauseList.cpp46 ClauseContainer::iterator this_end = varphi1.cont.end(); in INPLACE_PRODUCT() local
51 for (; it1 != this_end; it1++) in INPLACE_PRODUCT()
/dports/devel/bloaty/bloaty-1.1/src/
H A Drange_map.cc226 uint64_t this_end = end; in AddDualRange() local
229 this_end = std::min(end, it->first); in AddDualRange()
234 assert(this_end >= addr); in AddDualRange()
236 it, std::make_pair(addr, Entry(label, this_end - addr, other))); in AddDualRange()
241 addr = this_end; in AddDualRange()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/sparc/kernel/
H A Dchmc.c351 u64 this_end; in jbusmc_dimm_group_size() local
355 this_end = this_base + ent->reg_size; in jbusmc_dimm_group_size()
356 if (base < this_base || base >= this_end) in jbusmc_dimm_group_size()
358 if (this_end > max) in jbusmc_dimm_group_size()
359 this_end = max; in jbusmc_dimm_group_size()
360 if (this_end > max_seen) in jbusmc_dimm_group_size()
361 max_seen = this_end; in jbusmc_dimm_group_size()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/sparc/kernel/
H A Dchmc.c351 u64 this_end; in jbusmc_dimm_group_size() local
355 this_end = this_base + ent->reg_size; in jbusmc_dimm_group_size()
356 if (base < this_base || base >= this_end) in jbusmc_dimm_group_size()
358 if (this_end > max) in jbusmc_dimm_group_size()
359 this_end = max; in jbusmc_dimm_group_size()
360 if (this_end > max_seen) in jbusmc_dimm_group_size()
361 max_seen = this_end; in jbusmc_dimm_group_size()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/sparc/kernel/
H A Dchmc.c351 u64 this_end; in jbusmc_dimm_group_size() local
355 this_end = this_base + ent->reg_size; in jbusmc_dimm_group_size()
356 if (base < this_base || base >= this_end) in jbusmc_dimm_group_size()
358 if (this_end > max) in jbusmc_dimm_group_size()
359 this_end = max; in jbusmc_dimm_group_size()
360 if (this_end > max_seen) in jbusmc_dimm_group_size()
361 max_seen = this_end; in jbusmc_dimm_group_size()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/core3/ipfilter/impl/
H A DIPAddressRangeManager.java187 long this_end = e.getMergedEndLong(); in isInRange() local
195 if ( address_long <= this_end ){ in isInRange()
204 }else if ( address_long == this_end ){ in isInRange()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/arc/tracing/
H A Darc_tracing_event.cc202 const int64_t this_end = this_start + GetDuration(); in ClassifyPositionOf() local
205 if (this_start <= other_start && this_end >= other_end) in ClassifyPositionOf()
207 if (this_end <= other_start) in ClassifyPositionOf()

12345678