Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Dtoken_iterator.hpp49 Iterator end_; member in boost::token_iterator
55 valid_ = f_(begin_,end_,tok_); in increment()
65 ?( (a.begin_==begin_) && (a.end_ == end_) ) in equal()
73 valid_ = (begin_ != end_)? in initialize()
74 f_(begin_,end_,tok_):false; in initialize()
77 token_iterator():begin_(),end_(),valid_(false),tok_() { } in token_iterator()
80 : f_(f),begin_(begin),end_(e),valid_(false),tok_(){ initialize(); } in token_iterator()
83 : f_(),begin_(begin),end_(e),valid_(false),tok_() {initialize();} in token_iterator()
90 ,end_(t.end()),valid_(!t.at_end()),tok_(t.current_token()) {} in token_iterator()
94 Iterator end()const{return end_;} in end()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dchar_array_buffer.hpp14 : begin_(data), end_(data + size), current_(data) {} in CharArrayBuffer()
18 if (current_ == end_) { in underflow()
25 if (current_ == end_) { in uflow()
39 return end_ - current_; in showmanyc()
43 if (dir == std::ios_base::beg) current_ = std::min(begin_ + off, end_); in seekoff()
44 else if (dir == std::ios_base::cur) current_ = std::min(current_ + off, end_); in seekoff()
45 else current_ = std::max(end_ - off, begin_); // dir == std::ios_base::end in seekoff()
50 char const * const end_; member in mbgl::util::CharArrayBuffer
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/device/
H A Darray.hpp45 : begin_(ar), end_(ar + N) in array_adapter()
51 char_type* end_; member in boost::iostreams::detail::array_adapter
92 : begin_(begin), end_(end) in array_adapter()
98 : begin_(begin), end_(begin + length) in array_adapter()
105 end_(const_cast<char_type*>(end)) // Treated as read-only. in array_adapter()
112 end_(const_cast<char_type*>(begin) + length) // Treated as read-only. in array_adapter()
119 return pair_type(begin_, end_); } in input_sequence()
125 return pair_type(begin_, end_); } in output_sequence()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/
H A Dmemorystream.h43 …MemoryStream(const Ch *src, size_t size) : src_(src), begin_(src), end_(src + size), size_(size) {} in MemoryStream()
45 Ch Peek() const { return RAPIDJSON_UNLIKELY(src_ == end_) ? '\0' : *src_; } in Peek()
46 Ch Take() { return RAPIDJSON_UNLIKELY(src_ == end_) ? '\0' : *src_++; } in Take()
61 const Ch* end_; //!< End of stream. member
H A Dpointer.h989 …PercentDecodeStream(const Ch* source, const Ch* end) : src_(source), head_(source), end_(end), val… in PercentDecodeStream()
992 if (*src_ != '%' || src_ + 3 > end_) { // %XY triplet in Take()
1019 const Ch* end_; //!< Past-the-end position. variable
H A Dreader.h442 is.is_.src_ = SkipWhitespace_SIMD(is.is_.src_, is.is_.end_); in SkipWhitespace()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iterator/
H A Dfilter_iterator.hpp57 filter_iterator(Predicate f, Iterator x, Iterator end_ = Iterator()) in filter_iterator() argument
58 : super_t(x), m_predicate(f), m_end(end_) in filter_iterator()
63 filter_iterator(Iterator x, Iterator end_ = Iterator()) in filter_iterator() argument
64 : super_t(x), m_predicate(), m_end(end_) in filter_iterator()
/OK3568_Linux_fs/kernel/net/sctp/
H A Dtsnmap.c157 __u16 start_ = 0, end_ = 0, offset; in sctp_tsnmap_next_gap_ack() local
165 &start_, &end_); in sctp_tsnmap_next_gap_ack()
168 if (start_ && !end_) in sctp_tsnmap_next_gap_ack()
169 end_ = map->len - 1; in sctp_tsnmap_next_gap_ack()
174 if (end_) { in sctp_tsnmap_next_gap_ack()
179 *end = end_ + 1; in sctp_tsnmap_next_gap_ack()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/
H A Dback_impl.hpp33 typedef typename end<Sequence>::type end_; typedef
34 typedef typename prior<end_>::type last_;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dlist801 std::swap(__cn1->end_, __cn2->end_);
803 for (__i_node** __p = __cn1->end_; __p != __cn1->beg_;)
810 if (--__cn1->end_ != __p)
811 memmove(__p, __p+1, (__cn1->end_ - __p)*sizeof(__i_node*));
816 for (__i_node** __p = __cn2->end_; __p != __cn2->beg_;)
823 if (--__cn2->end_ != __p)
824 memmove(__p, __p+1, (__cn2->end_ - __p)*sizeof(__i_node*));
1746 for (__i_node** __p = __c->end_; __p != __c->beg_; )
1753 if (--__c->end_ != __p)
1754 memmove(__p, __p+1, (__c->end_ - __p)*sizeof(__i_node*));
[all …]
H A D__debug145 __i_node** end_;
159 : __c_(__c), __next_(__next), beg_(nullptr), end_(nullptr), cap_(nullptr) {}
H A D__hash_table1587 for (__i_node** __p = __c->end_; __p != __c->beg_; )
1594 if (--__c->end_ != __p)
1595 memmove(__p, __p+1, (__c->end_ - __p)*sizeof(__i_node*));
2695 for (__i_node** __dp = __c->end_; __dp != __c->beg_; )
2702 if (--__c->end_ != __dp)
2703 memmove(__dp, __dp+1, (__c->end_ - __dp)*sizeof(__i_node*));
H A Dvector2160 for (__i_node** __p = __c->end_; __p != __c->beg_; ) {
2165 if (--__c->end_ != __p)
2166 memmove(__p, __p+1, (__c->end_ - __p)*sizeof(__i_node*));
H A Dstring1711 for (__i_node** __p = __c->end_; __p != __c->beg_; )
1718 if (--__c->end_ != __p)
1719 memmove(__p, __p+1, (__c->end_ - __p)*sizeof(__i_node*));
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dlist801 std::swap(__cn1->end_, __cn2->end_);
803 for (__i_node** __p = __cn1->end_; __p != __cn1->beg_;)
810 if (--__cn1->end_ != __p)
811 memmove(__p, __p+1, (__cn1->end_ - __p)*sizeof(__i_node*));
816 for (__i_node** __p = __cn2->end_; __p != __cn2->beg_;)
823 if (--__cn2->end_ != __p)
824 memmove(__p, __p+1, (__cn2->end_ - __p)*sizeof(__i_node*));
1746 for (__i_node** __p = __c->end_; __p != __c->beg_; )
1753 if (--__c->end_ != __p)
1754 memmove(__p, __p+1, (__c->end_ - __p)*sizeof(__i_node*));
[all …]
H A D__debug145 __i_node** end_;
159 : __c_(__c), __next_(__next), beg_(nullptr), end_(nullptr), cap_(nullptr) {}
H A D__hash_table1587 for (__i_node** __p = __c->end_; __p != __c->beg_; )
1594 if (--__c->end_ != __p)
1595 memmove(__p, __p+1, (__c->end_ - __p)*sizeof(__i_node*));
2695 for (__i_node** __dp = __c->end_; __dp != __c->beg_; )
2702 if (--__c->end_ != __dp)
2703 memmove(__dp, __dp+1, (__c->end_ - __dp)*sizeof(__i_node*));
H A Dvector2160 for (__i_node** __p = __c->end_; __p != __c->beg_; ) {
2165 if (--__c->end_ != __p)
2166 memmove(__p, __p+1, (__c->end_ - __p)*sizeof(__i_node*));
H A Dstring1711 for (__i_node** __p = __c->end_; __p != __c->beg_; )
1718 if (--__c->end_ != __p)
1719 memmove(__p, __p+1, (__c->end_ - __p)*sizeof(__i_node*));
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dhead-64.h113 end_##sname:
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dbasic-block.h75 rtx_insn *end_; member
263 #define BB_END(B) (B)->il.x.rtl->end_
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dbasic-block.h75 rtx_insn *end_; member
263 #define BB_END(B) (B)->il.x.rtl->end_
/OK3568_Linux_fs/kernel/arch/sparc/net/
H A Dbpf_jit_comp_64.c35 static void bpf_flush_icache(void *start_, void *end_) in bpf_flush_icache() argument
40 unsigned long end = (unsigned long) end_; in bpf_flush_icache()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/
H A Dgtype.state6215 (!pair "end_"
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/
H A Dgtype.state6213 (!pair "end_"