| /freebsd-9-stable/sys/opencrypto/ |
| D | rmd160.c | 77 #define F0(x, y, z) ((x) ^ (y) ^ (z)) macro 182 R(a, b, c, d, e, F0, K0, 11, 0); in RMD160Transform() 183 R(e, a, b, c, d, F0, K0, 14, 1); in RMD160Transform() 184 R(d, e, a, b, c, F0, K0, 15, 2); in RMD160Transform() 185 R(c, d, e, a, b, F0, K0, 12, 3); in RMD160Transform() 186 R(b, c, d, e, a, F0, K0, 5, 4); in RMD160Transform() 187 R(a, b, c, d, e, F0, K0, 8, 5); in RMD160Transform() 188 R(e, a, b, c, d, F0, K0, 7, 6); in RMD160Transform() 189 R(d, e, a, b, c, F0, K0, 9, 7); in RMD160Transform() 190 R(c, d, e, a, b, F0, K0, 11, 8); in RMD160Transform() [all …]
|
| /freebsd-9-stable/contrib/llvm/lib/Target/Mips/ |
| D | MipsCallingConv.td | 26 // f32 are returned in registers F0, F2 27 CCIfType<[f32], CCAssignToReg<[F0, F2]>>, 94 // f32 are returned in registers F0, F2 95 CCIfType<[f32], CCAssignToReg<[F0, F2]>>, 142 // f32 are returned in registers F0, F1 143 CCIfType<[f32], CCAssignToReg<[F0, F1]>>, 199 CCIfType<[f32], CCAssignToReg<[F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10,
|
| /freebsd-9-stable/contrib/llvm/lib/Target/Sparc/ |
| D | SparcRegisterInfo.td | 93 def F0 : Rf< 0, "F0">, DwarfRegNum<[32]>; 127 def D0 : Rd< 0, "F0", [F0, F1]>, DwarfRegNum<[72]>; 164 def Q0 : Rq< 0, "F0", [D0, D1]>;
|
| D | SparcCallingConv.td | 32 CCIfType<[f32], CCAssignToReg<[F0, F1, F2, F3]>>,
|
| /freebsd-9-stable/contrib/llvm/lib/Target/SystemZ/ |
| D | SystemZCallingConv.td | 29 // ABI-complaint code returns float and double in F0. Make the 59 // The first 4 float and double arguments are passed in even registers F0-F6.
|
| /freebsd-9-stable/contrib/llvm/patches/ |
| D | README.TXT | 10 patch -p0 -f -F0 -E -i $p -s || break
|
| /freebsd-9-stable/sys/mips/include/ |
| D | regnum.h | 120 #define F0 (FPBASE+0) macro
|
| /freebsd-9-stable/crypto/heimdal/lib/hx509/data/ |
| D | pkinit.crt | 31 66:BB:EC:4F:F0:52:7E:D1:F4:F4:F9:CD:E9:B6:C7:C4:FC:2A:2F:4F
|
| D | pkinit-proxy-chain.crt | 45 66:BB:EC:4F:F0:52:7E:D1:F4:F4:F9:CD:E9:B6:C7:C4:FC:2A:2F:4F
|
| /freebsd-9-stable/contrib/llvm/lib/Target/Sparc/AsmParser/ |
| D | SparcAsmParser.cpp | 98 Sparc::F0, Sparc::F1, Sparc::F2, Sparc::F3, 317 unsigned regIdx = Reg - Sparc::F0; in MorphToDoubleReg() 331 regIdx = Reg - Sparc::F0; in MorphToQuadReg()
|
| /freebsd-9-stable/libexec/getty/ |
| D | gettytab.h | 108 #define F0 gettynums[9].value macro
|
| /freebsd-9-stable/sys/crypto/ |
| D | sha1.c | 60 #define F0(b, c, d) (((b) & (c)) | ((~(b)) & (d))) macro 143 tmp = S(5, a) + F0(b, c, d) + e + W(s) + K(t);
|
| /freebsd-9-stable/crypto/openssl/doc/ |
| D | fingerprints.txt | 61 Key fingerprint = 8657 ABB2 60F0 56B1 E519 0839 D9C4 D26D 0E60 4491
|
| /freebsd-9-stable/contrib/llvm/lib/Target/Sparc/Disassembler/ |
| D | SparcDisassembler.cpp | 87 SP::F0, SP::F1, SP::F2, SP::F3,
|
| /freebsd-9-stable/contrib/gdb/gdb/ |
| D | sparc-stub.c | 115 F0, F1, F2, F3, F4, F5, F6, F7, enumerator
|
| /freebsd-9-stable/sys/compat/svr4/ |
| D | svr4_termios.c | 304 undefined_flag2(c_oflag,F,FDLY,F,F0,F,F1); 404 undefined_flag2(c_oflag,F,FDLY,F,F0,F,F1);
|
| /freebsd-9-stable/contrib/sendmail/contrib/ |
| D | mail.local.linux | 31 M'6F0,>-99B7'&PC;D?=&AFZ<`<(8_-&7HAMSQ,<B"&O1H4-\,;@@'WWVI8'? 129 M(Z+-F0!$#-#'@1QL3="L>^,7`@.KUT1%L./30P2\"\E8+<,H,,[EW-5`4`(@ 130 M_H=EO19-F2!;?K=,2FEE4-"W+.:/5`1E_@5-1`6V,;BSL>7*F0*%^]^5:]0B
|
| /freebsd-9-stable/contrib/gcc/config/mips/ |
| D | mips-ps-3d.md | 513 MIPS_BRANCH ("b%F0", "%2,%1"), 536 MIPS_BRANCH ("b%F0", "%2,%1"));
|
| /freebsd-9-stable/contrib/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineAddSub.cpp | 314 APFloat &F0 = getFpVal(); in operator *=() local 317 F0.multiply(createAPFloatFromInt(Semantic, That.IntVal), in operator *=() 320 F0.multiply(That.getFpVal(), APFloat::rmNearestTiesToEven); in operator *=()
|
| /freebsd-9-stable/contrib/dialog/ |
| D | dlg_keys.c | 308 CURSES_NAME(F0),
|
| /freebsd-9-stable/contrib/gcc/ |
| D | stab.def | 235 | F0 | F2 | F4 | F6 |
|
| /freebsd-9-stable/contrib/groff/font/devlj4/ |
| D | AR | 307 Sd 14715,18939,323 2 161264 -- U+00F0 (19U 240)
|
| D | ABI | 305 Sd 16162,18939,336,1240,-283,181 2 161264 -- U+00F0 (19U 240)
|
| D | TNRBI | 310 Sd 13229,17919,362,956,646,211 2 161264 -- U+00F0 (19U 240)
|
| D | AB | 305 Sd 16162,18939,323 2 161264 -- U+00F0 (19U 240)
|