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

/external/chromium_org/third_party/smhasher/src/
H A DKeysetTest.h321 bool TextKeyTest ( hashfunc<hashtype> hash, const char * prefix, const char * coreset, const int corelen, const char * suffix, bool drawDiagram ) argument
327 const int keybytes = prefixlen + corelen + suffixlen;
328 const int keycount = (int)pow(double(corecount),double(corelen));
331 for(int i = 0; i < corelen; i++) printf("X");
339 memcpy(key+prefixlen+corelen,suffix,suffixlen);
350 for(int j = 0; j < corelen; j++)

Completed in 52 milliseconds