Home | History | Annotate | Download | only in benchmarks

Lines Matching full:hash

1989     var hash = sc_hash(key);
1990 ht[hash] = new sc_HashtableElement(key, val);
1995 var hash = sc_hash(key);
1996 if (hash in ht)
1997 return ht[hash].val;
2014 var hash = sc_hash(key);
2015 if (hash in ht)
2043 this.sc_hash = "hash-" + SC_HASH_COUNTER;