Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/ficl/
H A Dhash.c101 ficlUnsigned16 hashIdx; in ficlHashLookup() local
108 hashIdx = (ficlUnsigned16)(hashCode % hash->size); in ficlHashLookup()
110 hashIdx = 0; in ficlHashLookup()
112 for (word = hash->table[hashIdx]; word; word = word->link) { in ficlHashLookup()