Home
last modified time | relevance | path

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

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

Completed in 12 milliseconds