Searched refs:number_of_loops (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/threads/
H A Dmttest.c137 int number_of_loops = 10; variable
242 number_of_loops = atoi(*(++argv));
243 if (number_of_loops == 0)
244 number_of_loops = 1;
370 for (i = 0; i < number_of_loops; i++) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/threads/
H A Dmttest.c142 int number_of_loops=10; variable
251 number_of_loops= atoi(*(++argv));
252 if (number_of_loops == 0) number_of_loops=1;
389 for (i=0; i<number_of_loops; i++)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/threads/
H A Dmttest.c137 int number_of_loops = 10; variable
242 number_of_loops = atoi(*(++argv));
243 if (number_of_loops == 0)
244 number_of_loops = 1;
370 for (i = 0; i < number_of_loops; i++) {

Completed in 76 milliseconds