OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:keycount
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/smhasher/src/
DifferentialTest.h
251
const int
keycount
= 256*256*32;
local
254
std::vector<hashtype> hashes(
keycount
);
263
for(int i = 0; i <
keycount
; i++)
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
);
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.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(".");
/external/wpa_supplicant_8/src/ap/
wpa_auth_i.h
65
int
keycount
;
member in struct:wpa_state_machine
Completed in 45 milliseconds