OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:corecount
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/smhasher/src/
KeysetTest.h
325
const int
corecount
= (int)strlen(coreset);
local
328
const int keycount = (int)pow(double(
corecount
),double(corelen));
352
key[prefixlen+j] = coreset[t %
corecount
]; t /=
corecount
;
Completed in 120 milliseconds