F1 129 ext/hash/hash_haval.c #define F1(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x4)) ^ ((x2) & (x5)) ^ ((x3) & (x6)) ^ ((x0) & (x1)) ^ (x0) ) F1 141 ext/hash/hash_ripemd.c #define F1(x,y,z) (((x) & (y)) | ((~(x)) & (z))) F1 134 ext/json/JSON_parser.c F1, /* fa */ F1 3414 sapi/litespeed/lsapilib.c #define F1(x, y, z) (z ^ (x & (y ^ z)))