Searched defs:F2 (Results 1 - 22 of 22) sorted by relevance

/freebsd-current/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Dbitmask_enum_test.cpp23 enum Flags { F0 = 0, F1 = 1, F2 = 2, F3 = 4, F4 = 8 }; enumerator in enum:__anon1159::Flags
114 F2 = 2, member in class:__anon1160::FlagsClass
129 F2 = 2, enumerator in enum:__anon1160::Container::Flags
[all...]
/freebsd-current/contrib/ntp/libntp/lib/isc/
H A Dmd5.c107 #define F2(x, y, z) F1(z, x, y) macro
[all...]
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dmd5.c143 #define F2(x, y, z) F1(z, x, y) macro
[all...]
/freebsd-current/contrib/wpa/src/crypto/
H A Dmd5-internal.c195 #define F2(x, y, z) F1(z, x, y) macro
[all...]
H A Dmd4-internal.c185 #define F2(x, y, z) ((x & y) | (x & z) | (y & z)) macro
[all...]
/freebsd-current/contrib/netbsd-tests/lib/semaphore/
H A Dsem.c319 #define F2(name, a, b) int _ksem_##name(a, b); \ macro
/freebsd-current/lib/libmd/
H A Drmd_locl.h179 #define F2(x,y,z) (((x)&(y))|((~x)&z)) macro
/freebsd-current/crypto/openssl/crypto/ripemd/
H A Drmd_local.h51 #define F2(x,y,z) ((((y) ^ (z)) & (x)) ^ (z)) macro
/freebsd-current/sys/crypto/
H A Dsha1.c61 #define F2(b, c, d) (((b) & (c)) | ((b) & (d)) | ((c) & (d))) macro
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h95 FunctionComparator(const Function *F1, const Function *F2, argument
/freebsd-current/sys/opencrypto/
H A Drmd160.c76 #define F2(x, y, z) (((x) | (~y)) ^ (z)) macro
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DFileUtilities.cpp198 MemoryBuffer &F2 = *F2OrErr.get(); local
/freebsd-current/usr.bin/join/
H A Djoin.c108 INPUT *F1, *F2; local
422 joinlines(INPUT *F1, INPUT *F2) argument
476 outtwoline(INPUT *F1, LINE *lp1, INPUT *F2, LINE *lp2) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFLiveness.cpp766 auto F2 = MDF.find(IDFB[i]); local
H A DMachinePipeliner.cpp1150 InstrStage::FuncUnits F1 = 0, F2 = 0; local
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp321 Function *F2 = cast<Function>(*J); local
329 dbgs() << *F1 << '\n' << *F2 << '\n'; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp87 auto F1 = Map.find(N1), F2 = Map.find(N2); local
H A DHexagonHardwareLoops.cpp493 InductionMap::iterator F2 = IndMap.find(CmpReg2); local
/freebsd-current/libexec/getty/
H A Dgettytab.h108 #define F2 gettynums[11].value macro
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp932 compareFunctionSymbols( const std::unique_ptr<PDBSymbolFunc> &F1, const std::unique_ptr<PDBSymbolFunc> &F2) argument
945 compareDataSymbols( const std::unique_ptr<PDBSymbolData> &F1, const std::unique_ptr<PDBSymbolData> &F2) argument
/freebsd-current/contrib/arm-optimized-routines/math/test/
H A Dulp.c306 #define F2(x) F (x##f, x##f, x, mpfr_##x, 2, 1, f2, 0) macro
340 #undef F2 macro
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp857 const Function *F2 = getParent(O2); local

Completed in 239 milliseconds