HomeSort by relevance Sort by last modified time
    Searched refs:keycount (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/smhasher/src/
KeysetTest.h 206 const int keycount = 1 << windowbits; local
209 hashes.resize(keycount);
215 printf("Keyset 'Windowed' - %3d-bit key, %3d-bit window - %d tests, %d keys per test\n",keybits,windowbits,testcount,keycount);
223 for(int i = 0; i < keycount; i++)
250 bool CyclicKeyTest ( pfHash hash, int cycleLen, int cycleReps, const int keycount, bool drawDiagram )
252 printf("Keyset 'Cyclic' - %d cycles of %d bytes - %d keys\n",cycleReps,cycleLen,keycount);
257 hashes.resize(keycount);
266 for(int i = 0; i < keycount; i++)
328 const int keycount = (int)pow(double(corecount),double(corelen)); local
332 printf("]%s\" - %d keys\n",suffix,keycount);
379 int keycount = 64*1024; local
    [all...]
Stats.cpp 45 double calcScore ( const int * bins, const int bincount, const int keycount )
48 double k = keycount;
KeysetTest.cpp 211 int keycount = 0; local
213 for(int i = 2; i <= maxlen; i++) keycount += (int)chooseK(i,2);
215 keycount *= 255*255;
217 for(int i = 2; i <= maxlen; i++) keycount += i*255;
219 printf("Keyset 'TwoBytes' - up-to-%d-byte keys, %d total keys\n",maxlen, keycount);
221 c.reserve(keycount);
Stats.h 263 int keycount = (int)keys.size(); local
267 hashes.resize(keycount);
271 for(int i = 0; i < keycount; i++)
273 if(i % (keycount / 10) == 0) printf(".");
DifferentialTest.h 251 const int keycount = 256*256*32; local
254 std::vector<hashtype> hashes(keycount);
263 for(int i = 0; i < keycount; i++)
Types.h 108 virtual void reserve ( int keycount )
136 virtual void reserve ( int keycount )
138 m_hashes.reserve(keycount);
  /external/wpa_supplicant_8/src/ap/
wpa_auth_i.h 65 int keycount; member in struct:wpa_state_machine
wpa_auth.c     [all...]

Completed in 111 milliseconds