/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVSupport.h | 60 #define BOOL_BIT_1(FAMILY, ENUM, FIELD, F1) \ argument 68 #define BOOL_BIT_2(FAMILY, ENUM, FIELD, F1, F2) \ argument 77 #define BOOL_BIT_3(FAMILY, ENUM, FIELD, F1, F2, F3) \ argument 89 #define PROPERTY_1(ENUM, FIELD, F1) BOOL_BIT_1(Properties, ENUM, FIELD, F1) argument 90 #define PROPERTY_2(ENUM, FIELD, F1, F2) \ argument 92 #define PROPERTY_3(ENUM, FIELD, F1, F2, F3) \ argument 97 #define KIND_1(ENUM, FIELD, F1) BOOL_BIT_1(Kinds, ENUM, FIELD, F1) argument 98 #define KIND_2(ENUM, FIELD, F1, F2) BOOL_BIT_2(Kinds, ENUM, FIELD, F1, F2) argument 99 #define KIND_3(ENUM, FIELD, F1, F2, F3) \ argument
|
/freebsd/contrib/unifdef/tests/ |
H A D | if6.h | 2 #define F1 1 macro
|
/freebsd/usr.bin/join/ |
H A D | join.c | 108 INPUT *F1, *F2; in main() local 420 joinlines(INPUT * F1,INPUT * F2) joinlines() argument 474 outtwoline(INPUT * F1,LINE * lp1,INPUT * F2,LINE * lp2) outtwoline() argument [all...] |
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | FunctionComparator.h | 95 FunctionComparator(const Function *F1, const Function *F2, in FunctionComparator() argument
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | md5.c | 142 #define F1(x, y, z) (z ^ (x & (y ^ z))) macro
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | md5-internal.c | 194 #define F1(x, y, z) (z ^ (x & (y ^ z))) macro
|
H A D | md4-internal.c | 184 #define F1(x, y, z) (z ^ (x & (y ^ z))) macro
|
/freebsd/contrib/ntp/libntp/lib/isc/ |
H A D | md5.c | 106 #define F1(x, y, z) (z ^ (x & (y ^ z))) macro
|
/freebsd/sys/crypto/ |
H A D | sha1.c | 60 #define F1(b, c, d) (((b) ^ (c)) ^ (d)) macro
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | FileUtilities.cpp | 190 MemoryBuffer &F1 = *F1OrErr.get(); in DiffFilesWithTolerance() local
|
/freebsd/crypto/openssl/crypto/ripemd/ |
H A D | rmd_local.h | 50 #define F1(x,y,z) ((x) ^ (y) ^ (z)) macro
|
/freebsd/contrib/netbsd-tests/lib/semaphore/ |
H A D | sem.c | 317 #define F1(name, a) int _ksem_##name(a); \ macro
|
/freebsd/sys/opencrypto/ |
H A D | rmd160.c | 75 #define F1(x, y, z) (((x) & (y)) | ((~x) & (z))) macro
|
/freebsd/lib/libmd/ |
H A D | rmd_locl.h | 178 #define F1(x,y,z) ((x)^(y)^(z)) macro
|
/freebsd/libexec/getty/ |
H A D | gettytab.h | 106 #define F1 gettynums[10].value macro
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | MemProf.cpp | 542 [&](FrameId F1, FrameId F2) { in build()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | llvm-pdbutil.cpp | 935 compareFunctionSymbols(const std::unique_ptr<PDBSymbolFunc> & F1,const std::unique_ptr<PDBSymbolFunc> & F2) compareFunctionSymbols() argument 948 compareDataSymbols(const std::unique_ptr<PDBSymbolData> & F1,const std::unique_ptr<PDBSymbolData> & F2) compareDataSymbols() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | MergeFunctions.cpp | 327 Function *F1 = cast<Function>(*I); in doFunctionalCheck() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | RDFLiveness.cpp | 761 auto F1 = MDF.find(&B); in computeLiveIns() local
|
/freebsd/contrib/arm-optimized-routines/math/test/ |
H A D | ulp.c | 316 #define F1(x) F (x##f, x##f, x, mpfr_##x, 1, 1, f1, 0) macro
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonCommonGEP.cpp | 87 auto F1 = Map.find(N1), F2 = Map.find(N2); in operator ()() local
|
H A D | HexagonHardwareLoops.cpp | 488 InductionMap::iterator F1 = IndMap.find(CmpReg1); in findInductionRegister() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | BasicAliasAnalysis.cpp | 888 const Function *F1 = getParent(O1); in notDifferentParent() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | Reassociate.cpp | 1134 const APFloat &F1 = FC1->getValueAPF(); in RemoveFactorFromExpression() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineMulDivRem.cpp | 1283 Value *F1 = Op1; in commonIDivTransforms() local
|