gonzui


Format: Advanced Search

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