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

  /src/sys/external/isc/libsodium/dist/test/default/
cmptest.h 61 unsigned long long ts_start; local in function:main
69 ts_start = now();
76 printf("%llu\n", 1000000ULL * (ts_end - ts_start) / ITERATIONS);
cmptest.h 61 unsigned long long ts_start; local in function:main
69 ts_start = now();
76 printf("%llu\n", 1000000ULL * (ts_end - ts_start) / ITERATIONS);
cmptest.h 61 unsigned long long ts_start; local in function:main
69 ts_start = now();
76 printf("%llu\n", 1000000ULL * (ts_end - ts_start) / ITERATIONS);

Completed in 199 milliseconds