Home
last modified time | relevance | path

Searched refs:F2 (Results 1 – 25 of 135) sorted by relevance

123456

/freebsd-13.1/usr.bin/join/
H A Djoin.c122 INPUT *F1, *F2; in main() local
129 F2 = &input2; in main()
151 --F2->joinf; in main()
179 --F2->joinf; in main()
236 slurp(F2); in main()
238 cval = cmp(F1->set, F1->joinf, F2->set, F2->joinf); in main()
244 slurp(F2); in main()
254 slurp(F2); in main()
267 if (F2->unpair) in main()
270 slurp(F2); in main()
[all …]
/freebsd-13.1/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); in MD4Transform()
237 MD4STEP(F2, d, a, b, c, in[ 4] + 0x5a827999, 5); in MD4Transform()
238 MD4STEP(F2, c, d, a, b, in[ 8] + 0x5a827999, 9); in MD4Transform()
239 MD4STEP(F2, b, c, d, a, in[12] + 0x5a827999, 13); in MD4Transform()
240 MD4STEP(F2, a, b, c, d, in[ 1] + 0x5a827999, 3); in MD4Transform()
241 MD4STEP(F2, d, a, b, c, in[ 5] + 0x5a827999, 5); in MD4Transform()
242 MD4STEP(F2, c, d, a, b, in[ 9] + 0x5a827999, 9); in MD4Transform()
243 MD4STEP(F2, b, c, d, a, in[13] + 0x5a827999, 13); in MD4Transform()
244 MD4STEP(F2, a, b, c, d, in[ 2] + 0x5a827999, 3); in MD4Transform()
[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); in MD5Transform()
235 MD5STEP(F2, d, a, b, c, in[6] + 0xc040b340, 9); in MD5Transform()
237 MD5STEP(F2, b, c, d, a, in[0] + 0xe9b6c7aa, 20); in MD5Transform()
238 MD5STEP(F2, a, b, c, d, in[5] + 0xd62f105d, 5); in MD5Transform()
239 MD5STEP(F2, d, a, b, c, in[10] + 0x02441453, 9); in MD5Transform()
241 MD5STEP(F2, b, c, d, a, in[4] + 0xe7d3fbc8, 20); in MD5Transform()
242 MD5STEP(F2, a, b, c, d, in[9] + 0x21e1cde6, 5); in MD5Transform()
243 MD5STEP(F2, d, a, b, c, in[14] + 0xc33707d6, 9); in MD5Transform()
244 MD5STEP(F2, c, d, a, b, in[3] + 0xf4d50d87, 14); in MD5Transform()
[all …]
/freebsd-13.1/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); in MD5Transform()
196 MD5STEP(F2, d, a, b, c, in[ 6] + 0xc040b340, 9); in MD5Transform()
197 MD5STEP(F2, c, d, a, b, in[11] + 0x265e5a51, 14); in MD5Transform()
198 MD5STEP(F2, b, c, d, a, in[ 0] + 0xe9b6c7aa, 20); in MD5Transform()
199 MD5STEP(F2, a, b, c, d, in[ 5] + 0xd62f105d, 5); in MD5Transform()
200 MD5STEP(F2, d, a, b, c, in[10] + 0x02441453, 9); in MD5Transform()
201 MD5STEP(F2, c, d, a, b, in[15] + 0xd8a1e681, 14); in MD5Transform()
202 MD5STEP(F2, b, c, d, a, in[ 4] + 0xe7d3fbc8, 20); in MD5Transform()
203 MD5STEP(F2, a, b, c, d, in[ 9] + 0x21e1cde6, 5); in MD5Transform()
[all …]
/freebsd-13.1/contrib/ntp/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); in transform()
148 MD5STEP(F2, d, a, b, c, in[6] + 0xc040b340, 9); in transform()
150 MD5STEP(F2, b, c, d, a, in[0] + 0xe9b6c7aa, 20); in transform()
151 MD5STEP(F2, a, b, c, d, in[5] + 0xd62f105d, 5); in transform()
152 MD5STEP(F2, d, a, b, c, in[10] + 0x02441453, 9); in transform()
154 MD5STEP(F2, b, c, d, a, in[4] + 0xe7d3fbc8, 20); in transform()
155 MD5STEP(F2, a, b, c, d, in[9] + 0x21e1cde6, 5); in transform()
156 MD5STEP(F2, d, a, b, c, in[14] + 0xc33707d6, 9); in transform()
157 MD5STEP(F2, c, d, a, b, in[3] + 0xf4d50d87, 14); in transform()
[all …]
/freebsd-13.1/sys/opencrypto/
H A Drmd160.c216 R(d, e, a, b, c, F2, K2, 11, 3); in RMD160Transform()
217 R(c, d, e, a, b, F2, K2, 13, 10); in RMD160Transform()
218 R(b, c, d, e, a, F2, K2, 6, 14); in RMD160Transform()
219 R(a, b, c, d, e, F2, K2, 7, 4); in RMD160Transform()
220 R(e, a, b, c, d, F2, K2, 14, 9); in RMD160Transform()
221 R(d, e, a, b, c, F2, K2, 9, 15); in RMD160Transform()
222 R(c, d, e, a, b, F2, K2, 13, 8); in RMD160Transform()
223 R(b, c, d, e, a, F2, K2, 15, 1); in RMD160Transform()
224 R(a, b, c, d, e, F2, K2, 14, 2); in RMD160Transform()
225 R(e, a, b, c, d, F2, K2, 8, 7); in RMD160Transform()
[all …]
/freebsd-13.1/crypto/openssl/crypto/cast/asm/
H A Dcast-586.pl40 @F2=("xor","sub","add");
97 &E_CAST( 1,$S,$R,$L,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
100 &E_CAST( 4,$S,$L,$R,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
103 &E_CAST( 7,$S,$R,$L,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
106 &E_CAST(10,$S,$L,$R,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
113 &E_CAST(13,$S,$R,$L,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
119 &E_CAST(13,$S,$L,$R,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
123 &E_CAST(10,$S,$R,$L,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
126 &E_CAST( 7,$S,$L,$R,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
129 &E_CAST( 4,$S,$R,$L,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
[all …]
/freebsd-13.1/contrib/googletest/googletest/msvc/2010/
H A Dgtest-md.sln3 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gtest-md", "gtest-md.vcxproj", "{C8F6C172-56F2
19 {C8F6C172-56F2-4E76-B5FA-C3B423B31BE8}.Debug|Win32.ActiveCfg = Debug|Win32
20 {C8F6C172-56F2-4E76-B5FA-C3B423B31BE8}.Debug|Win32.Build.0 = Debug|Win32
21 {C8F6C172-56F2-4E76-B5FA-C3B423B31BE8}.Debug|x64.ActiveCfg = Debug|x64
22 {C8F6C172-56F2-4E76-B5FA-C3B423B31BE8}.Debug|x64.Build.0 = Debug|x64
23 {C8F6C172-56F2-4E76-B5FA-C3B423B31BE8}.Release|Win32.ActiveCfg = Release|Win32
24 {C8F6C172-56F2-4E76-B5FA-C3B423B31BE8}.Release|Win32.Build.0 = Release|Win32
25 {C8F6C172-56F2-4E76-B5FA-C3B423B31BE8}.Release|x64.ActiveCfg = Release|x64
26 {C8F6C172-56F2-4E76-B5FA-C3B423B31BE8}.Release|x64.Build.0 = Release|x64
H A Dgtest.sln3 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gtest", "gtest.vcxproj", "{C8F6C172-56F2-4E76-…
19 {C8F6C172-56F2-4E76-B5FA-C3B423B31BE7}.Debug|Win32.ActiveCfg = Debug|Win32
20 {C8F6C172-56F2-4E76-B5FA-C3B423B31BE7}.Debug|Win32.Build.0 = Debug|Win32
21 {C8F6C172-56F2-4E76-B5FA-C3B423B31BE7}.Debug|x64.ActiveCfg = Debug|x64
22 {C8F6C172-56F2-4E76-B5FA-C3B423B31BE7}.Debug|x64.Build.0 = Debug|x64
23 {C8F6C172-56F2-4E76-B5FA-C3B423B31BE7}.Release|Win32.ActiveCfg = Release|Win32
24 {C8F6C172-56F2-4E76-B5FA-C3B423B31BE7}.Release|Win32.Build.0 = Release|Win32
25 {C8F6C172-56F2-4E76-B5FA-C3B423B31BE7}.Release|x64.ActiveCfg = Release|x64
26 {C8F6C172-56F2-4E76-B5FA-C3B423B31BE7}.Release|x64.Build.0 = Release|x64
/freebsd-13.1/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-13.1/contrib/llvm-project/llvm/lib/Support/
H A DFileUtilities.cpp200 MemoryBuffer &F2 = *F2OrErr.get(); in DiffFilesWithTolerance() local
204 const char *File2Start = F2.getBufferStart(); in DiffFilesWithTolerance()
206 const char *File2End = F2.getBufferEnd(); in DiffFilesWithTolerance()
210 uint64_t B_size = F2.getBufferSize(); in DiffFilesWithTolerance()
/freebsd-13.1/crypto/openssl/doc/man3/
H A DEC_GFp_simple_method.pod30 For F2^m curves there is only one implementation choice, i.e. EC_GF2_simple_method.
43 F2^m or Fp. If the field type is Fp then the value B<NID_X9_62_prime_field> is returned. If the fie…
44 F2^m then the value B<NID_X9_62_characteristic_two_field> is returned. These values are defined in …
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrSNP.td23 // F2 0F 01 FF
32 // F2 0F 01 FE
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h95 FunctionComparator(const Function *F1, const Function *F2, in FunctionComparator() argument
97 : FnL(F1), FnR(F2), GlobalNumbers(GN) {} in FunctionComparator()
/freebsd-13.1/crypto/openssl/crypto/ripemd/
H A Drmd_local.h51 #define F2(x,y,z) ((((y) ^ (z)) & (x)) ^ (z)) macro
70 a+=F2(b,c,d)+X(w)+K; \
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SchedThunderX3T110.td239 // 4 cycles on F2/F3.
245 // 5 cycles on F0/F1/F2/F3.
251 // 6 cycles on F0/F1/F2/F3.
257 // 7 cycles on F0/F1/F2/F3.
263 // 8 cycles on F0/F1/F2/F3.
269 // 10 cycles on F0/F1/F2/F3.
275 // 16 cycles on F0/F1/F2/F3.
282 // 23 cycles on F0/F1/F2/F3.
543 // 3 cycles on F0/F1/F2/F3.
549 // 4 cycles on F0/F1/F2/F3.
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp348 Function *F2 = cast<Function>(*J); in doSanityCheck() local
349 int Res1 = FunctionComparator(F1, F2, &GlobalNumbers).compare(); in doSanityCheck()
350 int Res2 = FunctionComparator(F2, F1, &GlobalNumbers).compare(); in doSanityCheck()
356 dbgs() << *F1 << '\n' << *F2 << '\n'; in doSanityCheck()
371 int Res4 = FunctionComparator(F2, F3, &GlobalNumbers).compare(); in doSanityCheck()
391 dbgs() << *F1 << '\n' << *F2 << '\n' << *F3 << '\n'; in doSanityCheck()
/freebsd-13.1/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-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCallingConv.td104 // f32 are returned in registers F0, F2
105 CCIfType<[f32], CCAssignToReg<[F0, F2]>>,
213 // f32 are returned in registers F0, F2
214 CCIfType<[f32], CCAssignToReg<[F0, F2]>>,
282 CCAssignToReg<[F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12, F13,
287 CCAssignToReg<[F0, F2, F4, F6, F8, F10, F12, F14, F16, F18]>>>,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCCallingConv.td85 CCIfType<[f32], CCAssignToReg<[F1, F2, F3, F4, F5, F6, F7, F8]>>>,
87 CCIfType<[f64], CCAssignToReg<[F1, F2, F3, F4, F5, F6, F7, F8]>>>,
132 CCIfType<[f32, f64], CCAssignToReg<[F1, F2, F3, F4, F5, F6, F7, F8]>>
149 CCIfType<[f32], CCAssignToReg<[F1, F2, F3, F4, F5, F6, F7, F8]>>,
150 CCIfType<[f64], CCAssignToReg<[F1, F2, F3, F4, F5, F6, F7, F8]>>,
196 CCAssignToReg<[F1, F2, F3, F4, F5, F6, F7, F8]>>>,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrFormats.td36 class F2<dag outs, dag ins, string asmstr, list<dag> pattern,
46 // Specific F2 classes: SparcV8 manual, page 44
50 : F2<outs, ins, asmstr, pattern, itin> {
60 : F2<outs, ins, asmstr, pattern, itin> {
/freebsd-13.1/contrib/googletest/googlemock/include/gmock/
H A Dgmock-actions.h68 template <typename F1, typename F2>
414 template <typename F1, typename F2>
510 template <typename F1, typename F2>
516 explicit ActionAdaptor(const Action<F2>& from) : impl_(from.impl_) {}
523 const internal::linked_ptr<ActionInterface<F2> > impl_;
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/refreserv/
H A Drefreserv_raidz.ksh120 typeset -F2 deltapct=$((refres * 100.0 / ref))
/freebsd-13.1/secure/caroot/trusted/
H A DCertigna.pem53 1A:ED:FE:41:39:90:B4:24:59:BE:01:F2:52:D5:45:F6:5A:39:DC:11
55 keyid:1A:ED:FE:41:39:90:B4:24:59:BE:01:F2:52:D5:45:F6:5A:39:DC:11
/freebsd-13.1/sys/mips/include/
H A Dregnum.h136 #define F2 (FPBASE+2) macro

123456