Home
last modified time | relevance | path

Searched refs:B14 (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/ext/standard/tests/strings/
H A Dbug77608.phpt11 x=1.0E%2B14&y=1E%2B14
/PHP-7.4/ext/hash/
H A Dhash_snefru.c47 uint32_t SBE,B00,B01,B02,B03,B04,B05,B06,B07,B08,B09,B10,B11,B12,B13,B14,B15; in Snefru() local
63 B14 = input[14]; in Snefru()
83 round(B12, B13, B14, t0); in Snefru()
84 round(B13, B14, B15, t1); in Snefru()
85 round(B14, B15, B00, t1); in Snefru()
104 B14 = (B14 >> rshift) | (B14 << lshift); in Snefru()
109 input[1] ^= B14; in Snefru()

Completed in 6 milliseconds