Home
last modified time | relevance | path

Searched refs:tot_words (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/jzintv/jzintv-20200712-src/examples/spacepat/c/
H A Dwasm3.c677 int tot_words = 0; in generate_level() local
765 tot_words = ++j; in generate_level()
794 for (i = 0; i < tot_words; i++) in generate_level()
881 tot_cmds, tot_objs, tot_words); in generate_level()
893 tot_cmds, tot_objs, tot_words); in generate_level()
/dports/security/py-pycryptodome/pycryptodome-3.10.1/src/
H A DAESNI.c96 unsigned tot_words; in expand_key() local
105 tot_words = 4*(Nr+1); in expand_key()
112 for (i=Nk; i<tot_words; i++) { in expand_key()
126 for (i=0; i<tot_words; i+=4) { in expand_key()
/dports/security/py-pycryptodomex/pycryptodome-3.10.1/src/
H A DAESNI.c96 unsigned tot_words; in expand_key() local
105 tot_words = 4*(Nr+1); in expand_key()
112 for (i=Nk; i<tot_words; i++) { in expand_key()
126 for (i=0; i<tot_words; i+=4) { in expand_key()
/dports/biology/plink/plink-ng-79b2df8c/1.9/
H A Dplink_calc.c5434 uintptr_t tot_words; in rel_cutoff_batch() local
5490 tot_words = ullii; in rel_cutoff_batch()
5491 if (bigstack_calloc_ul(tot_words, &compact_rel_table) || in rel_cutoff_batch()
5499 words_left = tot_words; in rel_cutoff_batch()
5510 wl_floor = (((uint64_t)tot_words) * (100 - pct)) / 100; in rel_cutoff_batch()
5559 wl_floor = (((uint64_t)tot_words) * (100 - pct)) / 100; in rel_cutoff_batch()