/freebsd/usr.bin/join/ |
H A D | join.c | 108 INPUT *F1, *F2; in main() local 115 F2 = &input2; in main() 123 F1->unpair = F2->unpair = 1; in main() 133 if ((F2->joinf = strtol(optarg, &end, 10)) < 1) in main() 137 --F2->joinf; in main() 146 F2->unpair = 1; in main() 159 if ((F1->joinf = F2->joinf = in main() 165 --F2->joinf; in main() 185 F2->unpair = 1; in main() 215 F2 in main() 420 joinlines(INPUT * F1,INPUT * F2) joinlines() argument 474 outtwoline(INPUT * F1,LINE * lp1,INPUT * F2,LINE * lp2) outtwoline() argument [all...] |
/freebsd/contrib/wpa/src/crypto/ |
H A D | md4-internal.c | 185 #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 D | md5-internal.c | 195 #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() 236 MD5STEP(F2, c, d, a, b, in[11] + 0x265e5a51, 14); 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() 240 MD5STEP(F2, c, d, a, b, in[15] + 0xd8a1e681, 14); 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() [all …]
|
/freebsd/contrib/ntp/libntp/lib/isc/ |
H A D | md5.c | 107 #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() 149 MD5STEP(F2, c, d, a, b, in[11] + 0x265e5a51, 14); 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() 153 MD5STEP(F2, c, d, a, b, in[15] + 0xd8a1e681, 14); 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() [all …]
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | md5.c | 143 #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/sys/opencrypto/ |
H A D | rmd160.c | 76 #define F2(x, y, z) (((x) | (~y)) ^ (z)) macro 213 R(d, e, a, b, c, F2, K2, 11, 3); in RMD160Transform() 214 R(c, d, e, a, b, F2, K2, 13, 10); in RMD160Transform() 215 R(b, c, d, e, a, F2, K2, 6, 14); in RMD160Transform() 216 R(a, b, c, d, e, F2, K2, 7, 4); in RMD160Transform() 217 R(e, a, b, c, d, F2, K2, 14, 9); in RMD160Transform() 218 R(d, e, a, b, c, F2, K2, 9, 15); in RMD160Transform() 219 R(c, d, e, a, b, F2, K2, 13, 8); in RMD160Transform() 220 R(b, c, d, e, a, F2, K2, 15, 1); in RMD160Transform() 221 R(a, b, c, d, e, F2, K2, 14, 2); in RMD160Transform() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVSupport.h | 68 #define BOOL_BIT_2(FAMILY, ENUM, FIELD, F1, F2) \ argument 73 set##F2(); \ 77 #define BOOL_BIT_3(FAMILY, ENUM, FIELD, F1, F2, F3) \ argument 82 set##F2(); \ 90 #define PROPERTY_2(ENUM, FIELD, F1, F2) \ argument 91 BOOL_BIT_2(Properties, ENUM, FIELD, F1, F2) 92 #define PROPERTY_3(ENUM, FIELD, F1, F2, F3) \ argument 93 BOOL_BIT_3(Properties, ENUM, FIELD, F1, F2, F3) 98 #define KIND_2(ENUM, FIELD, F1, F2) BOOL_BIT_2(Kinds, ENUM, FIELD, F1, F2) argument 99 #define KIND_3(ENUM, FIELD, F1, F2, F3) \ argument [all …]
|
/freebsd/crypto/openssl/crypto/cast/asm/ |
H A D | cast-586.pl | 39 @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,$tmp1,$tmp2,$tmp3,$tmp4); [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCScheduleP10.td | 267 // A F2 pipeline may take 4 cycles to complete. 373 // Save 1 cycles if pipeline BR reads the data from pipelines FX, F2. 385 // Save 1 cycles if pipeline F2 reads the data from pipelines ST, SX, FX, F2, PM. 388 // Save 1 cycles if pipeline FX reads the data from pipelines ST, SX, FX, F2, PM. 391 // Save 1 cycles if pipeline LD reads the data from pipelines ST, SX, FX, F2. 397 // Save 1 cycles if pipeline PM reads the data from pipelines ST, SX, FX, F2, PM. 400 // Save 1 cycles if pipeline ST reads the data from pipelines ST, SX, FX, F2, PM. 403 // Save 1 cycles if pipeline SX reads the data from pipelines ST, SX, FX, F2, PM, MM.
|
H A D | PPCCallingConv.td | 85 CCIfType<[f32], CCAssignToReg<[F1, F2, F3, F4, F5, F6, F7, F8]>>>, 87 CCIfType<[f64], CCAssignToReg<[F1, F2, F3, F4, F5, F6, F7, F8]>>>, 134 CCIfNotVarArg<CCAssignToReg<[F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, 168 CCIfType<[f32, f64], CCAssignToReg<[F1, F2, F3, F4, F5, F6, F7, F8]>> 185 CCIfType<[f32], CCAssignToReg<[F1, F2, F3, F4, F5, F6, F7, F8]>>, 186 CCIfType<[f64], CCAssignToReg<[F1, F2, F3, F4, F5, F6, F7, F8]>>, 232 CCAssignToReg<[F1, F2, F3, F4, F5, F6, F7, F8]>>>,
|
/freebsd/contrib/netbsd-tests/lib/semaphore/ |
H A D | sem.c | 319 #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/contrib/llvm-project/llvm/lib/Support/ |
H A D | FileUtilities.cpp | 198 MemoryBuffer &F2 = *F2OrErr.get(); in DiffFilesWithTolerance() local 202 const char *File2Start = F2.getBufferStart(); in DiffFilesWithTolerance() 204 const char *File2End = F2.getBufferEnd(); in DiffFilesWithTolerance() 208 uint64_t B_size = F2.getBufferSize(); in DiffFilesWithTolerance()
|
/freebsd/crypto/openssl/crypto/ripemd/ |
H A D | rmd_local.h | 51 #define F2(x,y,z) ((((y) ^ (z)) & (x)) ^ (z)) macro 70 a+=F2(b,c,d)+X(w)+K; \
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | FunctionComparator.h | 95 FunctionComparator(const Function *F1, const Function *F2, in FunctionComparator() argument 97 : FnL(F1), FnR(F2), GlobalNumbers(GN) {} in FunctionComparator()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrSNP.td | 23 // F2 0F 01 FF 32 // F2 0F 01 FE
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64SchedThunderX3T110.td | 241 // 4 cycles on F2/F3. 247 // 5 cycles on F0/F1/F2/F3. 253 // 6 cycles on F0/F1/F2/F3. 259 // 7 cycles on F0/F1/F2/F3. 265 // 8 cycles on F0/F1/F2/F3. 271 // 10 cycles on F0/F1/F2/F3. 277 // 16 cycles on F0/F1/F2/F3. 284 // 23 cycles on F0/F1/F2/F3. 475 // 1 cycles on LS0/LS1 and F0/F1/F2/F3. 482 // 5 cycles on LS0/LS1 and F0/F1/F2/F [all...] |
/freebsd/contrib/unifdef/tests/ |
H A D | if6.c | 3 #elif F2
|
H A D | crlf.c | 3 #elif F2
|
H A D | if6c.expout | 3 #elif F2
|
H A D | crlf-c.expout | 3 #elif F2
|
H A D | if6d.expout | 3 #elif F2
|
H A D | crlf-d.expout | 3 #elif F2
|
/freebsd/secure/caroot/trusted/ |
H A D | TrustAsia_Global_Root_CA_G3.pem | 69 40:E4:E4:F2:23:EF:38:CA:B0:AE:57:7F:F2:21:30:16:34:DB:BC:92 71 40:E4:E4:F2:23:EF:38:CA:B0:AE:57:7F:F2:21:30:16:34:DB:BC:92
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | MergeFunctions.cpp | 328 Function *F2 = cast<Function>(*J); in doFunctionalCheck() local 329 int Res1 = FunctionComparator(F1, F2, &GlobalNumbers).compare(); in doFunctionalCheck() 330 int Res2 = FunctionComparator(F2, F1, &GlobalNumbers).compare(); in doFunctionalCheck() 336 dbgs() << *F1 << '\n' << *F2 << '\n'; in doFunctionalCheck() 351 int Res4 = FunctionComparator(F2, F3, &GlobalNumbers).compare(); in doFunctionalCheck() 371 dbgs() << *F1 << '\n' << *F2 << '\n' << *F3 << '\n'; in doFunctionalCheck()
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | EVP_PKEY-EC.pod | 34 which correspond to prime field Fp and binary field F2^m. 38 For a curve over Fp I<p> is the prime for the field. For a curve over F2^m I<p> 51 For F2^m: y^2 + xy = x^3 + ax^2 + b 159 This field is only used for a binary field F2^m. 171 These fields are only used for a binary field F2^m.
|