Searched defs:F1 (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-current/contrib/unifdef/tests/
H A Dif6.h2 #define F1 1 macro
/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
113 F1 = 1, member in class:__anon1160::FlagsClass
128 F1 = 1, enumerator in enum:__anon1160::Container::Flags
[all...]
/freebsd-current/contrib/ntp/libntp/lib/isc/
H A Dmd5.c106 #define F1(x, y, z) (z ^ (x & (y ^ z))) macro
[all...]
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dmd5.c142 #define F1(x, y, z) (z ^ (x & (y ^ z))) macro
[all...]
/freebsd-current/contrib/wpa/src/crypto/
H A Dmd5-internal.c194 #define F1(x, y, z) (z ^ (x & (y ^ z))) macro
[all...]
H A Dmd4-internal.c184 #define F1(x, y, z) (z ^ (x & (y ^ z))) macro
[all...]
/freebsd-current/contrib/netbsd-tests/lib/semaphore/
H A Dsem.c317 #define F1(name, a) int _ksem_##name(a); \ macro
/freebsd-current/lib/libmd/
H A Drmd_locl.h178 #define F1(x,y,z) ((x)^(y)^(z)) macro
/freebsd-current/crypto/openssl/crypto/ripemd/
H A Drmd_local.h50 #define F1(x,y,z) ((x) ^ (y) ^ (z)) macro
/freebsd-current/sys/crypto/
H A Dsha1.c60 #define F1(b, c, d) (((b) ^ (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.c75 #define F1(x, y, z) (((x) & (y)) | ((~x) & (z))) macro
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DFileUtilities.cpp190 MemoryBuffer &F1 = *F1OrErr.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.cpp761 auto F1 = MDF.find(&B); local
H A DMachinePipeliner.cpp1150 InstrStage::FuncUnits F1 = 0, F2 = 0; local
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp1146 Value *F1 = Builder.CreateFreeze(Op1, Op1->getName() + ".fr"); local
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp320 Function *F1 = cast<Function>(*I); 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.cpp488 InductionMap::iterator F1 = IndMap.find(CmpReg1); local
/freebsd-current/libexec/getty/
H A Dgettytab.h106 #define F1 gettynums[10].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/llvm-project/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp1218 const APFloat &F1 = FC1->getValueAPF(); local
/freebsd-current/contrib/arm-optimized-routines/math/test/
H A Dulp.c305 #define F1(x) F (x##f, x##f, x, mpfr_##x, 1, 1, f1, 0) macro
339 #undef F1 macro
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp856 const Function *F1 = getParent(O1); local

Completed in 351 milliseconds

12