Searched defs:maxlocal (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c9197 int maxglobal = -1, maxlocal = -1, maxtlocal = -1; local
9548 if (maxlocal == -1 || ndx > maxlocal)
9549 maxlocal = ndx;
9622 if (v > DIF_VAR_OTHER_UBASE + maxlocal)

Completed in 90 milliseconds