Home
last modified time | relevance | path

Searched refs:high2 (Results 1 – 5 of 5) sorted by relevance

/third_party/selinux/libsepol/src/
Dibpkeys.c135 uint16_t high2 = c->u.ibpkey.high_pkey; in sepol_ibpkey_exists() local
138 high2 == high && in sepol_ibpkey_exists()
165 int high2 = c->u.ibpkey.high_pkey; in sepol_ibpkey_query() local
168 high2 == high && in sepol_ibpkey_query()
Dports.c195 int high2 = c->u.port.high_port; in sepol_port_exists() local
197 if (proto == proto2 && low2 == low && high2 == high) { in sepol_port_exists()
233 int high2 = c->u.port.high_port; in sepol_port_query() local
235 if (proto == proto2 && low2 == low && high2 == high) { in sepol_port_query()
/third_party/boost/boost/polygon/detail/
Dmax_cover.hpp118 Unit high2 = node->rect.get(orient.get_perpendicular()).high(); in getMaxCover() local
119 nextRect2.set(orient.get_perpendicular(), Interval(low2, high2)); in getMaxCover()
160 Unit high2 = node->rect.get(orient.get_perpendicular()).high(); in getMaxCover() local
161 nextRect2.set(orient.get_perpendicular(), Interval(low2, high2)); in getMaxCover()
/third_party/boost/libs/program_options/test/
Dtest_convert.cpp115 unsigned high2 = expected_output[2*i+1]; in test_convert() local
116 BOOST_CHECK(high == high2); in test_convert()
/third_party/selinux/checkpolicy/
Dpolicy_define.c4708 uint64_t low2, high2; in define_iomem_context() local
4711 high2 = c->u.iomem.high_iomem; in define_iomem_context()
4712 if (low <= high2 && low2 <= high) { in define_iomem_context()
4715 low2, high2); in define_iomem_context()
4772 uint32_t low2, high2; in define_ioport_context() local
4775 high2 = c->u.ioport.high_ioport; in define_ioport_context()
4776 if (low <= high2 && low2 <= high) { in define_ioport_context()
4779 low2, high2); in define_ioport_context()
4965 unsigned int prot2, low2, high2; in define_port_context() local
4969 high2 = c->u.port.high_port; in define_port_context()
[all …]