Searched defs:F4 (Results 1 - 11 of 11) sorted by relevance

/freebsd-10-stable/lib/libmd/
H A Drmd_locl.h181 #define F4(x,y,z) (((x)&(z))|((y)&(~(z)))) macro
/freebsd-10-stable/crypto/openssl/crypto/ripemd/
H A Drmd_locl.h114 # define F4(x,y,z) ((((x) ^ (y)) & (z)) ^ (y)) macro
/freebsd-10-stable/contrib/ntp/lib/isc/
H A Dmd5.c109 #define F4(x, y, z) (y ^ (x | ~z)) macro
[all...]
/freebsd-10-stable/crypto/openssh/openbsd-compat/
H A Dmd5.c145 #define F4(x, y, z) (y ^ (x | ~z)) macro
[all...]
H A Drmd160.c82 #define F4(x, y, z) ((x) ^ ((y) | (~z))) macro
[all...]
/freebsd-10-stable/contrib/wpa/src/crypto/
H A Dmd5-internal.c194 #define F4(x, y, z) (y ^ (x | ~z)) macro
[all...]
/freebsd-10-stable/sys/opencrypto/
H A Drmd160.c81 #define F4(x, y, z) ((x) ^ ((y) | (~z))) macro
[all...]
/freebsd-10-stable/contrib/binutils/opcodes/
H A Dia64-opc.h67 #define F4 IA64_OPND_F4 macro
/freebsd-10-stable/contrib/gdb/gdb/
H A Dsparc-stub.c115 F0, F1, F2, F3, F4, F5, F6, F7, enumerator in enum:regnames
/freebsd-10-stable/sys/mips/include/
H A Dregnum.h134 #define F4 (FPBASE+4) macro
/freebsd-10-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c3579 #define F4(x, y, z) (y ^ (x | ~z)) macro
[all...]

Completed in 82 milliseconds