Home | History | Annotate | Download | only in unittest

Lines Matching full:offset2

5451 void RunTwoThreads(size_t size1, size_t offset1, size_t size2, size_t offset2) {
5455 offset[1] = offset2;
5458 long beg2 = offset2 * size2;
5483 void TestTwoSizes(size_t size1, size_t offset1, size_t size2, size_t offset2) {
5484 RunTwoThreads(size1, offset1, size2, offset2);
5485 RunTwoThreads(size2, offset2, size1, offset1);