Searched refs:K4 (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Drmd160.c67 #define K4 0xA953FD4EU macro
259 R(b, c, d, e, a, F4, K4, 9, 4);
260 R(a, b, c, d, e, F4, K4, 15, 0);
261 R(e, a, b, c, d, F4, K4, 5, 5);
262 R(d, e, a, b, c, F4, K4, 11, 9);
263 R(c, d, e, a, b, F4, K4, 6, 7);
264 R(b, c, d, e, a, F4, K4, 8, 12);
265 R(a, b, c, d, e, F4, K4, 13, 2);
266 R(e, a, b, c, d, F4, K4, 12, 10);
267 R(d, e, a, b, c, F4, K4,
[all...]
/freebsd-11-stable/sys/opencrypto/
H A Drmd160.c66 #define K4 0xA953FD4EU macro
250 R(b, c, d, e, a, F4, K4, 9, 4);
251 R(a, b, c, d, e, F4, K4, 15, 0);
252 R(e, a, b, c, d, F4, K4, 5, 5);
253 R(d, e, a, b, c, F4, K4, 11, 9);
254 R(c, d, e, a, b, F4, K4, 6, 7);
255 R(b, c, d, e, a, F4, K4, 8, 12);
256 R(a, b, c, d, e, F4, K4, 13, 2);
257 R(e, a, b, c, d, F4, K4, 12, 10);
258 R(d, e, a, b, c, F4, K4,
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86InstPrinterCommon.cpp355 printRegName(OS, X86::K4);
H A DX86MCTargetDesc.cpp264 {codeview::RegisterId::AMD64_K4, X86::K4},
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.h325 ENTRY(K4) \
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h529 case X86::K4:
/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/crypto/openssl/crypto/modes/
H A Dgcm128.c1803 # define K4 K3 macro
1839 # define K5 K4

Completed in 163 milliseconds