Lines Matching refs:hc
601 start, hc: Integer;
610 hc := FItems[Result].HashCode;
613 if hc = 0 then
617 if (hc = HashCode) and FComparer.Equals(FItems[Result].Key, Key) then
747 index, hc: Integer;
752 hc := Hash(Key);
753 index := GetBucketIndex(Key, hc);
757 DoAdd(hc, not index, Key, Value);
769 gap, index, hc, bucket: Integer;
772 hc := Hash(Key);
773 index := GetBucketIndex(Key, hc);
802 hc := FItems[index].HashCode;
803 if hc = 0 then
806 bucket := hc and (Length(FItems) - 1);