Searched defs:testcount (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/smhasher/src/
H A DDifferentialTest.h139 double testcount = (diffcount * double(reps)); local
140 double expected = testcount / pow(2.0,double(hashbits));
150 printf("%d reps, %0.f total tests, expecting %2.2f random collisions",reps,testcount,expected);
H A DKeysetTest.h213 int testcount = keybits; local
215 printf("Keyset 'Windowed' - %3d-bit key, %3d-bit window - %d tests, %d keys per test\n",keybits,windowbits,testcount,keycount);
217 for(int j = 0; j <= testcount; j++)

Completed in 119 milliseconds