Searched defs:F3 (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVSupport.h | 77 #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 D | md5.c | 144 #define F3(x, y, z) (x ^ y ^ z) macro
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | md5-internal.c | 196 #define F3(x, y, z) (x ^ y ^ z) macro
|
H A D | md4-internal.c | 186 #define F3(x, y, z) (x ^ y ^ z) macro
|
/freebsd/contrib/ntp/libntp/lib/isc/ |
H A D | md5.c | 108 #define F3(x, y, z) (x ^ y ^ z) macro
|
/freebsd/sys/crypto/ |
H A D | sha1.c | 62 #define F3(b, c, d) (((b) ^ (c)) ^ (d)) macro
|
/freebsd/crypto/openssl/test/ |
H A D | keymgmt_internal_test.c | 74 #define F3 5 /* Extra factor */ macro
|
/freebsd/crypto/openssl/crypto/ripemd/ |
H A D | rmd_local.h | 52 #define F3(x,y,z) (((~(y)) | (x)) ^ (z)) macro
|
/freebsd/sys/opencrypto/ |
H A D | rmd160.c | 77 #define F3(x, y, z) (((x) & (z)) | ((y) & (~z))) macro
|
/freebsd/lib/libmd/ |
H A D | rmd_locl.h | 180 #define F3(x,y,z) (((x)|(~y))^(z)) macro
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | MergeFunctions.cpp | 349 Function *F3 = cast<Function>(*K); in doFunctionalCheck() local
|