Home
last modified time | relevance | path

Searched refs:errh (Results 1 – 4 of 4) sorted by relevance

/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.hpp160 typedef varray_detail::checker<varray> errh; typedef in boost::geometry::index::detail::varray
327 errh::check_capacity(*this, other.size()); // may throw in varray()
414 errh::check_capacity(*this, other.size()); // may throw in varray()
469 errh::check_capacity(*this, other.size()); // may throw in operator =()
534 errh::check_capacity(*this, other.size()); in swap()
535 errh::check_capacity(other, this->size()); in swap()
569 errh::check_capacity(*this, count); // may throw in resize()
601 errh::check_capacity(*this, count); // may throw in resize()
624 errh::check_capacity(*this, count); // may throw in reserve()
645 errh::check_capacity(*this, m_size + 1); // may throw in push_back()
[all …]
/OK3568_Linux_fs/kernel/drivers/dma/
H A Dfsl-edma-common.h104 void __iomem *errh; member
H A Dmcf-edma.c84 err = ioread32(regs->errh); in mcf_edma_err_handler()
H A Dfsl-edma-common.c710 edma->regs.errh = edma->membase + EDMA64_ERRH; in fsl_edma_setup_regs()