Home | History | Annotate | Download | only in tests

Lines Matching defs:b_count

79         size_t b_count = 0;
81 if (a_elem == b_elem) ++b_count;
83 if (a_count != b_count) return false;