Searched refs:min (Results 1 – 3 of 3) sorted by relevance
/optee_test/host/xtest/ |
A D | sha_perf.c | 76 double min; member 91 s->min = s->max = x; in update_stats() 94 if (s->min > x) in update_stats() 95 s->min = x; in update_stats() 344 stats.min / 1000, stats.max / 1000, stats.m / 1000, in sha_perf_run_test()
|
A D | aes_perf.c | 134 double min; member 149 s->min = s->max = x; in update_stats() 152 if (s->min > x) in update_stats() 153 s->min = x; in update_stats() 524 stats.min / 1000, stats.max / 1000, stats.m / 1000, in aes_perf_run_test()
|
/optee_test/host/openssl/include/openssl/ |
A D | x509v3.h | 761 ASN1_INTEGER *min, *max; member 799 ASN1_BIT_STRING *min, *max; member 862 ASN1_INTEGER *min, ASN1_INTEGER *max); 870 unsigned char *min, unsigned char *max); 873 unsigned char *min, unsigned char *max,
|
Completed in 9 milliseconds