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

/freebsd-11.0-release/usr.bin/enigma/
H A Denigma.c26 #define ROTORSZ 256 macro
28 static char t1[ROTORSZ];
29 static char t2[ROTORSZ];
30 static char t3[ROTORSZ];
31 static char deck[ROTORSZ];
61 for(i=0;i<ROTORSZ;i++) {
65 for(i=0;i<ROTORSZ;i++) {
68 k = ROTORSZ-1 - i;
80 for(i=0;i<ROTORSZ;i++)
127 if(n1==ROTORSZ) {
[all...]

Completed in 46 milliseconds