Home
last modified time | relevance | path

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

/haiku/src/apps/mail/
H A DWords.cpp725 uint8 hashValue, highHash, lowHash; in FindBestMatches() local
736 hashValue = indexEntry->offset % 256; in FindBestMatches()
737 highHash = hashValue >> 3; in FindBestMatches()
738 lowHash = 0x01 << (hashValue & 0x07); in FindBestMatches()
/haiku/src/system/runtime_loader/
H A Delf_symbol_lookup.cpp219 const uint32* hashValue = &chain0[bucket]; in find_symbol_gnuhash() local
221 if (((*hashValue ^ lookupInfo.gnuhash) >> 1) != 0) in find_symbol_gnuhash()
224 uint32 symIndex = hashValue - chain0; in find_symbol_gnuhash()
227 } while ((*hashValue++ & 1) == 0); in find_symbol_gnuhash()