Home
last modified time | relevance | path

Searched defs:F2 (Results 1 – 25 of 29) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSupport.h68 #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 Djoin.c108 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 DFunctionComparator.h95 FunctionComparator(const Function *F1, const Function *F2, in FunctionComparator() argument
/freebsd/crypto/openssh/openbsd-compat/
H A Dmd5.c143 #define F2(x, y, z) F1(z, x, y) macro
/freebsd/contrib/wpa/src/crypto/
H A Dmd5-internal.c195 #define F2(x, y, z) F1(z, x, y) macro
H A Dmd4-internal.c185 #define F2(x, y, z) ((x & y) | (x & z) | (y & z)) macro
/freebsd/contrib/ntp/libntp/lib/isc/
H A Dmd5.c107 #define F2(x, y, z) F1(z, x, y) macro
/freebsd/sys/crypto/
H A Dsha1.c61 #define F2(b, c, d) (((b) & (c)) | ((b) & (d)) | ((c) & (d))) macro
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DFileUtilities.cpp198 MemoryBuffer &F2 = *F2OrErr.get(); in DiffFilesWithTolerance() local
/freebsd/crypto/openssl/crypto/ripemd/
H A Drmd_local.h51 #define F2(x,y,z) ((((y) ^ (z)) & (x)) ^ (z)) macro
/freebsd/contrib/netbsd-tests/lib/semaphore/
H A Dsem.c319 #define F2(name, a, b) int _ksem_##name(a, b); \ macro
/freebsd/sys/opencrypto/
H A Drmd160.c76 #define F2(x, y, z) (((x) | (~y)) ^ (z)) macro
/freebsd/lib/libmd/
H A Drmd_locl.h179 #define F2(x,y,z) (((x)&(y))|((~x)&z)) macro
/freebsd/libexec/getty/
H A Dgettytab.h108 #define F2 gettynums[11].value macro
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DMemProf.cpp542 [&](FrameId F1, FrameId F2) { in build()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp936 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 DMergeFunctions.cpp328 Function *F2 = cast<Function>(*J); in doFunctionalCheck() local
H A DLowerTypeTests.cpp2372 [&](ICallBranchFunnel *F1, ICallBranchFunnel *F2) { in lower()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFLiveness.cpp766 auto F2 = MDF.find(IDFB[i]); in computeLiveIns() local
H A DMachinePipeliner.cpp1210 InstrStage::FuncUnits F1 = 0, F2 = 0; in operator ()() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp87 auto F1 = Map.find(N1), F2 = Map.find(N2); in operator ()() local
H A DHexagonHardwareLoops.cpp493 InductionMap::iterator F2 = IndMap.find(CmpReg2); in findInductionRegister() local
/freebsd/contrib/arm-optimized-routines/math/test/
H A Dulp.c317 #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 DBasicAliasAnalysis.cpp889 const Function *F2 = getParent(O2); in notDifferentParent() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp1135 APFloat F2(FC2->getValueAPF()); in RemoveFactorFromExpression() local

12