| /freebsd-12-stable/sys/opencrypto/ |
| D | rmd160.c | 64 #define K2 0x6ED9EBA1U macro 216 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() [all …]
|
| /freebsd-12-stable/contrib/bearssl/src/hash/ |
| D | sha1.c | 35 #define K2 ((uint32_t)0x6ED9EBA1) macro 71 e += ROTL(a, 5) + G(b, c, d) + K2 + m[i + 0]; b = ROTL(b, 30); in br_sha1_round() 72 d += ROTL(e, 5) + G(a, b, c) + K2 + m[i + 1]; a = ROTL(a, 30); in br_sha1_round() 73 c += ROTL(d, 5) + G(e, a, b) + K2 + m[i + 2]; e = ROTL(e, 30); in br_sha1_round() 74 b += ROTL(c, 5) + G(d, e, a) + K2 + m[i + 3]; d = ROTL(d, 30); in br_sha1_round() 75 a += ROTL(b, 5) + G(c, d, e) + K2 + m[i + 4]; c = ROTL(c, 30); in br_sha1_round()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
| D | Serialization.h | 668 template <typename ChannelT, typename K, typename V, typename K2, typename V2> 669 class SerializationTraits<ChannelT, std::map<K, V>, std::map<K2, V2>> { 672 static Error serialize(ChannelT &C, const std::map<K2, V2> &M) { in serialize() argument 678 SerializationTraits<ChannelT, K, K2>::serialize(C, E.first)) in serialize() 689 static Error deserialize(ChannelT &C, std::map<K2, V2> &M) { in deserialize() argument 697 std::pair<K2, V2> Val; in deserialize() 699 SerializationTraits<ChannelT, K, K2>::deserialize(C, Val.first)) in deserialize() 716 template <typename ChannelT, typename K, typename V, typename K2, typename V2> 717 class SerializationTraits<ChannelT, std::map<K, V>, DenseMap<K2, V2>> { 720 static Error serialize(ChannelT &C, const DenseMap<K2, V2> &M) { in serialize() argument [all …]
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Lex/ |
| D | Token.h | 99 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2) const { in isOneOf() argument 100 return is(K1) || is(K2); in isOneOf() 103 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2, Ts... Ks) const { in isOneOf() argument 104 return is(K1) || isOneOf(K2, Ks...); in isOneOf()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Format/ |
| D | FormatToken.h | 464 template <typename A, typename B> bool isOneOf(A K1, B K2) const { in isOneOf() 465 return is(K1) || is(K2); in isOneOf() 468 bool isOneOf(A K1, B K2, Ts... Ks) const { in isOneOf() 469 return is(K1) || isOneOf(K2, Ks...); in isOneOf()
|
| /freebsd-12-stable/release/picobsd/mfs_tree/etc/ |
| D | termcap | 15 :k9=\E[U:k;=\E[V:F1=\E[W:F2=\E[X:K2=\E[E:nw=\E[E:ec=\E[%dX:\ 67 :K1=\EOq:K2=\EOr:K3=\EOs:K4=\EOp:K5=\EOn:pt:sr=2*\EM:vt#3:xn:\ 113 :K1=\E[H:K2=\E[I:K3=\E[E:K4=\E[F:K5=\E[G:\
|
| /freebsd-12-stable/sys/gnu/dts/arm/ |
| D | s3c6410-mini6410.dts | 83 label = "K2";
|
| /freebsd-12-stable/etc/ |
| D | termcap.small | 45 :k9=\E[U:k;=\E[V:F1=\E[W:F2=\E[X:K2=\E[E:nw=\E[E:ec=\E[%dX:\ 242 :K1=\EOq:K2=\EOr:K3=\EOs:K4=\EOp:K5=\EOn:pt:sr=2*\EM:xn:\ 250 :@7=\EOF:@8=\EOM:F1=\E[23~:F2=\E[24~:K2=\EOE:Km=\E[M:\
|
| /freebsd-12-stable/sys/gnu/dts/arm64/amlogic/ |
| D | meson-gxbb-nanopi-k2.dts | 13 model = "FriendlyARM NanoPi K2";
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| D | X86InstPrinterCommon.cpp | 379 printRegName(OS, X86::K2); in printVKPair()
|
| D | X86MCTargetDesc.cpp | 260 {codeview::RegisterId::AMD64_K2, X86::K2}, in initLLVMToSEHAndCVRegMapping()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/ |
| D | X86DisassemblerDecoder.h | 320 ENTRY(K2) \
|
| /freebsd-12-stable/contrib/sendmail/contrib/ |
| D | mail.local.linux | 77 METX(M5%:A2M<Y56FA$K2<RF`%5C:`2!E@!R`,AP*,`8EMA1R`F>QL05=``(] 105 M$`,RFZ_O^K2>*)S5>;,">@<KD*`$6Y-22J6K)P(-*63U":W5F1Q^VZQRX&#A
|
| /freebsd-12-stable/sys/dev/fe/ |
| D | if_fe.c | 556 #define LNX_CYCLE(D1,D2,D3,D4,K1,K2,K3,K4) \ argument 557 (LNX_PH(D1,K1,0)|LNX_PH(D2,K2,8)|LNX_PH(D3,K3,16)|LNX_PH(D4,K4,24))
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ |
| D | X86Operand.h | 558 case X86::K2: in addMaskPairOperands()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| D | X86RegisterInfo.td | 284 def K2 : X86Reg<"k2", 2>, DwarfRegNum<[120, 95, 95]>; 619 [(add K0, K2, K4, K6), (add K1, K3, K5, K7)]>;
|
| /freebsd-12-stable/contrib/binutils/opcodes/ |
| D | ia64-ic.tbl | 87 mov-from-AR-K; IC:mov-from-AR-M[Field(ar3) in {K0 K1 K2 K3 K4 K5 K6 K7}] 155 mov-to-AR-K; IC:mov-to-AR-M[Field(ar3) in {K0 K1 K2 K3 K4 K5 K6 K7}]
|
| /freebsd-12-stable/share/termcap/ |
| D | termcap | 2264 :k9=\E[U:k;=\E[V:F1=\E[W:F2=\E[X:K2=\E[E:nw=\E[E:ec=\E[%dX:\ 2481 :K1=\EOq:K2=\EOr:K3=\EOs:K4=\EOp:K5=\EOn:pt:sr=2*\EM:xn:\ 2813 :@7=\EOF:@8=\EOM:F1=\E[23~:F2=\E[24~:K2=\EOE:Km=\E[M:\ 2844 :*6=\E[4~:@7=\E[4~:K2=\EOu:Km=\E[M:kH=\E[4~:kh=\E[1~:\ 2907 :K2=\217y:Km=\233M:LE=\233%dD:RI=\233%dC:UP=\233%dA:\ 2945 :F1=\E[192z:F2=\E[193z:K2=\E[218z:Km=\E[M:k1=\E[224z:\ 4282 :K2=\E[I:\ 4449 :is=K2 UCB IBMPC Kermit 1.2 8-30-84\n:tc=kermit: 4583 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:K2=\E[G:\ 4608 :k9=\E[U:k;=\E[V:F1=\E[W:F2=\E[X:K2=\E[E:\ [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| D | HexagonInstrInfo.cpp | 1264 unsigned K2 = getKillRegState(Op2.isKill()); in expandPostRAPseudo() local 1269 .addReg(Rs, K2); in expandPostRAPseudo()
|
| /freebsd-12-stable/sys/dev/iwm/ |
| D | if_iwmreg.h | 6096 uint8_t K2[16]; member
|
| /freebsd-12-stable/contrib/ncurses/include/ |
| D | Caps.uwin | 433 key_b2 kb2 str K2 KEY_B2 0536 YB-GE center of keypad
|
| D | Caps.aix4 | 465 key_b2 kb2 str K2 KEY_B2 0536 YB-GE center of keypad
|
| D | Caps.hpux11 | 467 key_b2 kb2 str K2 KEY_B2 0536 YB-GE center of keypad
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| D | AArch64InstrInfo.td | 8050 PatFrag<(ops node:$V, node:$K1, node:$K2), 8053 (v8i8 (extract_subvector node:$V, node:$K1)))), node:$K2))>; 8056 PatFrag<(ops node:$M, node:$N, node:$K1, node:$K2), 8058 (mulop (v4i16 (ee_v16i8<extend> node:$M, node:$K1, node:$K2)), 8059 (v4i16 (ee_v16i8<extend> node:$N, node:$K1, node:$K2))))>;
|
| /freebsd-12-stable/share/misc/ |
| D | pci_vendors | 6854 0040 K2 KeyLargo USB 6855 0041 K2 KeyLargo Mac/IO 6856 0042 K2 FireWire 6857 0043 K2 ATA/100 6858 0045 K2 HT-PCI Bridge 6859 0046 K2 HT-PCI Bridge 6860 0047 K2 HT-PCI Bridge 6861 0048 K2 HT-PCI Bridge 6862 0049 K2 HT-PCI Bridge 6865 004c K2 GMAC (Sun GEM) [all …]
|