Home
last modified time | relevance | path

Searched defs:rend (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/functional/range/
H A Drend.hpp19 struct rend struct
27 struct result<This(Rng)>
32 struct result<This(Rng &)>
37 typename boost::range_reverse_iterator<Rng>::type operator()(Rng &rng) const in operator ()()
43 typename boost::range_reverse_iterator<Rng const>::type operator()(Rng const &rng) const in operator ()()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/pb_ds/detail/pat_trie_/
H A Diterators_fn_imps.hpp90 rend() in rend() function in PB_DS_CLASS_C_DEC
96 rend() const in rend() function in PB_DS_CLASS_C_DEC
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/pb_ds/detail/bin_search_tree_/
H A Diterators_fn_imps.hpp94 rend() in rend() function in PB_DS_CLASS_C_DEC
102 rend() const in rend() function in PB_DS_CLASS_C_DEC
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/pb_ds/detail/bin_search_tree_/
H A Diterators_fn_imps.hpp94 rend() in rend() function in PB_DS_CLASS_C_DEC
102 rend() const in rend() function in PB_DS_CLASS_C_DEC
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/pb_ds/detail/pat_trie_/
H A Diterators_fn_imps.hpp90 rend() in rend() function in PB_DS_CLASS_C_DEC
96 rend() const in rend() function in PB_DS_CLASS_C_DEC
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Darray.hpp107 reverse_iterator rend() { return reverse_iterator(begin()); } in rend() function in boost::array
108 const_reverse_iterator rend() const { in rend() function in boost::array
236 reverse_iterator rend() { return reverse_iterator(begin()); } in rend() function in boost::array
237 const_reverse_iterator rend() const { in rend() function in boost::array
H A Dforeach.hpp822 rend(auto_any_t col, type2type<T, C> *, boost::mpl::true_ *) // rvalue in rend() function
830 rend(auto_any_t col, type2type<T, C> *, boost::mpl::false_ *) // lvalue in rend() function
841 rend(auto_any_t col, type2type<T, const_> *, bool *) in rend() function
851 rend(auto_any_t col, type2type<T *, C> *, boost::mpl::true_ *) // null-terminated C-style strings in rend() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/range/
H A Drend.hpp28 rend( C& c ) in rend() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/
H A Dvarray.hpp1427 reverse_iterator rend() { return reverse_iterator(this->begin()); } in rend() function in boost::geometry::index::detail::varray
1439 const_reverse_iterator rend() const { return const_reverse_iterator(this->begin()); } in rend() function in boost::geometry::index::detail::varray
2051 reverse_iterator rend() { return reverse_iterator(this->begin()); } in rend() function in boost::geometry::index::detail::varray
2052 const_reverse_iterator rend() const { return reverse_iterator(this->begin()); } in rend() function in boost::geometry::index::detail::varray
/OK3568_Linux_fs/kernel/drivers/pnp/
H A Dresource.c191 int rend = pnp_reserve_io[(i << 1) + 1] + rport - 1; in pnp_check_port() local
254 int rend = pnp_reserve_mem[(i << 1) + 1] + raddr - 1; in pnp_check_mem() local
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dfadump.c472 u64 rend = rbase + reserved_mrange_info.mem_ranges[i].size; in overlaps_reserved_ranges() local
1037 unsigned long raddr, rstart, rend, rlast, hole_size; in fadump_relocate() local
/OK3568_Linux_fs/kernel/mm/
H A Dmemblock.c628 phys_addr_t rend = rbase + rgn->size; in memblock_add_range() local
755 phys_addr_t rend = rbase + rgn->size; in memblock_isolate_range() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/
H A Dvector.hpp1377 BOOST_CONTAINER_FORCEINLINE reverse_iterator rend() BOOST_NOEXCEPT_OR_NOTHROW in rend() function in boost::container::vector
1386 BOOST_CONTAINER_FORCEINLINE const_reverse_iterator rend() const BOOST_NOEXCEPT_OR_NOTHROW in rend() function in boost::container::vector
/OK3568_Linux_fs/kernel/tools/testing/nvdimm/test/
H A Dnfit.c551 u64 rstart, rend; in post_ars_status() local
/OK3568_Linux_fs/kernel/drivers/crypto/caam/
H A Dregs.h856 u32 rend; /* REND - Endian corrections */ member