/freebsd/usr.bin/join/ |
H A D | join.c | 108 INPUT *F1, *F2; in main() local 114 F1 = &input1; in main() 123 F1->unpair = F2->unpair = 1; in main() 126 if ((F1->joinf = strtol(optarg, &end, 10)) < 1) in main() 130 --F1->joinf; in main() 143 F1->unpair = 1; in main() 159 if ((F1->joinf = F2->joinf = in main() 164 --F1->joinf; in main() 182 F1->unpair = 1; in main() 210 F1 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/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVSupport.h | 60 #define BOOL_BIT_1(FAMILY, ENUM, FIELD, F1) \ argument 64 set##F1(); \ 68 #define BOOL_BIT_2(FAMILY, ENUM, FIELD, F1, F2) \ argument 72 set##F1(); \ 77 #define BOOL_BIT_3(FAMILY, ENUM, FIELD, F1, F2, F3) \ argument 81 set##F1(); \ 89 #define PROPERTY_1(ENUM, FIELD, F1) BOOL_BIT_1(Properties, ENUM, FIELD, F1) argument 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 [all …]
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | md4-internal.c | 184 #define F1(x, y, z) (z ^ (x & (y ^ z))) macro 219 MD4STEP(F1, a, b, c, d, in[ 0], 3); in MD4Transform() 220 MD4STEP(F1, d, a, b, c, in[ 1], 7); in MD4Transform() 221 MD4STEP(F1, c, d, a, b, in[ 2], 11); in MD4Transform() 222 MD4STEP(F1, b, c, d, a, in[ 3], 19); in MD4Transform() 223 MD4STEP(F1, a, b, c, d, in[ 4], 3); in MD4Transform() 224 MD4STEP(F1, d, a, b, c, in[ 5], 7); in MD4Transform() 225 MD4STEP(F1, c, d, a, b, in[ 6], 11); in MD4Transform() 226 MD4STEP(F1, b, c, d, a, in[ 7], 19); in MD4Transform() 227 MD4STEP(F1, a, b, c, d, in[ 8], 3); in MD4Transform() [all …]
|
H A D | md5-internal.c | 194 #define F1(x, y, z) (z ^ (x & (y ^ z))) macro 195 #define F2(x, y, z) F1(z, x, y) 217 MD5STEP(F1, a, b, c, d, in[0] + 0xd76aa478, 7); in MD5Transform() 218 MD5STEP(F1, d, a, b, c, in[1] + 0xe8c7b756, 12); in MD5Transform() 219 MD5STEP(F1, c, d, a, b, in[2] + 0x242070db, 17); in MD5Transform() 220 MD5STEP(F1, b, c, d, a, in[3] + 0xc1bdceee, 22); in MD5Transform() 221 MD5STEP(F1, a, b, c, d, in[4] + 0xf57c0faf, 7); in MD5Transform() 222 MD5STEP(F1, d, a, b, c, in[5] + 0x4787c62a, 12); in MD5Transform() 223 MD5STEP(F1, c, d, a, b, in[6] + 0xa8304613, 17); in MD5Transform() 224 MD5STEP(F1, b, c, d, a, in[7] + 0xfd469501, 22); in MD5Transform() [all …]
|
/freebsd/contrib/ntp/libntp/lib/isc/ |
H A D | md5.c | 106 #define F1(x, y, z) (z ^ (x & (y ^ z))) macro 107 #define F2(x, y, z) F1(z, x, y) 130 MD5STEP(F1, a, b, c, d, in[0] + 0xd76aa478, 7); in transform() 131 MD5STEP(F1, d, a, b, c, in[1] + 0xe8c7b756, 12); in transform() 132 MD5STEP(F1, c, d, a, b, in[2] + 0x242070db, 17); in transform() 133 MD5STEP(F1, b, c, d, a, in[3] + 0xc1bdceee, 22); in transform() 134 MD5STEP(F1, a, b, c, d, in[4] + 0xf57c0faf, 7); in transform() 135 MD5STEP(F1, d, a, b, c, in[5] + 0x4787c62a, 12); in transform() 136 MD5STEP(F1, c, d, a, b, in[6] + 0xa8304613, 17); in transform() 137 MD5STEP(F1, b, c, d, a, in[7] + 0xfd469501, 22); in transform() [all …]
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | md5.c | 142 #define F1(x, y, z) (z ^ (x & (y ^ z))) macro 143 #define F2(x, y, z) F1(z, x, y) 178 MD5STEP(F1, a, b, c, d, in[ 0] + 0xd76aa478, 7); in MD5Transform() 179 MD5STEP(F1, d, a, b, c, in[ 1] + 0xe8c7b756, 12); in MD5Transform() 180 MD5STEP(F1, c, d, a, b, in[ 2] + 0x242070db, 17); in MD5Transform() 181 MD5STEP(F1, b, c, d, a, in[ 3] + 0xc1bdceee, 22); in MD5Transform() 182 MD5STEP(F1, a, b, c, d, in[ 4] + 0xf57c0faf, 7); in MD5Transform() 183 MD5STEP(F1, d, a, b, c, in[ 5] + 0x4787c62a, 12); in MD5Transform() 184 MD5STEP(F1, c, d, a, b, in[ 6] + 0xa8304613, 17); in MD5Transform() 185 MD5STEP(F1, b, c, d, a, in[ 7] + 0xfd469501, 22); in MD5Transform() [all …]
|
/freebsd/sys/opencrypto/ |
H A D | rmd160.c | 75 #define F1(x, y, z) (((x) & (y)) | ((~x) & (z))) macro 196 R(e, a, b, c, d, F1, K1, 7, 7); in RMD160Transform() 197 R(d, e, a, b, c, F1, K1, 6, 4); in RMD160Transform() 198 R(c, d, e, a, b, F1, K1, 8, 13); in RMD160Transform() 199 R(b, c, d, e, a, F1, K1, 13, 1); in RMD160Transform() 200 R(a, b, c, d, e, F1, K1, 11, 10); in RMD160Transform() 201 R(e, a, b, c, d, F1, K1, 9, 6); in RMD160Transform() 202 R(d, e, a, b, c, F1, K1, 7, 15); in RMD160Transform() 203 R(c, d, e, a, b, F1, K1, 15, 3); in RMD160Transform() 204 R(b, c, d, e, a, F1, K1, 7, 12); in RMD160Transform() [all …]
|
/freebsd/crypto/openssl/crypto/cast/asm/ |
H A D | cast-586.pl | 38 @F1=("add","xor","sub"); 95 &E_CAST( 0,$S,$L,$R,$K,@F1,$tmp1,$tmp2,$tmp3,$tmp4); 98 &E_CAST( 3,$S,$R,$L,$K,@F1,$tmp1,$tmp2,$tmp3,$tmp4); 101 &E_CAST( 6,$S,$L,$R,$K,@F1,$tmp1,$tmp2,$tmp3,$tmp4); 104 &E_CAST( 9,$S,$R,$L,$K,@F1,$tmp1,$tmp2,$tmp3,$tmp4); 111 &E_CAST(12,$S,$L,$R,$K,@F1,$tmp1,$tmp2,$tmp3,$tmp4); 114 &E_CAST(15,$S,$R,$L,$K,@F1,$tmp1,$tmp2,$tmp3,$tmp4); 116 &E_CAST(15,$S,$L,$R,$K,@F1,$tmp1,$tmp2,$tmp3,$tmp4); 119 &E_CAST(12,$S,$R,$L,$K,@F1,$tmp1,$tmp2,$tmp3,$tmp4); 123 &E_CAST( 9,$S,$L,$R,$K,@F1,$tmp1,$tmp2,$tmp3,$tmp4); [all …]
|
/freebsd/contrib/netbsd-tests/lib/semaphore/ |
H A D | sem.c | 317 #define F1(name, a) int _ksem_##name(a); \ macro 322 F1(close, intptr_t); 323 F1(destroy, intptr_t); 324 F1(post, intptr_t); 325 F1(unlink, const char *); 326 F1(trywait, intptr_t); 327 F1(wait, intptr_t);
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMScheduleA57.td | 101 def A57UnitX : ProcResource<1>; // Type X micro-ops (F1) 723 // fp compare - 3cyc F1 for unconditional, 6cyc "F0/F1, F1" for conditional 764 // FP multiply accumulate, FZ: 9cyc "F0/F1" or 4 cyc for sequenced accumulate 794 // VMOV: 3cyc "F0/F1" for imm/reg 806 // 8cyc "L,F0/F1" for FP transfer, core reg to upper or lower half of vfp D-reg 970 // ASIMD absolute diff, 3cyc F0/F1 for integer VABD 973 // ASIMD absolute diff accum: 4(1) F1 for D-form, 5(2) F1 for Q-form 983 // ASIMD absolute diff accum long: 4(1) F1 for VABAL 988 // ASIMD absolute diff long: 3cyc F0/F1 for VABDL 1097 // 4cyc F1, 1cyc for accumulate sequence (3cyc ReadAdvance) [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | msm8998-lenovo-miix-630.dts | 31 firmware-name = "qcom/msm8998/LENOVO/81F1/qcdsp1v28998.mbn", 32 "qcom/msm8998/LENOVO/81F1/qcdsp28998.mbn";
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | FileUtilities.cpp | 190 MemoryBuffer &F1 = *F1OrErr.get(); in DiffFilesWithTolerance() local 201 const char *File1Start = F1.getBufferStart(); in DiffFilesWithTolerance() 203 const char *File1End = F1.getBufferEnd(); in DiffFilesWithTolerance() 207 uint64_t A_size = F1.getBufferSize(); in DiffFilesWithTolerance()
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | efi | 25 >0 guid 67F8444F-8743-48F1-A328-1EAAB8736080 EFI Signature List, RSA2048 SHA1 30 >0 guid FF3E5307-9FD0-48C9-85F1-8AD56C701E01 EFI Signature List, SHA384 37 >0 guid A46423E3-4617-49F1-B9FF-D1BFA9115839 EFI Signature List, SECURITY PROTOCOL
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCCallingConv.td | 60 CCIfType<[f32], CCAssignToReg<[F1]>>, 61 CCIfType<[f64], CCAssignToReg<[F1]>>, 82 // Floating point types returned as "direct" go into F1 .. F8; note that 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]>>, 229 // FP values are passed in F1 - F8. [all …]
|
/freebsd/crypto/openssl/crypto/ripemd/ |
H A D | rmd_local.h | 50 #define F1(x,y,z) ((x) ^ (y) ^ (z)) macro 65 a+=F1(b,c,d)+X(w); \
|
/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/secure/caroot/trusted/ |
H A D | Comodo_AAA_Services_root.pem | 49 A0:11:0A:23:3E:96:F1:07:EC:E2:AF:29:EF:82:A5:7F:D0:30:A4:B4 76 SHA1 Fingerprint=D1:EB:23:A4:6D:17:D6:8F:D9:25:64:C2:F1:F1:60:17:64:D8:E3:49
|
/freebsd/contrib/unifdef/tests/ |
H A D | if6.h | 2 #define F1 1 macro
|
H A D | if6b.expout | 1 #if F1
|
H A D | if6.c | 1 #if F1
|
H A D | crlf-b.expout | 1 #if F1
|
H A D | crlf.c | 1 #if F1
|
H A D | if6c.expout | 1 #if F1
|
H A D | crlf-c.expout | 1 #if F1
|
H A D | if6d.expout | 1 #if F1
|