Searched refs:coreset (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
325 const int corecount = (int)strlen(coreset);
352 key[prefixlen+j] = coreset[t % corecount]; t /= corecount;

Completed in 147 milliseconds