Home
last modified time | relevance | path

Searched defs:begin (Results 26 – 50 of 293) sorted by relevance

12345678910>>...12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/views/
H A Didentity_view.hpp45 inline const_iterator begin() const { return boost::begin(m_range); } in begin() function
48 inline iterator begin() { return boost::begin(m_range); } in begin() function
H A Dcloseable_view.hpp53 inline const_iterator begin() const { return const_iterator(m_range); } in begin() function
56 inline iterator begin() { return iterator(m_range); } in begin() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_index/detail/
H A Dcompile_time_type_info.hpp101 …BOOST_CXX14_CONSTEXPR inline const char* skip_begining_runtime(const char* begin, boost::mpl::fals… in skip_begining_runtime()
143 …BOOST_CXX14_CONSTEXPR inline const char* skip_begining_runtime(const char* begin, boost::mpl::true… in skip_begining_runtime()
152 BOOST_CXX14_CONSTEXPR inline const char* skip_begining(const char* begin) BOOST_NOEXCEPT { in skip_begining()
/OK3568_Linux_fs/kernel/arch/sh/mm/
H A Dcache-sh3.c35 unsigned long begin, end; in sh3__flush_wback_region() local
74 unsigned long begin, end; in sh3__flush_purge_region() local
H A Dcache-sh2.c21 unsigned long begin, end; in sh2__flush_wback_region() local
42 unsigned long begin, end; in sh2__flush_purge_region() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/
H A Dadaptors.hpp41 inline iterator begin() { return m_result.begin(); } in begin() function in boost::geometry::index::adaptors::detail::query_range
43 inline const_iterator begin() const { return m_result.begin(); } in begin() function in boost::geometry::index::adaptors::detail::query_range
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/range/
H A Dbegin.hpp97 inline BOOST_DEDUCED_TYPENAME range_iterator<T>::type begin( T& r ) in begin() function
106 inline BOOST_DEDUCED_TYPENAME range_iterator<const T>::type begin( const T& r ) in begin() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/list/aux_/
H A Ditem.hpp33 typedef int begin; typedef
46 typedef int begin; typedef
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/adaptors/
H A Dquery.hpp41 inline iterator begin() { return 0; } in begin() function in boost::geometry::index::adaptors::detail::query_range
43 inline const_iterator begin() const { return 0; } in begin() function in boost::geometry::index::adaptors::detail::query_range
/OK3568_Linux_fs/u-boot/fs/cramfs/
H A Dcramfs.c101 static char *cramfs_uncompress_link (unsigned long begin, unsigned long offset) in cramfs_uncompress_link()
116 static unsigned long cramfs_resolve (unsigned long begin, unsigned long offset, in cramfs_resolve()
207 static int cramfs_uncompress (unsigned long begin, unsigned long offset, in cramfs_uncompress()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/views/detail/boundary_view/
H A Dimplementation.hpp233 iterator begin() { return base_type::begin(); } in begin() function in boost::geometry::detail::boundary_views::ring_boundary
235 const_iterator begin() const { return base_type::begin(); } in begin() function in boost::geometry::detail::boundary_views::ring_boundary
409 inline iterator begin() { return m_views; } in begin() function in boost::geometry::detail::boundary_views::areal_boundary
411 inline const_iterator begin() const { return m_views; } in begin() function in boost::geometry::detail::boundary_views::areal_boundary
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dsections.h108 static inline bool memory_contains(void *begin, void *end, void *virt, in memory_contains()
125 static inline bool memory_intersects(void *begin, void *end, void *virt, in memory_intersects()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/protozero/1.5.2/include/protozero/
H A Dvarint.hpp34 const int8_t* begin = reinterpret_cast<const int8_t*>(*data); in decode_varint_impl() local
113 const int8_t* begin = reinterpret_cast<const int8_t*>(*data); in skip_varint() local
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Ddumpstack_64.c90 unsigned long begin, end, stk = (unsigned long)stack; in in_exception_stack() local
132 unsigned long *begin = end - (IRQ_STACK_SIZE / sizeof(long)); in in_irq_stack() local
H A Dsys_x86_64.c101 unsigned long *begin, unsigned long *end) in find_start_end()
133 unsigned long begin, end; in arch_get_unmapped_area() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/views/detail/
H A Dnormalized_view.hpp98 inline const_iterator begin() const { return boost::begin(m_closeable); } in begin() function
101 inline iterator begin() { return boost::begin(m_closeable); } in begin() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/lexical_cast/detail/
H A Dconverter_lexical_streams.hpp278 bool shl_real_type(float val, char* begin) { in shl_real_type()
291 bool shl_real_type(double val, char* begin) { in shl_real_type()
304 bool shl_real_type(long double val, char* begin) { in shl_real_type()
319 bool shl_real_type(float val, wchar_t* begin) { in shl_real_type()
329 bool shl_real_type(double val, wchar_t* begin) { in shl_real_type()
336 bool shl_real_type(long double val, wchar_t* begin) { in shl_real_type()
508 lexical_ostream_limited_src(const CharT* begin, const CharT* end) BOOST_NOEXCEPT in lexical_ostream_limited_src()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dstacktrace.h28 unsigned long *begin, *end, *next_sp; member
45 void *begin = info->begin; in on_stack() local
/OK3568_Linux_fs/kernel/arch/mips/ath25/
H A Dboard.c61 const void __iomem *begin = limit - 0x1000; in find_board_config() local
74 const void __iomem *rcfg, *begin, *end; in find_radio_config() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/vector/aux_/preprocessed/plain/
H A Dvector10.hpp30 typedef v_iter< type,0 > begin; typedef
98 typedef v_iter< type,0 > begin; typedef
170 typedef v_iter< type,0 > begin; typedef
243 typedef v_iter< type,0 > begin; typedef
321 typedef v_iter< type,0 > begin; typedef
401 typedef v_iter< type,0 > begin; typedef
486 typedef v_iter< type,0 > begin; typedef
572 typedef v_iter< type,0 > begin; typedef
663 typedef v_iter< type,0 > begin; typedef
755 typedef v_iter< type,0 > begin; typedef
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/
H A Drange_in_geometry.hpp45 iterator_type begin() const in begin() function
70 iterator_type begin() const in begin() function
/OK3568_Linux_fs/kernel/fs/hfsplus/
H A Dbfind.c56 int *begin, in hfs_find_1st_rec_by_cnid()
94 int *begin, in hfs_find_rec_by_key()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/buffer/
H A Dturn_in_original_visitor.hpp85 Point const& point, Iterator begin, Iterator end) in point_in_range()
111 Iterator begin, Iterator end, in point_in_section()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/formulas/
H A Darea_formulas.hpp48 IteratorType begin, in horner_evaluate()
67 IteratorType begin, in clenshaw_sum()
328 std::size_t begin(0), end(0); in evaluate_coeffs_var2() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Darray.hpp76 iterator begin() { return elems; } in begin() function in boost::array
77 const_iterator begin() const { return elems; } in begin() function in boost::array
205 … iterator begin() { return iterator( reinterpret_cast< T * >( this ) ); } in begin() function in boost::array
206 … const_iterator begin() const { return const_iterator( reinterpret_cast< const T * >( this ) ); } in begin() function in boost::array

12345678910>>...12