Searched refs:HSHSIZ (Results 1 – 2 of 2) sorted by relevance
552 #define HSHSIZ (32*1024) /* 4k bytes */ macro553 #define HSHMASK (HSHSIZ - 1)562 char xhash[HSHSIZ / 8];563 char xhash2[HSHSIZ / 8];
389 for (cnt = 0; cnt < (HSHSIZ / 8); cnt++) in dohash()