Searched refs:intload (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/contrib/top/
H A Dloadavg.h12 * intload(i) - convert integer to load_avg.
52 # define intload(i) ((int)((i) * FIXED_LOADAVG)) macro
56 # define intload(i) ((double)(i)) macro

Completed in 46 milliseconds