Home
last modified time | relevance | path

Searched defs:start_ms (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/crypto/
H A Dpbkdf.c97 unsigned long long delta_ms, start_ms, end_ms; in qcrypto_pbkdf2_count_iters() local
/openbmc/u-boot/cmd/
H A Dsf.c71 static ulong bytes_per_second(unsigned int len, ulong start_ms) in bytes_per_second()