Searched refs:STEP (Results 1 - 1 of 1) sorted by relevance
| /PHP_TRUNK/ext/standard/ |
| H A D | md5.c | 154 #define STEP(f, a, b, c, d, x, t, s) \ macro 207 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7) 208 STEP(F, d, a, b, c, SET(1), 0xe8c7b756, 12) 209 STEP(F, c, d, a, b, SET(2), 0x242070db, 17) 210 STEP(F, b, c, d, a, SET(3), 0xc1bdceee, 22) 211 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7) 212 STEP(F, d, a, b, c, SET(5), 0x4787c62a, 12) 213 STEP(F, c, d, a, b, SET(6), 0xa8304613, 17) 214 STEP(F, b, c, d, a, SET(7), 0xfd469501, 22) 215 STEP( [all...] |
Completed in 3 milliseconds