Searched refs:number_of_rounds (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/crypto/aesni/
H A Daesni.h77 uint8_t *encrypt_schedule /*__aligned(16)*/, int number_of_rounds);
79 uint8_t *decrypt_schedule /*__aligned(16)*/, int number_of_rounds);
/freebsd-12-stable/contrib/gcc/
H A Dbb-reorder.c201 push_to_next_round_p (basic_block bb, int round, int number_of_rounds,
207 there_exists_another_round = round < number_of_rounds - 1;
228 int number_of_rounds;
237 number_of_rounds = N_ROUNDS - 1;
255 for (i = 0; i < number_of_rounds; i++)
270 number_of_rounds);
431 fibheap_t *heap, int number_of_rounds)
457 if (push_to_next_round_p (bb, round, number_of_rounds, exec_th,
598 number_of_rounds,
200 push_to_next_round_p(basic_block bb, int round, int number_of_rounds, int exec_th, gcov_type count_th) argument
227 int number_of_rounds; local
428 find_traces_1_round(int branch_th, int exec_th, gcov_type count_th, struct trace *traces, int *n_traces, int round, fibheap_t *heap, int number_of_rounds) argument

Completed in 54 milliseconds