Home
last modified time | relevance | path

Searched refs:shift_4 (Results 1 – 3 of 3) sorted by relevance

/dports/science/pagmo2/pagmo2-2.18.0/src/problems/
H A Dcec2014_data.cpp1426794 const double shift_4[100] variable
1427147 retval.emplace(4, std::vector<double>(std::begin(shift_4), std::end(shift_4))); in build_cec2014_shift_data()
/dports/security/john/john-1.9.0-jumbo-1/run/
H A Dpass_gen.pl2944 my @shift_4; my @shift_7; my @indirect_4; my @indirect_7;
2952 $shift_4[$i] = ord(substr($c,$j,1)) % 5;
2960 $indirect_4[$i] = (ord(substr($c,$i,1)) >> $shift_4[$i]) & 0x0f;
/dports/security/hashcat-legacy/hashcat-legacy-2.00/src/
H A Dengine.c9479 int shift_4[16]; /* shift schedule, vals 0..4 */ in hashing_03300() local
9492 shift_4[k] = ptrs_dgst[i][l] % 5; in hashing_03300()
9505 indirect_4[k] = (ptrs_dgst[i][k] >> shift_4[k]) & 0xf; in hashing_03300()