gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:G (0.06 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsdlib/libc/md/md5c.c - 11.8KB - 368 lines
142: #define F(x, y, z)      (((x) & (y)) | ((~x) & (z)))
143: #define G(x, y, z)      (((x) & (z)) | ((y) & (~z)))
144: #define H(x, y, z)      ((x) ^ (y) ^ (z))