Searched refs:_testNumA (Results 1 – 2 of 2) sorted by relevance
87 _testNumA(0), in APITest()354 fprintf(stderr, "%d %d\n", _testNumA, _testNumB); in PullAudioRunB()421 _testNumA = (_testNumB + 1 + (rand() % 3)) % 4; in RunTest()422 testNum = _testNumA; in RunTest()434 _testNumB = (_testNumA + 1 + (rand() % 3)) % 4; in RunTest()
157 int _testNumA; variable