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

/netbsd-current/external/bsd/top/dist/machine/
H A Dm_netbsd.c246 static int maxswap; variable
567 if (nswap > maxswap) {
573 maxswap = nswap;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.c17286 unsigned min, max, minswap, maxswap; local
17300 maxswap = 0;
17316 if (eswap > maxswap)
17317 maxswap = eswap;
17324 || maxswap - minswap >= (GET_MODE_SIZE (d->vmode) == 32
17329 max = maxswap;
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc19453 unsigned min, max, minswap, maxswap; local
19467 maxswap = 0;
19483 if (eswap > maxswap)
19484 maxswap = eswap;
19491 || maxswap - minswap >= (GET_MODE_SIZE (d->vmode) == 32
19496 max = maxswap;

Completed in 181 milliseconds