/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVSupport.h | 68 #define BOOL_BIT_2(FAMILY, ENUM, FIELD, F1, F2) \ argument 77 #define BOOL_BIT_3(FAMILY, ENUM, FIELD, F1, F2, F3) \ argument 90 #define PROPERTY_2(ENUM, FIELD, F1, F2) \ argument 92 #define PROPERTY_3(ENUM, FIELD, F1, F2, F3) \ 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/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 | 143 #define F2(x, y, z) F1(z, x, y) macro
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | md5-internal.c | 195 #define F2(x, y, z) F1(z, x, y) macro
|
H A D | md4-internal.c | 185 #define F2(x, y, z) ((x & y) | (x & z) | (y & z)) macro
|
/freebsd/contrib/ntp/libntp/lib/isc/ |
H A D | md5.c | 107 #define F2(x, y, z) F1(z, x, y) macro
|
/freebsd/sys/crypto/ |
H A D | sha1.c | 61 #define F2(b, c, d) (((b) & (c)) | ((b) & (d)) | ((c) & (d))) macro
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | FileUtilities.cpp | 198 MemoryBuffer &F2 = *F2OrErr.get(); in DiffFilesWithTolerance() local
|
/freebsd/crypto/openssl/crypto/ripemd/ |
H A D | rmd_local.h | 51 #define F2(x,y,z) ((((y) ^ (z)) & (x)) ^ (z)) macro
|
/freebsd/contrib/netbsd-tests/lib/semaphore/ |
H A D | sem.c | 319 #define F2(name, a, b) int _ksem_##name(a, b); \ macro
|
/freebsd/sys/opencrypto/ |
H A D | rmd160.c | 76 #define F2(x, y, z) (((x) | (~y)) ^ (z)) macro
|
/freebsd/lib/libmd/ |
H A D | rmd_locl.h | 179 #define F2(x,y,z) (((x)&(y))|((~x)&z)) macro
|
/freebsd/libexec/getty/ |
H A D | gettytab.h | 108 #define F2 gettynums[11].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 | 936 compareFunctionSymbols(const std::unique_ptr<PDBSymbolFunc> & F1,const std::unique_ptr<PDBSymbolFunc> & F2) compareFunctionSymbols() argument 949 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 | 328 Function *F2 = cast<Function>(*J); in doFunctionalCheck() local
|
H A D | LowerTypeTests.cpp | 2372 [&](ICallBranchFunnel *F1, ICallBranchFunnel *F2) { in lower()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | RDFLiveness.cpp | 766 auto F2 = MDF.find(IDFB[i]); in computeLiveIns() local
|
H A D | MachinePipeliner.cpp | 1210 InstrStage::FuncUnits F1 = 0, F2 = 0; in operator ()() local
|
/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 | 493 InductionMap::iterator F2 = IndMap.find(CmpReg2); in findInductionRegister() local
|
/freebsd/contrib/arm-optimized-routines/math/test/ |
H A D | ulp.c | 317 #define F2(x) F (x##f, x##f, x, mpfr_##x, 2, 1, f2, 0) macro
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | BasicAliasAnalysis.cpp | 889 const Function *F2 = getParent(O2); in notDifferentParent() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | Reassociate.cpp | 1135 APFloat F2(FC2->getValueAPF()); in RemoveFactorFromExpression() local
|