Home | History | Annotate | Download | only in src

Lines Matching refs:other_pos

2108     QuickCheckDetails::Position* other_pos = other->positions(i);
2109 if (pos->mask != other_pos->mask ||
2110 pos->value != other_pos->value ||
2111 !other_pos->determines_perfectly) {
2116 pos->mask &= other_pos->mask;
2118 other_pos->value &= pos->mask;
2119 uc16 differing_bits = (pos->value ^ other_pos->value);