Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dfastlz.c205 const unsigned char **hslot; in FASTLZ_COMPRESSOR() local
224 for (hslot = htab; hslot < htab + HASH_SIZE; hslot++) in FASTLZ_COMPRESSOR()
225 *hslot = ip; in FASTLZ_COMPRESSOR()
257 hslot = htab + hval; in FASTLZ_COMPRESSOR()
264 *hslot = anchor; in FASTLZ_COMPRESSOR()