Home
last modified time | relevance | path

Searched refs:MAXCOUNT (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c4055 #define MAXCOUNT 500 macro
4060 static int count[MAXCOUNT]; in hash()
4211 if (_cnt >= MAXCOUNT) { in hash()
4228 for (ndx = 0; ndx < MAXCOUNT; ndx++) { in hash()