Home | History | Annotate | Download | only in Intersection

Lines Matching defs:firstTest

4673 static void (*firstTest)() = testRectOp1d;
5158 if (firstTest) {
5159 while (index > 0 && tests[index].fun != firstTest) {