HomeSort by: relevance | last modified time | path
    Searched defs:total_op_count (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/apps/
speed.c 1221 int total_op_count = 0; local
1246 total_op_count += job_op_count;
1348 total_op_count += job_op_count;
1365 return error ? -1 : total_op_count;
  /src/crypto/external/bsd/openssl.old/dist/apps/
speed.c 1239 int total_op_count = 0; local
1264 total_op_count += job_op_count;
1366 total_op_count += job_op_count;
1383 return error ? -1 : total_op_count;
  /src/crypto/external/apache2/openssl/dist/apps/
speed.c 1630 int total_op_count = 0; local
1655 total_op_count += job_op_count;
1755 total_op_count += job_op_count;
1772 return error ? -1 : total_op_count;

Completed in 30 milliseconds