gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:G (0.02 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsdlib/libc/md/md5c.c - 11.8KB - 368 lines
162: #define GG(a, b, c, d, x, s, ac) { \
163:         (a) += G ((b), (c), (d)) + (x) + (UINT4)(ac); \
164:         (a) = ROTATE_LEFT ((a), (s)); \