OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:spd1
(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
27
fprintf(stderr, "%-20s: Schedule at %6lu\n", cipher_descriptor[results[x].id].name, (unsigned long)results[x].
spd1
);
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);
37
("%-20s: Process at %5lu\n", hash_descriptor[results[x].id].name, results[x].
spd1
/ 1000);
280
results[no_results].
spd1
= results[no_results].avg = t1;
348
results[no_results].
spd1
= a1/(sizeof(pt)/cipher_descriptor[x].block_length);
350
results[no_results].avg = (results[no_results].
spd1
+ results[no_results].spd2+1)/2;
420
results[no_results].
spd1
= a1/(sizeof(pt)/cipher_descriptor[x].block_length);
422
results[no_results].avg = (results[no_results].
spd1
+ results[no_results].spd2+1)/2;
495
results[no_results].
spd1
= a1/(sizeof(pt)/cipher_descriptor[x].block_length);
497
results[no_results].avg = (results[no_results].
spd1
+ results[no_results].spd2+1)/2
[
all
...]
Completed in 5425 milliseconds