Home
last modified time | relevance | path

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

/third_party/openssl/test/
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/
Des3pBufferDataUploadTests.cpp3394 NUM_REPEATS = 2 enumerator
3421 …ify buffer contents - draw buffer\" command pair is repeated " << (int)NUM_REPEATS << " times." <<… in init()
3463 for (int repeatNdx = 0; repeatNdx < NUM_REPEATS; ++repeatNdx) in testWithBufferSize()
3500 NUM_REPEATS = 2 enumerator
3524 …ify buffer contents - draw buffer\" command pair is repeated " << (int)NUM_REPEATS << " times." <<… in init()
3558 for (int repeatNdx = 0; repeatNdx < NUM_REPEATS; ++repeatNdx) in testWithBufferSize()