Home | History | Annotate | Download | only in src

Lines Matching defs:Hash

178   // Calculate the hash value from the key (script id).
179 static uint32_t Hash(int key) { return ComputeIntegerHash(key); }