OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:spd2
(Results
1 - 2
of
2
) sorted by null
/external/dropbear/libtomcrypt/testprof/
tomcrypt_test.h
46
unsigned long spd1,
spd2
, avg;
member in struct:list
x86_prof.c
32
("%-20s[%3d]: Encrypt at %5lu, Decrypt at %5lu\n", cipher_descriptor[results[x].id].name, cipher_descriptor[results[x].id].ID, results[x].spd1, results[x].
spd2
);
349
results[no_results].
spd2
= a2/(sizeof(pt)/cipher_descriptor[x].block_length);
350
results[no_results].avg = (results[no_results].spd1 + results[no_results].
spd2
+1)/2;
421
results[no_results].
spd2
= a2/(sizeof(pt)/cipher_descriptor[x].block_length);
422
results[no_results].avg = (results[no_results].spd1 + results[no_results].
spd2
+1)/2;
496
results[no_results].
spd2
= a2/(sizeof(pt)/cipher_descriptor[x].block_length);
497
results[no_results].avg = (results[no_results].spd1 + results[no_results].
spd2
+1)/2;
573
results[no_results].
spd2
= a2/(sizeof(pt)/cipher_descriptor[x].block_length);
574
results[no_results].avg = (results[no_results].spd1 + results[no_results].
spd2
+1)/2;
[
all
...]
Completed in 215 milliseconds