Home
last modified time | relevance | path

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

/qemu/monitor/
H A Dhmp-cmds.c223 bool mean = qdict_get_try_bool(qdict, "mean", false); in hmp_info_sync_profile() local
/qemu/block/
H A Discsi.c200 static inline unsigned exp_random(double mean) in exp_random()