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

/art/compiler/utils/
H A Ddedupe_set-inl.h193 HashType raw_hash = HashFunc()(key); local
198 HashType shard_hash = raw_hash / kShard;
199 HashType shard_bin = raw_hash % kShard;

Completed in 3 milliseconds