Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fm/modules/common/eversholt/
H A Diexpr.c47 #define IEXPRSZ 1024 /* hash table size */ macro
56 } *Cache[IEXPRSZ];
235 unsigned idx = iexpr_hash(np) % IEXPRSZ; in iexpr()
263 unsigned idx = iexpr_hash(np) % IEXPRSZ; in iexpr_free()
292 struct iexpr *cp = Cache[iexpr_hash(np) % IEXPRSZ]; in iexpr_cached()
312 for (i = 0; i < IEXPRSZ; i++) { in iexpr_fini()