Searched refs:shifts (Results 1 – 7 of 7) sorted by relevance
382 int shifts, round; in des_setkey() local431 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()
2 Bug #70102 (imagecreatefromwebm() shifts colors)
24 fwrite( $fp, "Testing the rot13 filter which shifts some things around." );
2 Bug #33415 [1] (Possibly invalid non-one-hour DST or timezone shifts)
2 Bug #33415 [2] (Possibly invalid non-one-hour DST or timezone shifts)
46 static int shifts[4] = {16, 8, 16, 24}; in Snefru() local89 rshift = shifts[b]; in Snefru()
1169 . Fixed bug #70102 (imagecreatefromwebm() shifts colors). (cmb)
Completed in 51 milliseconds