OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getHashBucketCount
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h
282
///
getHashBucketCount
- calculate hash bucket count.
284
static unsigned
getHashBucketCount
(unsigned pNumOfSymbols, bool pIsGNUStyle);
/frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp
792
size_t nbucket =
getHashBucketCount
(hashed_sym_cnt, true);
802
hash = (2 +
getHashBucketCount
(dynsym, false) + dynsym) *
[
all
...]
Completed in 33 milliseconds