Home
last modified time | relevance | path

Searched defs:F3 (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSupport.h77 #define BOOL_BIT_3(FAMILY, ENUM, FIELD, F1, F2, F3) \ argument
92 #define PROPERTY_3(ENUM, FIELD, F1, F2, F3) \ argument
99 #define KIND_3(ENUM, FIELD, F1, F2, F3) \ argument
/freebsd/crypto/openssh/openbsd-compat/
H A Dmd5.c144 #define F3(x, y, z) (x ^ y ^ z) macro
/freebsd/contrib/wpa/src/crypto/
H A Dmd5-internal.c196 #define F3(x, y, z) (x ^ y ^ z) macro
H A Dmd4-internal.c186 #define F3(x, y, z) (x ^ y ^ z) macro
/freebsd/contrib/ntp/libntp/lib/isc/
H A Dmd5.c108 #define F3(x, y, z) (x ^ y ^ z) macro
/freebsd/sys/crypto/
H A Dsha1.c62 #define F3(b, c, d) (((b) ^ (c)) ^ (d)) macro
/freebsd/crypto/openssl/test/
H A Dkeymgmt_internal_test.c74 #define F3 5 /* Extra factor */ macro
/freebsd/crypto/openssl/crypto/ripemd/
H A Drmd_local.h52 #define F3(x,y,z) (((~(y)) | (x)) ^ (z)) macro
/freebsd/sys/opencrypto/
H A Drmd160.c77 #define F3(x, y, z) (((x) & (z)) | ((y) & (~z))) macro
/freebsd/lib/libmd/
H A Drmd_locl.h180 #define F3(x,y,z) (((x)|(~y))^(z)) macro
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp349 Function *F3 = cast<Function>(*K); in doFunctionalCheck() local