Searched refs:highHash (Results 1 - 1 of 1) sorted by relevance

/haiku/src/apps/mail/
H A DWords.cpp725 uint8 hashValue, highHash, lowHash; local
737 highHash = hashValue >> 3;
740 // printf("Testing Entry: %ld: hash=%d, highHash=%d, lowHash=%d\n",
741 // indexEntry->offset, hashValue, (uint16)highHash,
745 if (!(hashTable[highHash] & lowHash)) {
747 hashTable[highHash] |= lowHash; // Mark this offset so we don't add it twice

Completed in 16 milliseconds