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

/freebsd-10-stable/lib/libmd/
H A Drmd_locl.h179 #define F2(x,y,z) (((x)&(y))|((~x)&z)) macro
/freebsd-10-stable/sys/opencrypto/
H A Dcast.c30 #define F2(l, r, i) \ macro
[all...]
H A Drmd160.c79 #define F2(x, y, z) (((x) | (~y)) ^ (z)) macro
[all...]
/freebsd-10-stable/crypto/openssl/crypto/ripemd/
H A Drmd_locl.h112 # define F2(x,y,z) ((((y) ^ (z)) & (x)) ^ (z)) macro
/freebsd-10-stable/contrib/ntp/lib/isc/
H A Dmd5.c107 #define F2(x, y, z) F1(z, x, y) macro
[all...]
/freebsd-10-stable/crypto/openssh/openbsd-compat/
H A Dmd5.c143 #define F2(x, y, z) F1(z, x, y) macro
[all...]
H A Drmd160.c80 #define F2(x, y, z) (((x) | (~y)) ^ (z)) macro
[all...]
/freebsd-10-stable/contrib/netbsd-tests/lib/semaphore/
H A Dsem.c319 #define F2(name, a, b) int _ksem_##name(a, b); \ macro
/freebsd-10-stable/contrib/llvm/lib/Support/
H A DFileUtilities.cpp186 OwningPtr<MemoryBuffer> F2; local
/freebsd-10-stable/contrib/wpa/src/crypto/
H A Dmd4-internal.c182 #define F2(x, y, z) ((x & y) | (x & z) | (y & z)) macro
[all...]
H A Dmd5-internal.c192 #define F2(x, y, z) F1(z, x, y) macro
[all...]
/freebsd-10-stable/sys/crypto/
H A Dsha1.c62 #define F2(b, c, d) (((b) & (c)) | ((b) & (d)) | ((c) & (d))) macro
/freebsd-10-stable/contrib/binutils/include/opcode/
H A Dsparc.h201 #define F2(x, y) (OP (x) | OP2(y)) /* Format 2 insns. */ macro
/freebsd-10-stable/contrib/binutils/opcodes/
H A Dia64-opc.h65 #define F2 IA64_OPND_F2 macro
/freebsd-10-stable/usr.bin/join/
H A Djoin.c120 INPUT *F1, *F2; local
432 joinlines(INPUT *F1, INPUT *F2) argument
480 outtwoline(INPUT *F1, LINE *lp1, INPUT *F2, LINE *lp2) argument
[all...]
/freebsd-10-stable/contrib/gdb/gdb/
H A Dsparc-stub.c115 F0, F1, F2, F3, F4, F5, F6, F7, enumerator in enum:regnames
/freebsd-10-stable/contrib/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp433 const Function *F2 = getParent(O2); local
/freebsd-10-stable/contrib/llvm/lib/Analysis/IPA/
H A DInlineCost.cpp1215 static bool attributeMatches(Function *F1, Function *F2, argument
/freebsd-10-stable/contrib/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp200 const Function *F1, *F2; member in class:__anon2725::FunctionComparator
167 FunctionComparator(const DataLayout *TD, const Function *F1, const Function *F2) argument
[all...]
/freebsd-10-stable/libexec/getty/
H A Dgettytab.h108 #define F2 gettynums[11].value macro
/freebsd-10-stable/sys/mips/include/
H A Dregnum.h132 #define F2 (FPBASE+2) macro
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp406 InductionMap::iterator F2 = IndMap.find(CmpReg2); local
/freebsd-10-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c3577 #define F2(x, y, z) F1(z, x, y) macro
[all...]

Completed in 407 milliseconds