/freebsd/contrib/bc/vs/ |
H A D | bcl.sln | 6 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bcl", "bcl.vcxproj", "{76B451C9-72BF-45B2-B78D… 18 {76B451C9-72BF-45B2-B78D-B3515410F99F}.Debug|x64.ActiveCfg = Debug|x64 19 {76B451C9-72BF-45B2-B78D-B3515410F99F}.Debug|x64.Build.0 = Debug|x64 20 {76B451C9-72BF-45B2-B78D-B3515410F99F}.Debug|x86.ActiveCfg = Debug|Win32 21 {76B451C9-72BF-45B2-B78D-B3515410F99F}.Debug|x86.Build.0 = Debug|Win32 22 {76B451C9-72BF-45B2-B78D-B3515410F99F}.ReleaseMD|x64.ActiveCfg = ReleaseMD|x64 23 {76B451C9-72BF-45B2-B78D-B3515410F99F}.ReleaseMD|x64.Build.0 = ReleaseMD|x64 24 {76B451C9-72BF-45B2-B78D-B3515410F99F}.ReleaseMD|x86.ActiveCfg = ReleaseMD|Win32 25 {76B451C9-72BF-45B2-B78D-B3515410F99F}.ReleaseMD|x86.Build.0 = ReleaseMD|Win32 26 {76B451C9-72BF-45B2-B78D-B3515410F99F}.ReleaseMT|x64.ActiveCfg = ReleaseMT|x64 [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrDFP.td | 47 def DCMPU : XForm_17<59, 642, (outs crrc:$BF), (ins f8rc:$RA, f8rc:$RB), 48 "dcmpu $BF, $RA, $RB", IIC_FPCompare>; 50 def DCMPUQ : XForm_17<63, 642, (outs crrc:$BF), (ins fpairrc:$RA, fpairrc:$RB), 51 "dcmpuq $BF, $RA, $RB", IIC_FPCompare>; 53 def DCMPO : XForm_17<59, 130, (outs crrc:$BF), (ins f8rc:$RA, f8rc:$RB), 54 "dcmpo $BF, $RA, $RB", IIC_FPCompare>; 56 def DCMPOQ : XForm_17<63, 130, (outs crrc:$BF), (ins fpairrc:$RA, fpairrc:$RB), 57 "dcmpoq $BF, $RA, $RB", IIC_FPCompare>; 157 def DTSTDC : Z22Form_BF3_FRA5_DCM6<59, 194, (outs crrc:$BF), 159 "dtstdc $BF, $FRA, $DCM", IIC_FPCompare, []>; [all …]
|
H A D | PPCScheduleP10.td | 83 // A BF pipeline may take from 7 to 36 cycles to complete. 84 // Some BF operations may keep the pipeline busy for up to 10 cycles. 352 // Save 1 cycles if pipeline BF reads the data from pipelines DX, MU, vMU, CY, DF, MM. 353 // Save 2 cycles if pipeline BF reads the data from pipelines BF. 359 // Save 1 cycles if pipeline CY reads the data from pipelines DX, MU, vMU, BF, DF, MM. 366 // Save 1 cycles if pipeline MM reads the data from pipelines DX, MU, vMU, BF, CY, DF. 376 // Save 1 cycles if pipeline DF reads the data from pipelines DX, MU, vMU, BF, CY, DF, MM. 379 // Save 1 cycles if pipeline DV reads the data from pipelines DX, MU, vMU, BF, CY, DF, MM. 382 // Save 1 cycles if pipeline DX reads the data from pipelines DX, MU, vMU, BF, C [all...] |
H A D | PPCInstrFormats.td | 343 bits<3> BF; 348 let Inst{6-8} = BF; 564 bits<3> BF; 569 let Inst{6-8} = BF; 644 bits<3> BF; 648 let Inst{6-8} = BF; 970 bits<3> BF; 974 let Inst{6-8} = BF; 984 bits<3> BF; 991 let Inst{6-8} = BF; [all...] |
H A D | PPCInstrHTM.td | 87 (outs crrc:$BF), (ins), "tcheck $BF", IIC_SprMTSPR>;
|
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/ |
H A D | evpciph_bf.txt | 10 Title = Self generated BF test vectors 13 Cipher = BF-ECB 20 Cipher = BF-ECB 26 Cipher = BF-CBC 34 Cipher = BF-CBC 41 Cipher = BF-OFB 49 Cipher = BF-OFB 56 Cipher = BF-CFB 64 Cipher = BF-CFB
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonGenExtract.cpp | 99 Value *BF = nullptr; in INITIALIZE_PASS_DEPENDENCY() local 107 bool Match = match(In, m_And(m_Shl(m_LShr(m_Value(BF), m_ConstantInt(CSR)), in INITIALIZE_PASS_DEPENDENCY() 114 Match = match(In, m_And(m_Shl(m_AShr(m_Value(BF), m_ConstantInt(CSR)), in INITIALIZE_PASS_DEPENDENCY() 122 Match = match(In, m_And(m_Shl(m_Value(BF), m_ConstantInt(CSL)), in INITIALIZE_PASS_DEPENDENCY() 131 Match = match(In, m_And(m_LShr(m_Value(BF), m_ConstantInt(CSR)), in INITIALIZE_PASS_DEPENDENCY() 138 Match = match(In, m_And(m_AShr(m_Value(BF), m_ConstantInt(CSR)), in INITIALIZE_PASS_DEPENDENCY() 145 Match = match(In, m_Shl(m_LShr(m_Value(BF), m_ConstantInt(CSR)), in INITIALIZE_PASS_DEPENDENCY() 152 Match = match(In, m_Shl(m_AShr(m_Value(BF), m_ConstantInt(CSR)), in INITIALIZE_PASS_DEPENDENCY() 158 Type *Ty = BF->getType(); in INITIALIZE_PASS_DEPENDENCY() 216 Value *NewIn = IRB.CreateCall(ExtF, {BF, IRB.getInt32(W), IRB.getInt32(SR)}); in INITIALIZE_PASS_DEPENDENCY()
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | EVP_CIPHER-BLOWFISH.pod | 17 =item "BF-ECB" 19 =item "BF-CBC" 21 =item "BF-OFB" 23 =item "BF-CFB"
|
/freebsd/bin/pax/ |
H A D | options.h | 55 #define BF 0x00000002 macro 106 #define BDEXTR (AF|BF|LF|TF|WF|XF|CBF|CHF|CLF|CPF|CXF) 108 #define BDCOPY (AF|BF|FF|OF|XF|CBF|CEF) 109 #define BDLIST (AF|BF|IF|KF|LF|OF|PF|RF|TF|UF|WF|XF|CBF|CDF|CHF|CLF|CPF|CXF|CYF|CZF)
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCFragment.cpp | 232 const auto *BF = cast<MCBoundaryAlignFragment>(this); in dump() local 234 OS << " BoundarySize:" << BF->getAlignment().value() in dump() 235 << " LastFragment:" << BF->getLastFragment() in dump() 236 << " Size:" << BF->getSize(); in dump()
|
H A D | MCAssembler.cpp | 775 const MCBoundaryAlignFragment &BF = cast<MCBoundaryAlignFragment>(F); in writeFragment() local 776 if (!Asm.getBackend().writeNopData(OS, FragmentSize, BF.getSubtargetInfo())) in writeFragment() 1186 bool MCAssembler::relaxBoundaryAlign(MCBoundaryAlignFragment &BF) { in relaxBoundaryAlign() argument 1189 if (!BF.getLastFragment()) in relaxBoundaryAlign() 1192 uint64_t AlignedOffset = getFragmentOffset(BF); in relaxBoundaryAlign() 1194 for (const MCFragment *F = BF.getNext();; F = F->getNext()) { in relaxBoundaryAlign() 1196 if (F == BF.getLastFragment()) in relaxBoundaryAlign() 1200 Align BoundaryAlignment = BF.getAlignment(); in relaxBoundaryAlign() 1204 if (NewSize == BF.getSize()) in relaxBoundaryAlign() 1206 BF.setSize(NewSize); in relaxBoundaryAlign()
|
/freebsd/crypto/openssl/test/ct/ |
H A D | tls1.sct | 9 D6:64:0F:3D:BF:9A:41:42:94:95:92:45:30:28:8F:A3: 12 05:51:9D:89:ED:BF:08
|
/freebsd/crypto/heimdal/lib/wind/ |
H A D | NormalizationTest.txt | 393 03CC;03CC;03BF 0301;03CC;03BF 0301; # (ό; ό; ο◌́; ό; ο◌́; ) GREEK SMALL LETTER OMICRON WITH TONOS 909 1F40;1F40;03BF 0313;1F40;03BF 0313; # (ὀ; ὀ; ο◌̓; ὀ; ο◌̓; ) GREEK SMALL LETTER OMICRON WITH PSILI 910 1F41;1F41;03BF 0314;1F41;03BF 0314; # (ὁ; ὁ; ο◌̔; ὁ; ο◌̔; ) GREEK SMALL LETTER OMICRON WITH DASIA 911 1F42;1F42;03BF 0313 0300;1F42;03BF 0313 0300; # (ὂ; ὂ; ο◌̓◌̀; ὂ; ο◌̓◌̀; ) GREEK SMALL LETTER OMICRO… 912 1F43;1F43;03BF 0314 0300;1F43;03BF 0314 0300; # (ὃ; ὃ; ο◌̔◌̀; ὃ; ο◌̔◌̀; ) GREEK SMALL LETTER OMICRO… 913 1F44;1F44;03BF 0313 0301;1F44;03BF 0313 0301; # (ὄ; ὄ; ο◌̓◌́; ὄ; ο◌̓◌́; ) GREEK SMALL LETTER OMICRO… 914 1F45;1F45;03BF 0314 0301;1F45;03BF 0314 0301; # (ὅ; ὅ; ο◌̔◌́; ὅ; ο◌̔◌́; ) GREEK SMALL LETTER OMICRO… 957 1F78;1F78;03BF 0300;1F78;03BF 0300; # (ὸ; ὸ; ο◌̀; ὸ; ο◌̀; ) GREEK SMALL LETTER OMICRON WITH VARIA 958 1F79;03CC;03BF 0301;03CC;03BF 0301; # (ό; ό; ο◌́; ό; ο◌́; ) GREEK SMALL LETTER OMICRON WITH OXIA 1385 24BF;24BF;24BF;004A;004A; # (Ⓙ; Ⓙ; Ⓙ; J; J; ) CIRCLED LATIN CAPITAL LETTER J [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86DiscriminateMemOps.cpp | 146 unsigned BF, DF, CI = 0; in runOnMachineFunction() local 147 DILocation::decodeDiscriminator(DI->getDiscriminator(), BF, DF, CI); in runOnMachineFunction()
|
/freebsd/secure/caroot/trusted/ |
H A D | e-Szigno_Root_CA_2017.pem | 42 87:11:15:08:D1:AA:C1:78:0C:B1:AF:CE:C6:C9:90:EF:BF:30:04:C0 44 87:11:15:08:D1:AA:C1:78:0C:B1:AF:CE:C6:C9:90:EF:BF:30:04:C0
|
H A D | DigiCert_High_Assurance_EV_Root_CA.pem | 54 B1:3E:C3:69:03:F8:BF:47:01:D4:98:26:1A:08:02:EF:63:64:2B:C3 56 B1:3E:C3:69:03:F8:BF:47:01:D4:98:26:1A:08:02:EF:63:64:2B:C3
|
H A D | Starfield_Class_2_CA.pem | 49 BF:5F:B7:D1:CE:DD:1F:86:F4:5B:55:AC:DC:D7:10:C2:0E:A9:88:E7 51 keyid:BF:5F:B7:D1:CE:DD:1F:86:F4:5B:55:AC:DC:D7:10:C2:0E:A9:88:E7
|
H A D | Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem | 43 B4:22:0B:82:99:24:01:0E:9C:BB:E4:0E:FD:BF:FB:97:20:93:99:2A
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | e_bf.c | 34 IMPLEMENT_BLOCK_CIPHER(bf, ks, BF, EVP_BF_KEY, NID_bf, 8, 16, 8, 64,
|
/freebsd/usr.bin/jot/tests/ |
H A D | regress.x.out | 1 …,87,89,8B,8D,8F,91,93,95,97,99,9B,9D,9F,A1,A3,A5,A7,A9,AB,AD,AF,B1,B3,B5,B7,B9,BB,BD,BF,C1,C3,C5,C8
|
/freebsd/crypto/openssl/test/certs/ |
H A D | embeddedSCTs1.sct | 12 93:F9:5A:BF:C3:68:34
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalTypeDumper.cpp | 476 BitFieldRecord &BF) { in visitKnownRecord() argument 477 P.formatLine("type = {0}, bit offset = {1}, # bits = {2}", BF.Type, in visitKnownRecord() 478 BF.BitOffset, BF.BitSize); in visitKnownRecord()
|
/freebsd/secure/caroot/untrusted/ |
H A D | Symantec_Class_2_Public_Primary_Certification_Authority_-_G6.pem | 52 87:8C:20:95:C8:98:4A:D1:D6:80:06:4A:90:34:44:DF:1C:4D:BF:B0 70 SHA1 Fingerprint=40:B3:31:A0:E9:BF:E8:55:BC:39:93:CA:70:4F:4E:C2:51:D4:1D:8F
|
/freebsd/tools/build/ |
H A D | beinstall.sh | 51 ETCUPDATE_FLAGS="${ETCUPDATE_FLAGS:-"-BF"}"
|
/freebsd/lib/libpmc/pmu-events/arch/x86/ |
H A D | mapfile.csv | 50 GenuineIntel-6-BF,v1,alderlake,core
|