k 386 lib/gnu/md5.c #define OP(f, a, b, c, d, k, s, T) \ k 389 lib/gnu/md5.c a += f (b, c, d) + correct_words[k] + T; \