Home | History | Annotate | Download | only in tests

Lines Matching defs:c2

833       int c2 = 'N';
838 state.ptr2[pos] = c2;
840 int expected = (static_cast<int>(c1) - static_cast<int>(c2));
855 int c2 = rand() & mask;
860 state.ptr2[pos] = c2;
862 int expected = (static_cast<int>(c1) - static_cast<int>(c2));