Searched refs:ROUNDS (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/power/cpupower/bench/
H A Dbenchmark.h8 #define ROUNDS(x) {unsigned int rcnt; \ macro
H A Dbenchmark.c45 ROUNDS(estimated);
56 ROUNDS(rounds);
128 ROUNDS(calculations);
154 ROUNDS(calculations);
/linux-master/tools/testing/selftests/openat2/
H A Drename_attack_test.c71 #define ROUNDS 400000 macro
108 for (int i = 0; i < ROUNDS; i++) {
140 flagname(resolve), ROUNDS, escapes);
/linux-master/crypto/
H A Dcamellia_generic.c852 #define ROUNDS(i) ({ \ macro
879 ROUNDS(0);
881 ROUNDS(8);
883 ROUNDS(16);
886 ROUNDS(24);
889 #undef ROUNDS macro
907 #define ROUNDS(i) ({ \ macro
935 ROUNDS(24);
938 ROUNDS(16);
940 ROUNDS(
944 #undef ROUNDS macro
[all...]
H A Dfcrypt.c51 #define ROUNDS 16 macro
54 __be32 sched[ROUNDS];

Completed in 130 milliseconds