Home
last modified time | relevance | path

Searched refs:off_ (Results 1 – 25 of 455) sorted by relevance

12345678910>>...19

/dports/www/firefox-esr/firefox-91.8.0/gfx/ots/include/
H A Dots-memory-stream.h18 : ptr_(ptr), length_(length), off_(0) { in MemoryStream()
22 if ((off_ + length > length_) || in WriteRaw()
27 off_ += length; in WriteRaw()
34 off_ = position; in Seek()
39 return off_; in Tell()
45 off_t off_; variable
64 if ((off_ + length > length_) || in WriteRaw()
81 off_ += length; in WriteRaw()
88 off_ = position; in Seek()
93 return off_; in Tell()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/ots/include/
H A Dots-memory-stream.h18 : ptr_(ptr), length_(length), off_(0) { in MemoryStream()
22 if ((off_ + length > length_) || in WriteRaw()
27 off_ += length; in WriteRaw()
34 off_ = position; in Seek()
39 return off_; in Tell()
45 off_t off_; variable
64 if ((off_ + length > length_) || in WriteRaw()
81 off_ += length; in WriteRaw()
88 off_ = position; in Seek()
93 return off_; in Tell()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ots/include/
H A Dots-memory-stream.h18 : ptr_(ptr), length_(length), off_(0) { in MemoryStream()
22 if ((off_ + length > length_) || in WriteRaw()
27 off_ += length; in WriteRaw()
34 off_ = position; in Seek()
39 return off_; in Tell()
45 off_t off_; variable
64 if ((off_ + length > length_) || in WriteRaw()
81 off_ += length; in WriteRaw()
88 off_ = position; in Seek()
93 return off_; in Tell()
[all …]
/dports/www/firefox/firefox-99.0/gfx/ots/include/
H A Dots-memory-stream.h18 : ptr_(ptr), length_(length), off_(0) { in MemoryStream()
22 if ((off_ + length > length_) || in WriteRaw()
27 off_ += length; in WriteRaw()
34 off_ = position; in Seek()
39 return off_; in Tell()
45 off_t off_; variable
64 if ((off_ + length > length_) || in WriteRaw()
81 off_ += length; in WriteRaw()
88 off_ = position; in Seek()
93 return off_; in Tell()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/ots/include/
H A Dots-memory-stream.h18 : ptr_(ptr), length_(length), off_(0) { in MemoryStream()
22 if ((off_ + length > length_) || in WriteRaw()
27 off_ += length; in WriteRaw()
34 off_ = position; in Seek()
39 return off_; in Tell()
45 off_t off_; variable
64 if ((off_ + length > length_) || in WriteRaw()
81 off_ += length; in WriteRaw()
88 off_ = position; in Seek()
93 return off_; in Tell()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/ots/include/
H A Dots-memory-stream.h18 : ptr_(ptr), length_(length), off_(0) { in MemoryStream()
22 if ((off_ + length > length_) || in WriteRaw()
27 off_ += length; in WriteRaw()
34 off_ = position; in Seek()
39 return off_; in Tell()
45 off_t off_; variable
64 if ((off_ + length > length_) || in WriteRaw()
81 off_ += length; in WriteRaw()
88 off_ = position; in Seek()
93 return off_; in Tell()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ots/include/
H A Dots-memory-stream.h18 : ptr_(ptr), length_(length), off_(0) { in MemoryStream()
22 if ((off_ + length > length_) || in WriteRaw()
27 off_ += length; in WriteRaw()
34 off_ = position; in Seek()
39 return off_; in Tell()
45 off_t off_; variable
64 if ((off_ + length > length_) || in WriteRaw()
81 off_ += length; in WriteRaw()
88 off_ = position; in Seek()
93 return off_; in Tell()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/ots/include/
H A Dots-memory-stream.h18 : ptr_(ptr), length_(length), off_(0) { in MemoryStream()
22 if ((off_ + length > length_) || in WriteRaw()
27 off_ += length; in WriteRaw()
34 off_ = position; in Seek()
39 return off_; in Tell()
45 off_t off_; variable
64 if ((off_ + length > length_) || in WriteRaw()
81 off_ += length; in WriteRaw()
88 off_ = position; in Seek()
93 return off_; in Tell()
[all …]
/dports/x11-fonts/ots/ots-8.1.4/include/
H A Dots-memory-stream.h18 : ptr_(ptr), length_(length), off_(0) { in MemoryStream()
22 if ((off_ + length > length_) || in WriteRaw()
27 off_ += length; in WriteRaw()
34 off_ = position; in Seek()
39 return off_; in Tell()
45 off_t off_; variable
64 if ((off_ + length > length_) || in WriteRaw()
81 off_ += length; in WriteRaw()
88 off_ = position; in Seek()
93 return off_; in Tell()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/iostreams/example/
H A Ddictionary_filter.hpp79 if (off_ != std::string::npos && off_ < current_word_.size()) in get()
80 return current_word_[off_++]; in get()
81 if (off_ == current_word_.size()) { in get()
83 off_ = std::string::npos; in get()
96 off_ = 0; in get()
114 off_ = std::string::npos; in close()
120 std::string::size_type off_; member in boost::iostreams::example::dictionary_input_filter
138 off_ = 0; in put()
152 std::swap(off, off_); in close()
177 off_ = string::npos; in write_current_word()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/iostreams/example/
H A Ddictionary_filter.hpp79 if (off_ != std::string::npos && off_ < current_word_.size()) in get()
80 return current_word_[off_++]; in get()
81 if (off_ == current_word_.size()) { in get()
83 off_ = std::string::npos; in get()
96 off_ = 0; in get()
114 off_ = std::string::npos; in close()
120 std::string::size_type off_; member in boost::iostreams::example::dictionary_input_filter
138 off_ = 0; in put()
152 std::swap(off, off_); in close()
177 off_ = string::npos; in write_current_word()
[all …]
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/libs/iostreams/example/
H A Ddictionary_filter.hpp79 if (off_ != std::string::npos && off_ < current_word_.size()) in get()
80 return current_word_[off_++]; in get()
83 off_ = std::string::npos; in get()
96 off_ = 0; in get()
114 off_ = std::string::npos; in close()
120 std::string::size_type off_; member in pdalboost::iostreams::example::dictionary_input_filter
138 off_ = 0; in put()
152 std::swap(off, off_); in close()
177 off_ = string::npos; in write_current_word()
180 off_ += result; in write_current_word()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/iostreams/example/
H A Ddictionary_filter.hpp79 if (off_ != std::string::npos && off_ < current_word_.size()) in get()
80 return current_word_[off_++]; in get()
83 off_ = std::string::npos; in get()
96 off_ = 0; in get()
114 off_ = std::string::npos; in close()
120 std::string::size_type off_; member in boost::iostreams::example::dictionary_input_filter
138 off_ = 0; in put()
152 std::swap(off, off_); in close()
177 off_ = string::npos; in write_current_word()
180 off_ += result; in write_current_word()
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/iostreams/example/
H A Ddictionary_filter.hpp79 if (off_ != std::string::npos && off_ < current_word_.size()) in get()
80 return current_word_[off_++]; in get()
83 off_ = std::string::npos; in get()
96 off_ = 0; in get()
114 off_ = std::string::npos; in close()
120 std::string::size_type off_; member in boost::iostreams::example::dictionary_input_filter
138 off_ = 0; in put()
152 std::swap(off, off_); in close()
177 off_ = string::npos; in write_current_word()
180 off_ += result; in write_current_word()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/iostreams/example/
H A Ddictionary_filter.hpp79 if (off_ != std::string::npos && off_ < current_word_.size()) in get()
80 return current_word_[off_++]; in get()
83 off_ = std::string::npos; in get()
96 off_ = 0; in get()
114 off_ = std::string::npos; in close()
120 std::string::size_type off_; member in boost::iostreams::example::dictionary_input_filter
138 off_ = 0; in put()
152 std::swap(off, off_); in close()
177 off_ = string::npos; in write_current_word()
180 off_ += result; in write_current_word()
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/iostreams/example/
H A Ddictionary_filter.hpp79 if (off_ != std::string::npos && off_ < current_word_.size()) in get()
80 return current_word_[off_++]; in get()
83 off_ = std::string::npos; in get()
96 off_ = 0; in get()
114 off_ = std::string::npos; in close()
120 std::string::size_type off_; member in boost::iostreams::example::dictionary_input_filter
138 off_ = 0; in put()
152 std::swap(off, off_); in close()
177 off_ = string::npos; in write_current_word()
180 off_ += result; in write_current_word()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/iostreams/example/
H A Ddictionary_filter.hpp79 if (off_ != std::string::npos && off_ < current_word_.size()) in get()
80 return current_word_[off_++]; in get()
81 if (off_ == current_word_.size()) { in get()
83 off_ = std::string::npos; in get()
96 off_ = 0; in get()
114 off_ = std::string::npos; in close()
120 std::string::size_type off_; member in boost::iostreams::example::dictionary_input_filter
138 off_ = 0; in put()
152 std::swap(off, off_); in close()
177 off_ = string::npos; in write_current_word()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/iostreams/example/
H A Ddictionary_filter.hpp79 if (off_ != std::string::npos && off_ < current_word_.size()) in get()
80 return current_word_[off_++]; in get()
83 off_ = std::string::npos; in get()
96 off_ = 0; in get()
114 off_ = std::string::npos; in close()
120 std::string::size_type off_; member in boost::iostreams::example::dictionary_input_filter
138 off_ = 0; in put()
152 std::swap(off, off_); in close()
177 off_ = string::npos; in write_current_word()
180 off_ += result; in write_current_word()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/iostreams/example/
H A Ddictionary_filter.hpp79 if (off_ != std::string::npos && off_ < current_word_.size()) in get()
80 return current_word_[off_++]; in get()
81 if (off_ == current_word_.size()) { in get()
83 off_ = std::string::npos; in get()
96 off_ = 0; in get()
114 off_ = std::string::npos; in close()
120 std::string::size_type off_; member in boost::iostreams::example::dictionary_input_filter
138 off_ = 0; in put()
152 std::swap(off, off_); in close()
177 off_ = string::npos; in write_current_word()
[all …]
/dports/biology/bowtie2/bowtie2-2.4.4/
H A Dref_coord.h50 off_ = of; in init()
59 off_ = c.off_; in init()
69 return ref_ == o.ref_ && off_ == o.off_ && fw() == o.fw();
82 if(off_ < o.off_) return true;
83 if(off_ > o.off_) return false;
104 if(off_ > o.off_) return true;
105 if(off_ < o.off_) return false;
121 off_ = std::numeric_limits<TRefOff>::max(); in reset()
168 return off_ >= inbegin && off_ + len <= inend; in within()
172 inline TRefOff off() const { return off_; } in off()
[all …]
/dports/www/aria2/aria2-1.36.0/src/
H A DWinTLSSession.h50 size_t off_, free_, cap_;
54 inline Buffer() : off_(0), free_(0), cap_(0) {} in Buffer()
56 inline size_t size() const { return off_; } in size()
67 free_ = cap_ - off_; in resize()
76 off_ -= len; in eat()
77 if (off_) { in eat()
80 free_ = cap_ - off_; in eat()
83 inline void clear() { eat(off_); } in clear()
87 off_ += len; in advance()
88 free_ = cap_ - off_; in advance()
[all …]
/dports/biology/hisat2/hisat2-2.2.1/
H A Dref_coord.h50 off_ = of;
60 off_ = c.off_; in init()
71 return ref_ == o.ref_ && off_ == o.off_ && fw() == o.fw();
84 if(off_ < o.off_) return true;
85 if(off_ > o.off_) return false;
106 if(off_ > o.off_) return true;
107 if(off_ < o.off_) return false;
123 off_ = std::numeric_limits<TRefOff>::max(); in reset()
171 return off_ >= inbegin && off_ + len <= inend; in within()
175 inline TRefOff off() const { return off_; } in off()
[all …]
/dports/biology/bowtie/bowtie-1.3.1/
H A Drange_chaser.h39 off_(make_pair(OFF_MASK, 0)), in done()
70 ebwt_->joinedToTextOff(qlen_, cached, off_.first, off_.second, tlen_); in setRow()
73 if(off_.first != OFF_MASK) { in setRow()
88 off_ = chaser_.off(); in setRow()
89 if(off_.first != OFF_MASK) { in setRow()
115 assert_eq(OFF_MASK, off_.first); in setRow()
194 off_ = chaser_.off(); in advance()
195 if(off_.first != OFF_MASK) { in advance()
224 return off_.first != OFF_MASK; in foundOff()
232 off_.first = OFF_MASK; in reset()
[all …]
/dports/biology/stringtie/stringtie-2.1.1/SuperReads_RNA/global-1/jellyfish/include/jellyfish/
H A Datomic_bits_array.hpp46 int off_; member in jellyfish::atomic_bits_array_base::iterator
50 bool operator==(const iterator& rhs) const { return word_ == rhs.word_ && off_ == rhs.off_; } in operator ==()
51 bool operator!=(const iterator& rhs) const { return word_ != rhs.word_ || off_ != rhs.off_; } in operator !=()
52 Value operator*() const { return static_cast<Value>((*word_ & mask_) >> off_); } in operator *()
55 off_ += ary_.bits_; in operator ++()
56 if(off_ + ary_.bits_ < w_) { in operator ++()
61 off_ = 0; in operator ++()
75 const int off_; member in jellyfish::atomic_bits_array_base::element_proxy
79 return static_cast<Value>((v & mask_) >> off_); in get_val()
84 word_(word), mask_(mask), off_(off) in element_proxy()
[all …]
/dports/biology/jellyfish/jellyfish-2.3.0/include/jellyfish/
H A Datomic_bits_array.hpp36 int off_; member in jellyfish::atomic_bits_array_base::iterator
40 bool operator==(const iterator& rhs) const { return word_ == rhs.word_ && off_ == rhs.off_; } in operator ==()
41 bool operator!=(const iterator& rhs) const { return word_ != rhs.word_ || off_ != rhs.off_; } in operator !=()
42 Value operator*() const { return static_cast<Value>((*word_ & mask_) >> off_); } in operator *()
45 off_ += ary_.bits_; in operator ++()
46 if(off_ + ary_.bits_ < w_) { in operator ++()
51 off_ = 0; in operator ++()
65 const int off_; member in jellyfish::atomic_bits_array_base::element_proxy
69 return static_cast<Value>((v & mask_) >> off_); in get_val()
74 word_(word), mask_(mask), off_(off) in element_proxy()
[all …]

12345678910>>...19