gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:I (0.19 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsdlib/libc/md/md5c.c - 11.8KB - 368 lines
174: #define II(a, b, c, d, x, s, ac) { \
175:         (a) += I ((b), (c), (d)) + (x) + (UINT4)(ac); \
176:         (a) = ROTATE_LEFT ((a), (s)); \