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

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp444 StringHash<ELF> hash_func; local
448 size_t bucket_pos = hash_func(name) % nbucket;
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1060 StringHash<ELF> hash_func; local
1065 size_t bucket_pos = hash_func(name) % nbucket;
1073 size_t bucket_pos = hash_func(name) % nbucket;

Completed in 42 milliseconds