Searched refs:full_hash (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/gdb/gdb/
H A Dbcache.c204 unsigned long full_hash;
216 full_hash = hash (addr, length);
217 half_hash = (full_hash >> 16);
218 hash_index = full_hash % bcache->num_buckets;
201 unsigned long full_hash; local

Completed in 102 milliseconds