Home
last modified time | relevance | path

Searched refs:indirect_type (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/polygon/
Dpolygon_90_set_traits.hpp80 typedef get_iterator_type_2<T, typename geometry_concept<T>::type> indirect_type; typedef
81 typedef typename indirect_type::type type;
82 static type begin(const T& t) { return indirect_type::begin(t); } in begin()
83 static type end(const T& t) { return indirect_type::end(t); } in end()
/third_party/uboot/u-boot-2020.01/arch/powerpc/cpu/mpc83xx/
Dpcie.c61 if (hose->indirect_type == INDIRECT_TYPE_NO_PCIE_LINK) in mpc83xx_pcie_remap_cfg()
157 hose->indirect_type = INDIRECT_TYPE_NO_PCIE_LINK; in PCIE_OP()
/third_party/uboot/u-boot-2020.01/include/
Dpci.h593 int indirect_type; member