Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/cmd/
H A Dcrypto.c19 #define CALC_RATE_MPBS(bytes, ms) (((bytes) / 1024) / (ms)) macro
336 *MBps = CALC_RATE_MPBS(total_size, time_cost); in test_hash_perf()
393 *MBps = CALC_RATE_MPBS(total_size, time_cost); in test_cipher_perf()