Searched refs:total_max (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/usr.bin/vmstat/ |
H A D | vmstat.c | 1301 size_t evlen_max, total_max, rate_max; in doevcnt() local 1340 total_max = sizeof("total") - 1; in doevcnt() 1353 if (total_max < len) in doevcnt() 1354 total_max = len; in doevcnt() 1368 (int)total_max, "total", in doevcnt() 1386 (int)total_max, evs->ev_count, in doevcnt() 1399 (int)total_max, counttotal, in doevcnt()
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
H A D | Dbe.cc | 5985 Vector<void*> *total_max = new Vector<void*>(2); in dbeGetTotalMax() local 5998 total_max->store (0, total); in dbeGetTotalMax() 5999 total_max->store (1, maximum); in dbeGetTotalMax() 6000 return total_max; in dbeGetTotalMax()
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
H A D | Dbe.cc | 5985 Vector<void*> *total_max = new Vector<void*>(2); in dbeGetTotalMax() local 5998 total_max->store (0, total); in dbeGetTotalMax() 5999 total_max->store (1, maximum); in dbeGetTotalMax() 6000 return total_max; in dbeGetTotalMax()
|