Home | History | Annotate | Download | only in tests

Lines Matching defs:c1

832       int c1 = 'A';
834 memset(state.ptr1, c1, state.MAX_LEN);
835 memset(state.ptr2, c1, state.MAX_LEN);
840 int expected = (static_cast<int>(c1) - static_cast<int>(c2));
854 int c1 = rand() & mask;
856 wmemset(state.ptr1, c1, state.MAX_LEN);
857 wmemset(state.ptr2, c1, state.MAX_LEN);
862 int expected = (static_cast<int>(c1) - static_cast<int>(c2));