Home
last modified time | relevance | path

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

/PHP-8.3/ext/standard/
H A Dcrypt_freesec.c374 int shifts, round; in des_setkey() local
423 shifts = 0; in des_setkey()
427 shifts += key_shifts[round]; in des_setkey()
429 t0 = (k0 << shifts) | (k0 >> (28 - shifts)); in des_setkey()
430 t1 = (k1 << shifts) | (k1 >> (28 - shifts)); in des_setkey()
/PHP-8.3/ext/gd/tests/
H A Dbug70102.phpt2 Bug #70102 (imagecreatefromwebm() shifts colors)
/PHP-8.3/ext/dom/tests/
H A Dbug55294.phpt2 Bug #55294 (DOMDocument::importNode shifts namespaces when "default" namespace exists)
/PHP-8.3/ext/standard/tests/filters/
H A Dstream_filter_remove_basic.phpt18 fwrite( $fp, "Testing the rot13 filter which shifts some things around." );
/PHP-8.3/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-8.3/ext/hash/
H A Dhash_snefru.c42 static const int shifts[4] = {16, 8, 16, 24}; in Snefru() local
85 rshift = shifts[b]; in Snefru()
/PHP-8.3/ext/mbstring/tests/
H A Dutf7imap_encoding.phpt58 /* Identification of null shifts (& immediately after -)

Completed in 15 milliseconds