Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/
H A Dcrypt_freesec.c380 int shifts, round; in des_setkey() local
429 shifts = 0; in des_setkey()
433 shifts += key_shifts[round]; in des_setkey()
435 t0 = (k0 << shifts) | (k0 >> (28 - shifts)); in des_setkey()
436 t1 = (k1 << shifts) | (k1 >> (28 - shifts)); in des_setkey()
/PHP-7.2/ext/gd/tests/
H A Dbug70102.phpt2 Bug #70102 (imagecreatefromwebm() shifts colors)
/PHP-7.2/ext/standard/tests/filters/
H A Dstream_filter_remove_basic.phpt24 fwrite( $fp, "Testing the rot13 filter which shifts some things around." );
/PHP-7.2/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-7.2/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