Home
last modified time | relevance | path

Searched refs:NUM_REPEATS (Results 1 - 2 of 2) sorted by relevance

/third_party/openssl/test/
H A Decstresstest.c19 #define NUM_REPEATS "1000000" macro
131 if (!opt_intmax(NUM_REPEATS, &num_repeats)) { in setup_tests()
132 TEST_error("Cannot parse " NUM_REPEATS); in setup_tests()
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pBufferDataUploadTests.cpp3394 NUM_REPEATS = 2
3421 m_testCtx.getLog() << tcu::TestLog::Message << "Testing performance of BufferData() command after \"specify buffer contents - draw buffer\" command pair is repeated " << (int)NUM_REPEATS << " times." << tcu::TestLog::EndMessage;
3463 for (int repeatNdx = 0; repeatNdx < NUM_REPEATS; ++repeatNdx)
3500 NUM_REPEATS = 2
3524 m_testCtx.getLog() << tcu::TestLog::Message << "Testing performance of BufferSubData() command after \"specify buffer contents - draw buffer\" command pair is repeated " << (int)NUM_REPEATS << " times." << tcu::TestLog::EndMessage;
3558 for (int repeatNdx = 0; repeatNdx < NUM_REPEATS; ++repeatNdx)

Completed in 9 milliseconds