Searched refs:STEP (Results 1 – 2 of 2) sorted by relevance
/PHP-8.3/ext/standard/ |
H A D | md5.c | 152 #define STEP(f, a, b, c, d, x, t, s) \ macro 206 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7) in body() 210 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7) in body() 214 STEP(F, a, b, c, d, SET(8), 0x698098d8, 7) in body() 224 STEP(G, a, b, c, d, GET(1), 0xf61e2562, 5) in body() 225 STEP(G, d, a, b, c, GET(6), 0xc040b340, 9) in body() 228 STEP(G, a, b, c, d, GET(5), 0xd62f105d, 5) in body() 232 STEP(G, a, b, c, d, GET(9), 0x21e1cde6, 5) in body() 237 STEP(G, d, a, b, c, GET(2), 0xfcefa3f8, 9) in body() 242 STEP(H, a, b, c, d, GET(5), 0xfffa3942, 4) in body() [all …]
|
/PHP-8.3/ext/date/tests/ |
H A D | DatePeriod_no_advance_on_valid.phpt | 16 echo "---------STEP 2\n"; 26 echo "---------STEP 3\n"; 32 echo "---------STEP 4\n"; 43 ---------STEP 2 47 ---------STEP 3 50 ---------STEP 4
|
Completed in 7 milliseconds