Searched refs:hashValue (Results 1 – 2 of 2) sorted by relevance
725 uint8 hashValue, highHash, lowHash; in FindBestMatches() local736 hashValue = indexEntry->offset % 256; in FindBestMatches()737 highHash = hashValue >> 3; in FindBestMatches()738 lowHash = 0x01 << (hashValue & 0x07); in FindBestMatches()
219 const uint32* hashValue = &chain0[bucket]; in find_symbol_gnuhash() local221 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()