Searched refs:F2 (Results 1 - 25 of 46) sorted by relevance

12

/freebsd-current/contrib/unifdef/tests/
H A Dif6.c3 #elif F2
H A Dcrlf.c3 #elif F2
/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
40 Flags f = F1 | F2;
53 f = F2;
59 Flags f = static_cast<Flags>(3) & F2;
60 EXPECT_EQ(F2, f);
62 f = (f | F3) & (F1 | F2 | F3);
67 Flags f = F1 | F2 | F3;
68 f &= F1 | F2;
77 Flags f = (F1 | F2) ^ (F2 | F
114 F2 = 2, member in class:__anon1160::FlagsClass
129 F2 = 2, enumerator in enum:__anon1160::Container::Flags
[all...]
/freebsd-current/usr.bin/join/
H A Djoin.c108 INPUT *F1, *F2; local
115 F2 = &input2;
123 F1->unpair = F2->unpair = 1;
133 if ((F2->joinf = strtol(optarg, &end, 10)) < 1)
137 --F2->joinf;
146 F2->unpair = 1;
159 if ((F1->joinf = F2->joinf =
165 --F2->joinf;
185 F2->unpair = 1;
215 F2
422 joinlines(INPUT *F1, INPUT *F2) argument
476 outtwoline(INPUT *F1, LINE *lp1, INPUT *F2, LINE *lp2) argument
[all...]
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dmd5.c143 #define F2(x, y, z) F1(z, x, y) macro
195 MD5STEP(F2, a, b, c, d, in[ 1] + 0xf61e2562, 5);
196 MD5STEP(F2, d, a, b, c, in[ 6] + 0xc040b340, 9);
197 MD5STEP(F2, c, d, a, b, in[11] + 0x265e5a51, 14);
198 MD5STEP(F2, b, c, d, a, in[ 0] + 0xe9b6c7aa, 20);
199 MD5STEP(F2, a, b, c, d, in[ 5] + 0xd62f105d, 5);
200 MD5STEP(F2, d, a, b, c, in[10] + 0x02441453, 9);
201 MD5STEP(F2, c, d, a, b, in[15] + 0xd8a1e681, 14);
202 MD5STEP(F2, b, c, d, a, in[ 4] + 0xe7d3fbc8, 20);
203 MD5STEP(F2,
[all...]
/freebsd-current/contrib/wpa/src/crypto/
H A Dmd4-internal.c185 #define F2(x, y, z) ((x & y) | (x & z) | (y & z)) macro
236 MD4STEP(F2, a, b, c, d, in[ 0] + 0x5a827999, 3);
237 MD4STEP(F2, d, a, b, c, in[ 4] + 0x5a827999, 5);
238 MD4STEP(F2, c, d, a, b, in[ 8] + 0x5a827999, 9);
239 MD4STEP(F2, b, c, d, a, in[12] + 0x5a827999, 13);
240 MD4STEP(F2, a, b, c, d, in[ 1] + 0x5a827999, 3);
241 MD4STEP(F2, d, a, b, c, in[ 5] + 0x5a827999, 5);
242 MD4STEP(F2, c, d, a, b, in[ 9] + 0x5a827999, 9);
243 MD4STEP(F2, b, c, d, a, in[13] + 0x5a827999, 13);
244 MD4STEP(F2,
[all...]
H A Dmd5-internal.c195 #define F2(x, y, z) F1(z, x, y) macro
234 MD5STEP(F2, a, b, c, d, in[1] + 0xf61e2562, 5);
235 MD5STEP(F2, d, a, b, c, in[6] + 0xc040b340, 9);
236 MD5STEP(F2, c, d, a, b, in[11] + 0x265e5a51, 14);
237 MD5STEP(F2, b, c, d, a, in[0] + 0xe9b6c7aa, 20);
238 MD5STEP(F2, a, b, c, d, in[5] + 0xd62f105d, 5);
239 MD5STEP(F2, d, a, b, c, in[10] + 0x02441453, 9);
240 MD5STEP(F2, c, d, a, b, in[15] + 0xd8a1e681, 14);
241 MD5STEP(F2, b, c, d, a, in[4] + 0xe7d3fbc8, 20);
242 MD5STEP(F2,
[all...]
/freebsd-current/contrib/ntp/libntp/lib/isc/
H A Dmd5.c107 #define F2(x, y, z) F1(z, x, y) macro
147 MD5STEP(F2, a, b, c, d, in[1] + 0xf61e2562, 5);
148 MD5STEP(F2, d, a, b, c, in[6] + 0xc040b340, 9);
149 MD5STEP(F2, c, d, a, b, in[11] + 0x265e5a51, 14);
150 MD5STEP(F2, b, c, d, a, in[0] + 0xe9b6c7aa, 20);
151 MD5STEP(F2, a, b, c, d, in[5] + 0xd62f105d, 5);
152 MD5STEP(F2, d, a, b, c, in[10] + 0x02441453, 9);
153 MD5STEP(F2, c, d, a, b, in[15] + 0xd8a1e681, 14);
154 MD5STEP(F2, b, c, d, a, in[4] + 0xe7d3fbc8, 20);
155 MD5STEP(F2,
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSupport.h54 // F1, F2, F3: optional 'set' functions to be called.
68 #define BOOL_BIT_2(FAMILY, ENUM, FIELD, F1, F2) \
73 set##F2(); \
77 #define BOOL_BIT_3(FAMILY, ENUM, FIELD, F1, F2, F3) \
82 set##F2(); \
90 #define PROPERTY_2(ENUM, FIELD, F1, F2) \
91 BOOL_BIT_2(Properties, ENUM, FIELD, F1, F2)
92 #define PROPERTY_3(ENUM, FIELD, F1, F2, F3) \
93 BOOL_BIT_3(Properties, ENUM, FIELD, F1, F2, F3)
98 #define KIND_2(ENUM, FIELD, F1, F2) BOOL_BIT_
[all...]
/freebsd-current/crypto/openssl/crypto/cast/asm/
H A Dcast-586.pl39 @F2=("xor","sub","add");
96 &E_CAST( 1,$S,$R,$L,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
99 &E_CAST( 4,$S,$L,$R,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
102 &E_CAST( 7,$S,$R,$L,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
105 &E_CAST(10,$S,$L,$R,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
112 &E_CAST(13,$S,$R,$L,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
118 &E_CAST(13,$S,$L,$R,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
122 &E_CAST(10,$S,$R,$L,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
125 &E_CAST( 7,$S,$L,$R,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
128 &E_CAST( 4,$S,$R,$L,$K,@F2,
[all...]
/freebsd-current/sys/opencrypto/
H A Drmd160.c76 #define F2(x, y, z) (((x) | (~y)) ^ (z)) macro
213 R(d, e, a, b, c, F2, K2, 11, 3);
214 R(c, d, e, a, b, F2, K2, 13, 10);
215 R(b, c, d, e, a, F2, K2, 6, 14);
216 R(a, b, c, d, e, F2, K2, 7, 4);
217 R(e, a, b, c, d, F2, K2, 14, 9);
218 R(d, e, a, b, c, F2, K2, 9, 15);
219 R(c, d, e, a, b, F2, K2, 13, 8);
220 R(b, c, d, e, a, F2, K2, 15, 1);
221 R(a, b, c, d, e, F2, K
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h95 FunctionComparator(const Function *F1, const Function *F2, argument
97 : FnL(F1), FnR(F2), GlobalNumbers(GN) {}
/freebsd-current/contrib/netbsd-tests/lib/semaphore/
H A Dsem.c319 #define F2(name, a, b) int _ksem_##name(a, b); \ macro
321 F2(init, unsigned int, intptr_t *);
328 F2(getvalue, intptr_t, unsigned int *);
329 F2(timedwait, intptr_t, const struct timespec *);
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DFileUtilities.cpp198 MemoryBuffer &F2 = *F2OrErr.get(); local
202 const char *File2Start = F2.getBufferStart();
204 const char *File2End = F2.getBufferEnd();
208 uint64_t B_size = F2.getBufferSize();
/freebsd-current/crypto/openssl/crypto/ripemd/
H A Drmd_local.h48 * Transformed F2 and F4 are courtesy of Wei Dai
51 #define F2(x,y,z) ((((y) ^ (z)) & (x)) ^ (z)) macro
70 a+=F2(b,c,d)+X(w)+K; \
/freebsd-current/contrib/arm-optimized-routines/math/test/
H A Dulp_funcs.h16 F2 (pow)
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/refreserv/
H A Drefreserv_raidz.ksh120 typeset -F2 deltapct=$((refres * 100.0 / ref))
/freebsd-current/contrib/arm-optimized-routines/pl/math/test/
H A Dulp_funcs.h41 #define _ZSF2(f) F2 (f)
/freebsd-current/lib/libmd/
H A Drmd_locl.h179 #define F2(x,y,z) (((x)&(y))|((~x)&z)) macro
198 a+=F2(b,c,d)+X[w]+K; \
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.h74 const std::unique_ptr<llvm::pdb::PDBSymbolFunc> &F2);
76 const std::unique_ptr<llvm::pdb::PDBSymbolData> &F2);
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp321 Function *F2 = cast<Function>(*J); local
322 int Res1 = FunctionComparator(F1, F2, &GlobalNumbers).compare();
323 int Res2 = FunctionComparator(F2, F1, &GlobalNumbers).compare();
325 // If F1 <= F2, then F2 >= F1, otherwise report failure.
329 dbgs() << *F1 << '\n' << *F2 << '\n'; local
344 int Res4 = FunctionComparator(F2, F3, &GlobalNumbers).compare();
349 // F1 > F2, F2 > F3 => F1 > F3
352 // F1 > F3, F3 > F2
[all...]
/freebsd-current/sys/dev/mii/
H A Datphy.c83 MII_PHY_DESC(xxATHEROS, F2),
/freebsd-current/libexec/getty/
H A Dgettytab.h108 #define F2 gettynums[11].value macro
/freebsd-current/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCCallingConv.cpp123 PPC::F1, PPC::F2, PPC::F3, PPC::F4, PPC::F5, PPC::F6, PPC::F7,
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.h80 MAP(F2, 114) \

Completed in 213 milliseconds

12