Home
last modified time | relevance | path

Searched refs:number_of_rounds (Results 1 – 25 of 46) sorted by relevance

12

/dports/net/zebra-server/idzebra-2.0.55/isamb/
H A Dbenchisamb.c120 int number_of_rounds, int number_of_elements, in bench_insert() argument
136 for (round = 0; round < number_of_rounds; round++) in bench_insert()
186 int number_of_rounds = 10; in main() local
197 number_of_rounds = atoi(arg); in main()
247 bench_insert(isb, number_of_isams, number_of_rounds, number_of_items, in main()
/dports/games/freedoko/FreeDoko_0.7.19/src/ui/gtkmm/
H A Dparty_settings.cpp123 = Gtk::manage(new Gtk::CheckButton(_(Rule::Type::number_of_rounds) + ":")); in init()
281 …:bind<int const>(sigc::mem_fun(*this, &PartySettings::rule_change), Rule::Type::number_of_rounds)); in init()
507 this->rule_number_of_rounds->set_value(rule(Rule::Type::number_of_rounds)); in rules_update()
509 this->rule_number_of_rounds->set_value(rule(Rule::Type::number_of_rounds)); in rules_update()
511 auto const value = rule(Rule::Type::number_of_rounds); in rules_update()
512 this->rule_number_of_rounds->set_range(rule.min(Rule::Type::number_of_rounds), in rules_update()
513 rule.max(Rule::Type::number_of_rounds)); in rules_update()
543 case Rule::Type::number_of_rounds: in rule_change()
544 rule.set(Rule::Type::number_of_rounds, in rule_change()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/minizip/src/lib/brg/
H A Daes.h246 int number_of_rounds);
253 int number_of_rounds);
261 int number_of_rounds);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/minizip/src/lib/brg/
H A Daes.h246 int number_of_rounds);
253 int number_of_rounds);
261 int number_of_rounds);
/dports/security/krb5/krb5-1.19.2/src/lib/crypto/builtin/aes/
H A Daes.h265 int number_of_rounds);
272 int number_of_rounds);
280 int number_of_rounds);
/dports/multimedia/libmediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/ThirdParty/aes-gladman/
H A Daes_ni.c427 int number_of_rounds) in aes_CBC_encrypt() argument
440 for(j = 1; j <number_of_rounds; j++) in aes_CBC_encrypt()
452 int number_of_rounds) in aes_CBC_decrypt() argument
464 for(j = 1; j <number_of_rounds; j++) in aes_CBC_decrypt()
481 int number_of_rounds) in AES_CTR_encrypt() argument
500 for(j = 1; j <number_of_rounds; j++) in AES_CTR_encrypt()
/dports/multimedia/mediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/ThirdParty/aes-gladman/
H A Daes_ni.c427 int number_of_rounds) in aes_CBC_encrypt() argument
440 for(j = 1; j <number_of_rounds; j++) in aes_CBC_encrypt()
452 int number_of_rounds) in aes_CBC_decrypt() argument
464 for(j = 1; j <number_of_rounds; j++) in aes_CBC_decrypt()
481 int number_of_rounds) in AES_CTR_encrypt() argument
500 for(j = 1; j <number_of_rounds; j++) in AES_CTR_encrypt()
/dports/security/cryptlib/cryptlib-3.4.3/crypt/
H A Daes_ni.c427 int number_of_rounds) in aes_CBC_encrypt() argument
440 for(j = 1; j <number_of_rounds; j++) in aes_CBC_encrypt()
452 int number_of_rounds) in aes_CBC_decrypt() argument
464 for(j = 1; j <number_of_rounds; j++) in aes_CBC_decrypt()
481 int number_of_rounds) in AES_CTR_encrypt() argument
500 for(j = 1; j <number_of_rounds; j++) in AES_CTR_encrypt()
/dports/multimedia/libzen/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/ThirdParty/aes-gladman/
H A Daes_ni.c427 int number_of_rounds) in aes_CBC_encrypt() argument
440 for(j = 1; j <number_of_rounds; j++) in aes_CBC_encrypt()
452 int number_of_rounds) in aes_CBC_decrypt() argument
464 for(j = 1; j <number_of_rounds; j++) in aes_CBC_decrypt()
481 int number_of_rounds) in AES_CTR_encrypt() argument
500 for(j = 1; j <number_of_rounds; j++) in AES_CTR_encrypt()
/dports/games/freedoko/FreeDoko_0.7.19/src/party/
H A Dparty.cpp378 if ( (this->rule()(Rule::Type::number_of_rounds) in remaining_rounds()
383 return (this->rule()(Rule::Type::number_of_rounds) in remaining_rounds()
402 return ( ( this->rule()(Rule::Type::number_of_rounds) in remaining_normal_games()
570 > this->rule()(Rule::Type::number_of_rounds)) ) in starts_new_round()
637 this->rule()(Rule::Type::number_of_rounds) in round_of_game()
1580 >= this->rule()(Rule::Type::number_of_rounds)) in read()
1607 >= this->rule()(Rule::Type::number_of_rounds)) ) in read()
1802 >= this->rule()(Rule::Type::number_of_rounds)) ) in play()
/dports/security/rhash/RHash-1.4.2/librhash/
H A Dwhirlpool.c68 const int number_of_rounds = 10; in rhash_whirlpool_process_block() local
93 for (i = 0; i < number_of_rounds; i++) in rhash_whirlpool_process_block()
/dports/security/p5-Crypt-RHash/Crypt-RHash-1.00/librhash/
H A Dwhirlpool.c68 const int number_of_rounds = 10; in rhash_whirlpool_process_block() local
93 for (i = 0; i < number_of_rounds; i++) in rhash_whirlpool_process_block()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dbb-reorder.c200 push_to_next_round_p (basic_block bb, int round, int number_of_rounds, in push_to_next_round_p() argument
206 there_exists_another_round = round < number_of_rounds - 1; in push_to_next_round_p()
227 int number_of_rounds; in find_traces() local
236 number_of_rounds = N_ROUNDS - 1; in find_traces()
254 for (i = 0; i < number_of_rounds; i++) in find_traces()
269 number_of_rounds); in find_traces()
430 fibheap_t *heap, int number_of_rounds) in find_traces_1_round() argument
456 if (push_to_next_round_p (bb, round, number_of_rounds, exec_th, in find_traces_1_round()
597 number_of_rounds, in find_traces_1_round()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dbb-reorder.c235 push_to_next_round_p (const_basic_block bb, int round, int number_of_rounds, in push_to_next_round_p() argument
241 there_exists_another_round = round < number_of_rounds - 1; in push_to_next_round_p()
262 int number_of_rounds; in find_traces() local
271 number_of_rounds = N_ROUNDS - 1; in find_traces()
289 for (i = 0; i < number_of_rounds; i++) in find_traces()
304 number_of_rounds); in find_traces()
453 fibheap_t *heap, int number_of_rounds) in find_traces_1_round() argument
481 && push_to_next_round_p (bb, round, number_of_rounds, exec_th, in find_traces_1_round()
648 number_of_rounds, in find_traces_1_round()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dbb-reorder.c235 push_to_next_round_p (const_basic_block bb, int round, int number_of_rounds, in push_to_next_round_p() argument
241 there_exists_another_round = round < number_of_rounds - 1; in push_to_next_round_p()
262 int number_of_rounds; in find_traces() local
271 number_of_rounds = N_ROUNDS - 1; in find_traces()
289 for (i = 0; i < number_of_rounds; i++) in find_traces()
304 number_of_rounds); in find_traces()
453 fibheap_t *heap, int number_of_rounds) in find_traces_1_round() argument
481 && push_to_next_round_p (bb, round, number_of_rounds, exec_th, in find_traces_1_round()
648 number_of_rounds, in find_traces_1_round()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dbb-reorder.c236 push_to_next_round_p (const_basic_block bb, int round, int number_of_rounds, in push_to_next_round_p() argument
242 there_exists_another_round = round < number_of_rounds - 1; in push_to_next_round_p()
263 int number_of_rounds; in find_traces() local
272 number_of_rounds = N_ROUNDS - 1; in find_traces()
290 for (i = 0; i < number_of_rounds; i++) in find_traces()
305 number_of_rounds); in find_traces()
454 fibheap_t *heap, int number_of_rounds) in find_traces_1_round() argument
482 && push_to_next_round_p (bb, round, number_of_rounds, exec_th, in find_traces_1_round()
649 number_of_rounds, in find_traces_1_round()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dbb-reorder.c249 push_to_next_round_p (const_basic_block bb, int round, int number_of_rounds, in push_to_next_round_p() argument
255 there_exists_another_round = round < number_of_rounds - 1; in push_to_next_round_p()
276 int number_of_rounds; in find_traces() local
285 number_of_rounds = N_ROUNDS - 1; in find_traces()
301 for (i = 0; i < number_of_rounds; i++) in find_traces()
316 number_of_rounds); in find_traces()
464 bb_heap_t **heap, int number_of_rounds) in find_traces_1_round() argument
492 && push_to_next_round_p (bb, round, number_of_rounds, exec_th, in find_traces_1_round()
659 number_of_rounds, in find_traces_1_round()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dbb-reorder.c249 push_to_next_round_p (const_basic_block bb, int round, int number_of_rounds, in push_to_next_round_p() argument
255 there_exists_another_round = round < number_of_rounds - 1; in push_to_next_round_p()
276 int number_of_rounds; in find_traces() local
285 number_of_rounds = N_ROUNDS - 1; in find_traces()
301 for (i = 0; i < number_of_rounds; i++) in find_traces()
316 number_of_rounds); in find_traces()
464 bb_heap_t **heap, int number_of_rounds) in find_traces_1_round() argument
492 && push_to_next_round_p (bb, round, number_of_rounds, exec_th, in find_traces_1_round()
659 number_of_rounds, in find_traces_1_round()
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/krypto/
H A Daes-ncbi.c2354 key->number_of_rounds = AES_Nr_128; in AESBCMEMBER()
2359 key->number_of_rounds = AES_Nr_192; in AESBCMEMBER()
2364 key->number_of_rounds = AES_Nr_256; in AESBCMEMBER()
2369 key->number_of_rounds = 0; in AESBCMEMBER()
2399 switch (key->number_of_rounds = encrypt_key.number_of_rounds) in AESBCMEMBER()
2435 switch (key->number_of_rounds) in AESBCMEMBER()
2472 switch (key->number_of_rounds) in AESBCMEMBER()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/krypto/
H A Daes-ncbi.c2354 key->number_of_rounds = AES_Nr_128; in AESBCMEMBER()
2359 key->number_of_rounds = AES_Nr_192; in AESBCMEMBER()
2364 key->number_of_rounds = AES_Nr_256; in AESBCMEMBER()
2369 key->number_of_rounds = 0; in AESBCMEMBER()
2399 switch (key->number_of_rounds = encrypt_key.number_of_rounds) in AESBCMEMBER()
2435 switch (key->number_of_rounds) in AESBCMEMBER()
2472 switch (key->number_of_rounds) in AESBCMEMBER()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dbb-reorder.c245 push_to_next_round_p (const_basic_block bb, int round, int number_of_rounds, in push_to_next_round_p() argument
251 there_exists_another_round = round < number_of_rounds - 1; in push_to_next_round_p()
271 int number_of_rounds; in find_traces() local
280 number_of_rounds = N_ROUNDS - 1; in find_traces()
293 for (i = 0; i < number_of_rounds; i++) in find_traces()
304 number_of_rounds); in find_traces()
452 bb_heap_t **heap, int number_of_rounds) in find_traces_1_round() argument
480 && push_to_next_round_p (bb, round, number_of_rounds, in find_traces_1_round()
662 number_of_rounds, in find_traces_1_round()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dbb-reorder.c244 push_to_next_round_p (const_basic_block bb, int round, int number_of_rounds, in push_to_next_round_p() argument
250 there_exists_another_round = round < number_of_rounds - 1; in push_to_next_round_p()
270 int number_of_rounds; in find_traces() local
279 number_of_rounds = N_ROUNDS - 1; in find_traces()
292 for (i = 0; i < number_of_rounds; i++) in find_traces()
303 number_of_rounds); in find_traces()
451 bb_heap_t **heap, int number_of_rounds) in find_traces_1_round() argument
479 && push_to_next_round_p (bb, round, number_of_rounds, in find_traces_1_round()
661 number_of_rounds, in find_traces_1_round()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dbb-reorder.c244 push_to_next_round_p (const_basic_block bb, int round, int number_of_rounds, in push_to_next_round_p() argument
250 there_exists_another_round = round < number_of_rounds - 1; in push_to_next_round_p()
270 int number_of_rounds; in find_traces() local
279 number_of_rounds = N_ROUNDS - 1; in find_traces()
292 for (i = 0; i < number_of_rounds; i++) in find_traces()
303 number_of_rounds); in find_traces()
451 bb_heap_t **heap, int number_of_rounds) in find_traces_1_round() argument
479 && push_to_next_round_p (bb, round, number_of_rounds, in find_traces_1_round()
661 number_of_rounds, in find_traces_1_round()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dbb-reorder.c245 push_to_next_round_p (const_basic_block bb, int round, int number_of_rounds, in push_to_next_round_p() argument
251 there_exists_another_round = round < number_of_rounds - 1; in push_to_next_round_p()
271 int number_of_rounds; in find_traces() local
280 number_of_rounds = N_ROUNDS - 1; in find_traces()
293 for (i = 0; i < number_of_rounds; i++) in find_traces()
304 number_of_rounds); in find_traces()
452 bb_heap_t **heap, int number_of_rounds) in find_traces_1_round() argument
480 && push_to_next_round_p (bb, round, number_of_rounds, in find_traces_1_round()
662 number_of_rounds, in find_traces_1_round()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dbb-reorder.c244 push_to_next_round_p (const_basic_block bb, int round, int number_of_rounds, in push_to_next_round_p() argument
250 there_exists_another_round = round < number_of_rounds - 1; in push_to_next_round_p()
270 int number_of_rounds; in find_traces() local
279 number_of_rounds = N_ROUNDS - 1; in find_traces()
292 for (i = 0; i < number_of_rounds; i++) in find_traces()
303 number_of_rounds); in find_traces()
451 bb_heap_t **heap, int number_of_rounds) in find_traces_1_round() argument
479 && push_to_next_round_p (bb, round, number_of_rounds, in find_traces_1_round()
661 number_of_rounds, in find_traces_1_round()

12