Searched refs:STEP (Results 1 - 3 of 3) sorted by last modified time

/haiku/src/kits/shared/
H A Dmd5.cpp59 #define STEP(f, a, b, c, d, x, t, s) \ macro
115 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7)
116 STEP(F, d, a, b, c, SET(1), 0xe8c7b756, 12)
117 STEP(F, c, d, a, b, SET(2), 0x242070db, 17)
118 STEP(F, b, c, d, a, SET(3), 0xc1bdceee, 22)
119 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7)
120 STEP(F, d, a, b, c, SET(5), 0x4787c62a, 12)
121 STEP(F, c, d, a, b, SET(6), 0xa8304613, 17)
122 STEP(F, b, c, d, a, SET(7), 0xfd469501, 22)
123 STEP(
[all...]
/haiku/src/system/libroot/os/arch/sparc/
H A Dfpu_mul.c161 #define STEP /* each 1-bit step of the multiplication */ \ macro
177 STEP;
185 STEP;
193 STEP;
199 STEP;
/haiku/src/system/kernel/util/
H A DRandom.cpp24 #define STEP(f, a, b, c, d, xk, s) \ macro
40 STEP(F, a, b, c, d, data[0], 3);
41 STEP(F, d, a, b, c, data[1], 7);
42 STEP(F, c, d, a, b, data[2], 11);
43 STEP(F, b, c, d, a, data[3], 19);
44 STEP(F, a, b, c, d, data[4], 3);
45 STEP(F, d, a, b, c, data[5], 7);
46 STEP(F, c, d, a, b, data[6], 11);
47 STEP(F, b, c, d, a, data[7], 19);
49 STEP(
[all...]

Completed in 27 milliseconds