Searched refs:rounds (Results 1 – 14 of 14) sorted by relevance
/linux-3.4.99/tools/power/cpupower/bench/ |
D | benchmark.c | 50 unsigned int rounds = 0; in calculate_timespace() local 66 rounds = (unsigned int)(load * estimated / timed); in calculate_timespace() 67 dprintf("calibrating with %u rounds\n", rounds); in calculate_timespace() 69 ROUNDS(rounds); in calculate_timespace() 73 estimated = rounds; in calculate_timespace() 104 for (_round = 1; _round <= config->rounds; _round++) in start_benchmark() 108 for (_round = 0; _round < config->rounds; _round++) { in start_benchmark()
|
D | main.c | 139 sscanf(optarg, "%u", &config->rounds); in main() 187 config->rounds, in main()
|
D | README-BENCH | 47 rounds=5 66 This shows expected results of the first two test run rounds from 117 -r, --rounds<int> load/sleep rounds
|
D | example.cfg | 9 rounds = 40
|
D | parse.h | 30 unsigned int rounds; /* calculation rounds with iterated sleep/load time */ member
|
D | parse.c | 134 config->rounds = 50; in prepare_default_config() 200 sscanf(val, "%u", &config->rounds); in prepare_config()
|
D | system.c | 144 for (round = 0; round < config->rounds; round++) { in prepare_user()
|
/linux-3.4.99/arch/x86/crypto/ |
D | sha1_ssse3_glue.c | 37 unsigned int rounds); 40 unsigned int rounds); 72 const unsigned int rounds = (len - done) / SHA1_BLOCK_SIZE; in __sha1_ssse3_update() local 74 sha1_transform_asm(sctx->state, data + done, rounds); in __sha1_ssse3_update() 75 done += rounds * SHA1_BLOCK_SIZE; in __sha1_ssse3_update()
|
D | sha1_ssse3_asm.S | 377 # vector iteration / 4 scalar rounds
|
D | aesni-intel_asm.S | 370 .irpc index, 1234 # do 4 rounds 383 .irpc index, 56789 # do next 5 rounds 607 .irpc index, 1234 # do 4 rounds 620 .irpc index, 56789 # do next 5 rounds
|
/linux-3.4.99/fs/reiserfs/ |
D | hashes.c | 30 #define TEACORE(rounds) \ argument 33 int n = rounds; \
|
/linux-3.4.99/drivers/crypto/ |
D | padlock-aes.c | 42 rounds:4, member 134 ctx->cword.encrypt.rounds = 10 + (key_len - 16) / 4; in aes_set_key() 135 ctx->cword.decrypt.rounds = ctx->cword.encrypt.rounds; in aes_set_key()
|
/linux-3.4.99/Documentation/ |
D | nommu-mmap.txt | 283 NOMMU mmap automatically rounds up to the nearest power-of-2 number of pages
|
/linux-3.4.99/crypto/ |
D | Kconfig | 831 many rounds for security. It is very fast and uses
|