Searched refs:high2 (Results 1 – 4 of 4) sorted by relevance
/third_party/selinux/libsepol/src/ |
D | ibpkeys.c | 135 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()
|
D | ports.c | 195 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/astc-encoder/Source/ |
D | astcenc_pick_best_endpoint_format.cpp | 771 int high2 = astc::max(i, j); in two_partitions_find_best_combination_for_every_quantization_and_integer_count() local 772 if ((high2 - low2) > 1) in two_partitions_find_best_combination_for_every_quantization_and_integer_count() 885 int high2 = astc::max(i, j); in three_partitions_find_best_combination_for_every_quantization_and_integer_count() local 886 if ((high2 - low2) > 1) in three_partitions_find_best_combination_for_every_quantization_and_integer_count() 894 int high3 = astc::max(k, high2); in three_partitions_find_best_combination_for_every_quantization_and_integer_count() 1010 int high2 = astc::max(i, j); in four_partitions_find_best_combination_for_every_quantization_and_integer_count() local 1011 if ((high2 - low2) > 1) in four_partitions_find_best_combination_for_every_quantization_and_integer_count() 1019 int high3 = astc::max(k, high2); in four_partitions_find_best_combination_for_every_quantization_and_integer_count()
|
/third_party/selinux/checkpolicy/ |
D | policy_define.c | 4764 uint64_t low2, high2; in define_iomem_context() local 4767 high2 = c->u.iomem.high_iomem; in define_iomem_context() 4768 if (low <= high2 && low2 <= high) { in define_iomem_context() 4771 low2, high2); in define_iomem_context() 4828 uint32_t low2, high2; in define_ioport_context() local 4831 high2 = c->u.ioport.high_ioport; in define_ioport_context() 4832 if (low <= high2 && low2 <= high) { in define_ioport_context() 4835 low2, high2); in define_ioport_context() 5021 unsigned int prot2, low2, high2; in define_port_context() local 5025 high2 = c->u.port.high_port; in define_port_context() [all …]
|