Searched refs:K2 (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Drmd160.c65 #define K2 0x6ED9EBA1U macro
225 R(d, e, a, b, c, F2, K2, 11, 3);
226 R(c, d, e, a, b, F2, K2, 13, 10);
227 R(b, c, d, e, a, F2, K2, 6, 14);
228 R(a, b, c, d, e, F2, K2, 7, 4);
229 R(e, a, b, c, d, F2, K2, 14, 9);
230 R(d, e, a, b, c, F2, K2, 9, 15);
231 R(c, d, e, a, b, F2, K2, 13, 8);
232 R(b, c, d, e, a, F2, K2, 15, 1);
233 R(a, b, c, d, e, F2, K2, 1
[all...]
/freebsd-11-stable/sys/opencrypto/
H A Drmd160.c64 #define K2 0x6ED9EBA1U macro
216 R(d, e, a, b, c, F2, K2, 11, 3);
217 R(c, d, e, a, b, F2, K2, 13, 10);
218 R(b, c, d, e, a, F2, K2, 6, 14);
219 R(a, b, c, d, e, F2, K2, 7, 4);
220 R(e, a, b, c, d, F2, K2, 14, 9);
221 R(d, e, a, b, c, F2, K2, 9, 15);
222 R(c, d, e, a, b, F2, K2, 13, 8);
223 R(b, c, d, e, a, F2, K2, 15, 1);
224 R(a, b, c, d, e, F2, K2, 1
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DToken.h99 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2) const {
100 return is(K1) || is(K2);
103 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2, Ts... Ks) const { argument
104 return is(K1) || isOneOf(K2, Ks...);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/RPC/
H A DRPCSerialization.h651 template <typename ChannelT, typename K, typename V, typename K2, typename V2>
652 class SerializationTraits<ChannelT, std::map<K, V>, std::map<K2, V2>> {
654 /// Serialize a std::map<K, V> from std::map<K2, V2>.
655 static Error serialize(ChannelT &C, const std::map<K2, V2> &M) {
661 SerializationTraits<ChannelT, K, K2>::serialize(C, E.first))
672 static Error deserialize(ChannelT &C, std::map<K2, V2> &M) {
680 std::pair<K2, V2> Val;
682 SerializationTraits<ChannelT, K, K2>::deserialize(C, Val.first))
/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h323 template <typename A, typename B> bool isOneOf(A K1, B K2) const {
324 return is(K1) || is(K2);
327 bool isOneOf(A K1, B K2, Ts... Ks) const { argument
328 return is(K1) || isOneOf(K2, Ks...);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86InstPrinterCommon.cpp352 printRegName(OS, X86::K2);
H A DX86MCTargetDesc.cpp262 {codeview::RegisterId::AMD64_K2, X86::K2},
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.h323 ENTRY(K2) \
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h525 case X86::K2:
/freebsd-11-stable/sys/dev/fe/
H A Dif_fe.c565 #define LNX_CYCLE(D1,D2,D3,D4,K1,K2,K3,K4) \
566 (LNX_PH(D1,K1,0)|LNX_PH(D2,K2,8)|LNX_PH(D3,K3,16)|LNX_PH(D4,K4,24))
/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwmreg.h5749 * @K2: IGTK sub key
5758 uint8_t K2[16]; member in struct:iwm_mvm_mgmt_mcast_key_cmd
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp1240 unsigned K2 = getKillRegState(Op2.isKill()); local
1245 .addReg(Rs, K2);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4797 SDValue *K2 = isa<ConstantSDNode>(LHS2) ? &LHS2 : isa<ConstantSDNode>(RHS2) local
4802 SDValue V2Tmp = (K2 && *K2 == LHS2) ? RHS2 : LHS2;
4815 if (!K1 || !K2 || *K1 == Op2 || *K2 != K2Tmp || V1Tmp != V2Tmp ||
4823 : isLowerSaturate(LHS2, RHS2, TrueVal2, FalseVal2, CC2, *K2)
4829 : isUpperSaturate(LHS2, RHS2, TrueVal2, FalseVal2, CC2, *K2)
4840 int64_t Val2 = cast<ConstantSDNode>(*K2)->getSExtValue();
/freebsd-11-stable/crypto/openssl/crypto/modes/
H A Dgcm128.c1749 # define K2 K1 macro

Completed in 284 milliseconds