Searched refs:lpHash (Results 1 – 1 of 1) sorted by relevance
755 unsigned lpHash = hashhist(&hp->Hlex); in createHistHashTable() local756 assert(!hp->Hhash || hp->Hhash == lpHash); in createHistHashTable()758 insertHistHashTable(hp, lpHash); in createHistHashTable()938 unsigned lpHash = 0; /* non-zero if hashing entries */ in enthist() local944 lpHash = hashhist(lp); in enthist()945 assert(lpHash != 0); in enthist()946 p = findHistHashTable(lp, lpHash); in enthist()963 lpHash = hashhist(lp); in enthist()964 assert(lpHash != 0); in enthist()965 p = findHistHashTable(lp, lpHash); in enthist()[all …]