Searched refs:top_humanize_uinteger (Results 1 - 3 of 3) sorted by path

/macosx-10.9.5/top-89.1.2/
H A Dglobalstats.c446 if(top_humanize_uinteger(wired, sizeof(wired), wiredresult)
447 || top_humanize_uinteger(used, sizeof(used), usedresult)
448 || top_humanize_uinteger(physfree, sizeof(physfree), physfreeresult)) {
449 fprintf(stderr, "top_humanize_uinteger failure in %s\n", __func__);
478 if(top_humanize_uinteger(vsize, sizeof(vsize), vsize_result))
481 if(top_humanize_uinteger(fwvsize, sizeof(fwvsize), fw_vsize_result))
527 if(top_humanize_uinteger(used, sizeof(used), used_result)
528 || top_humanize_uinteger(avail, sizeof(avail), available_result)) {
568 if(top_humanize_uinteger(purgeable, sizeof(purgeable), purgeable_result)
643 if(top_humanize_uinteger(inbytesbu
[all...]
H A Duinteger.c80 bool top_humanize_uinteger(char *buf, size_t bufsize, function
179 if(top_humanize_uinteger(buf, bufsize, i)) {
183 if(top_humanize_uinteger(buf, bufsize - 1, i)) {
H A Duinteger.h17 bool top_humanize_uinteger(char *buf, size_t bufsize, const struct top_uinteger i);

Completed in 160 milliseconds