Lines Matching refs:pol
880 reduce_log(uint16_t pol, struct acc_log *log, /* input args */ in reduce_log() argument
917 if ((pol & SIZEPOLICY) && in reduce_log()
918 (!(pol & MULTIPOLICY) || elem->repcount == 1) && in reduce_log()
920 (pol & elem->size) == 0) in reduce_log()
1001 if (pol & (UNCOMMONPOLICY|MEDIANPOLICY)) { in reduce_log()
1013 if (pol & (COMMONPOLICY|MEDIANPOLICY)) { in reduce_log()
1018 if (!(pol & (UNCOMMONPOLICY|MEDIANPOLICY))) in reduce_log()
1025 pol, i, items[i].access_type, j, items[j].access_type, in reduce_log()
1029 if (!(pol & MEDIANPOLICY)) in reduce_log()
1034 if (!(pol & UNCOMMONPOLICY)) in reduce_log()
1038 if (!(pol & COMMONPOLICY)) in reduce_log()