Home
last modified time | relevance | path

Searched refs:shifts (Results 1 – 5 of 5) sorted by relevance

/PHP-5.5/ext/standard/
H A Dcrypt_freesec.c382 int shifts, round; in des_setkey() local
431 shifts = 0; in des_setkey()
435 shifts += key_shifts[round]; in des_setkey()
437 t0 = (k0 << shifts) | (k0 >> (28 - shifts)); in des_setkey()
438 t1 = (k1 << shifts) | (k1 >> (28 - shifts)); in des_setkey()
/PHP-5.5/ext/standard/tests/filters/
H A Dstream_filter_remove_basic.phpt24 fwrite( $fp, "Testing the rot13 filter which shifts some things around." );
/PHP-5.5/ext/date/tests/
H A Dbug33415-1.phpt2 Bug #33415 [1] (Possibly invalid non-one-hour DST or timezone shifts)
H A Dbug33415-2.phpt2 Bug #33415 [2] (Possibly invalid non-one-hour DST or timezone shifts)
/PHP-5.5/ext/hash/
H A Dhash_snefru.c46 static int shifts[4] = {16, 8, 16, 24}; in Snefru() local
89 rshift = shifts[b]; in Snefru()

Completed in 11 milliseconds