Lines Matching full:hash
170 int hash = vector_hash(literal);
171 LogSymbol(start, hash, true, Vector<const byte>::cast(literal));
176 int hash = vector_hash(literal);
177 LogSymbol(start, hash, false, Vector<const byte>::cast(literal));
192 int hash,
198 int hash = 0;
201 hash += c;
202 hash += (hash << 10);
203 hash ^= (hash >> 6);
205 return hash;