| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| xxhash.cpp | 109 uint64_t const K1 = round(0, endian::read64le(P)); 110 H64 ^= K1;
|
| /src/common/lib/libc/hash/rmd160/ |
| rmd160.c | 81 #define K1 0x5A827999U 226 R(e, a, b, c, d, F1, K1, 7, 7); 227 R(d, e, a, b, c, F1, K1, 6, 4); 228 R(c, d, e, a, b, F1, K1, 8, 13); 229 R(b, c, d, e, a, F1, K1, 13, 1); 230 R(a, b, c, d, e, F1, K1, 11, 10); 231 R(e, a, b, c, d, F1, K1, 9, 6); 232 R(d, e, a, b, c, F1, K1, 7, 15); 233 R(c, d, e, a, b, F1, K1, 15, 3); 234 R(b, c, d, e, a, F1, K1, 7, 12) [all...] |
| /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
| sha.c | 69 #define K1 0x6ed9eba1 128 DO(20,F1,K1); 129 DO(21,F1,K1); 130 DO(22,F1,K1); 131 DO(23,F1,K1); 132 DO(24,F1,K1); 133 DO(25,F1,K1); 134 DO(26,F1,K1); 135 DO(27,F1,K1); 136 DO(28,F1,K1); [all...] |
| /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
| rmd160.c | 63 #define K1 0x5A827999U 204 R(e, a, b, c, d, F1, K1, 7, 7); 205 R(d, e, a, b, c, F1, K1, 6, 4); 206 R(c, d, e, a, b, F1, K1, 8, 13); 207 R(b, c, d, e, a, F1, K1, 13, 1); 208 R(a, b, c, d, e, F1, K1, 11, 10); 209 R(e, a, b, c, d, F1, K1, 9, 6); 210 R(d, e, a, b, c, F1, K1, 7, 15); 211 R(c, d, e, a, b, F1, K1, 15, 3); 212 R(b, c, d, e, a, F1, K1, 7, 12) [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| AMDGPURegBankCombiner.cpp | 62 Register &Val, Register &K0, Register &K1); 90 Register &K0, Register &K1) { 91 // 4 operand commutes of: min(max(Val, K0), K1). 92 // Find K1 from outer instr: min(max(...), K1) or min(K1, max(...)). 94 // 4 operand commutes of: max(min(Val, K1), K0). 96 // Find K1 and Val from inner instr: min(K1, Val) or min(Val, K1) [all...] |
| AMDGPUInstructionSelector.cpp | 618 const int64_t K1 = ConstSrc1->Value.getSExtValue(); 620 uint32_t Hi16 = static_cast<uint32_t>(K1) & 0xffff;
|
| AMDGPUISelLowering.cpp | 2594 SDValue K1 = DAG.getConstantFP(BitsToDouble(UINT64_C(0xc1f0000000000000)), SL, 2602 SDValue Fma = DAG.getNode(ISD::FMA, SL, MVT::f64, FloorMul, K1, Trunc);
|
| SIISelLowering.cpp | 8376 const SDValue K1 = DAG.getConstantFP(K1Val, SL, MVT::f32); 8385 SDValue r3 = DAG.getNode(ISD::SELECT, SL, MVT::f32, r2, K1, One); 9847 ConstantSDNode *K1 = dyn_cast<ConstantSDNode>(Op1); 9848 if (!K1) 9856 if (K0->getAPIntValue().sge(K1->getAPIntValue())) 9859 if (K0->getAPIntValue().uge(K1->getAPIntValue())) 9867 Op0.getOperand(0), SDValue(K0, 0), SDValue(K1, 0)); 9902 ConstantFPSDNode *K1 = getSplatConstantFP(Op1); 9903 if (!K1) 9911 if (K0->getValueAPF() > K1->getValueAPF() [all...] |
| /src/external/gpl3/binutils/dist/libiberty/ |
| sha1.c | 275 #define K1 0x5a827999 332 R( a, b, c, d, e, F1, K1, x[ 0] ); 333 R( e, a, b, c, d, F1, K1, x[ 1] ); 334 R( d, e, a, b, c, F1, K1, x[ 2] ); 335 R( c, d, e, a, b, F1, K1, x[ 3] ); 336 R( b, c, d, e, a, F1, K1, x[ 4] ); 337 R( a, b, c, d, e, F1, K1, x[ 5] ); 338 R( e, a, b, c, d, F1, K1, x[ 6] ); 339 R( d, e, a, b, c, F1, K1, x[ 7] ); 340 R( c, d, e, a, b, F1, K1, x[ 8] ) [all...] |
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| sha1.c | 275 #define K1 0x5a827999 332 R( a, b, c, d, e, F1, K1, x[ 0] ); 333 R( e, a, b, c, d, F1, K1, x[ 1] ); 334 R( d, e, a, b, c, F1, K1, x[ 2] ); 335 R( c, d, e, a, b, F1, K1, x[ 3] ); 336 R( b, c, d, e, a, F1, K1, x[ 4] ); 337 R( a, b, c, d, e, F1, K1, x[ 5] ); 338 R( e, a, b, c, d, F1, K1, x[ 6] ); 339 R( d, e, a, b, c, F1, K1, x[ 7] ); 340 R( c, d, e, a, b, F1, K1, x[ 8] ) [all...] |
| /src/external/gpl3/gcc/dist/libiberty/ |
| sha1.c | 279 #define K1 0x5a827999 336 R( a, b, c, d, e, F1, K1, x[ 0] ); 337 R( e, a, b, c, d, F1, K1, x[ 1] ); 338 R( d, e, a, b, c, F1, K1, x[ 2] ); 339 R( c, d, e, a, b, F1, K1, x[ 3] ); 340 R( b, c, d, e, a, F1, K1, x[ 4] ); 341 R( a, b, c, d, e, F1, K1, x[ 5] ); 342 R( e, a, b, c, d, F1, K1, x[ 6] ); 343 R( d, e, a, b, c, F1, K1, x[ 7] ); 344 R( c, d, e, a, b, F1, K1, x[ 8] ) [all...] |
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| sha1.c | 274 #define K1 0x5a827999 331 R( a, b, c, d, e, F1, K1, x[ 0] ); 332 R( e, a, b, c, d, F1, K1, x[ 1] ); 333 R( d, e, a, b, c, F1, K1, x[ 2] ); 334 R( c, d, e, a, b, F1, K1, x[ 3] ); 335 R( b, c, d, e, a, F1, K1, x[ 4] ); 336 R( a, b, c, d, e, F1, K1, x[ 5] ); 337 R( e, a, b, c, d, F1, K1, x[ 6] ); 338 R( d, e, a, b, c, F1, K1, x[ 7] ); 339 R( c, d, e, a, b, F1, K1, x[ 8] ) [all...] |
| /src/external/gpl3/gdb/dist/libiberty/ |
| sha1.c | 275 #define K1 0x5a827999 332 R( a, b, c, d, e, F1, K1, x[ 0] ); 333 R( e, a, b, c, d, F1, K1, x[ 1] ); 334 R( d, e, a, b, c, F1, K1, x[ 2] ); 335 R( c, d, e, a, b, F1, K1, x[ 3] ); 336 R( b, c, d, e, a, F1, K1, x[ 4] ); 337 R( a, b, c, d, e, F1, K1, x[ 5] ); 338 R( e, a, b, c, d, F1, K1, x[ 6] ); 339 R( d, e, a, b, c, F1, K1, x[ 7] ); 340 R( c, d, e, a, b, F1, K1, x[ 8] ) [all...] |
| /src/external/gpl3/gdb.old/dist/libiberty/ |
| sha1.c | 275 #define K1 0x5a827999 332 R( a, b, c, d, e, F1, K1, x[ 0] ); 333 R( e, a, b, c, d, F1, K1, x[ 1] ); 334 R( d, e, a, b, c, F1, K1, x[ 2] ); 335 R( c, d, e, a, b, F1, K1, x[ 3] ); 336 R( b, c, d, e, a, F1, K1, x[ 4] ); 337 R( a, b, c, d, e, F1, K1, x[ 5] ); 338 R( e, a, b, c, d, F1, K1, x[ 6] ); 339 R( d, e, a, b, c, F1, K1, x[ 7] ); 340 R( c, d, e, a, b, F1, K1, x[ 8] ) [all...] |
| /src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| crypto.c | 2218 krb5_data K1; 2234 ret = krb5_data_alloc(&K1, key_len); 2242 &label, NULL, md, &K1); 2246 memcpy(key->key->keyvalue.data, K1.data, key_len); 2249 memset_s(K1.data, K1.length, 0, K1.length); 2250 krb5_data_free(&K1);
|
| /src/external/bsd/pcc/dist/pcc/arch/mips/ |
| macdefs.h | 176 #define K1 27 291 { -1 }, /* $k1 */ \
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| modes_internal_test.c | 275 static const u8 K1[16], P1[] = { 0 }, A1[] = { 0 }, IV1[12], C1[] = { 0 }; 282 #define K2 K1 729 #define K19 K1 758 #define K20 K1
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| modes_internal_test.c | 272 static const u8 K1[16], P1[] = { 0 }, A1[] = { 0 }, IV1[12], C1[] = { 0 }; 279 # define K2 K1 726 # define K19 K1 755 # define K20 K1
|
| /src/crypto/external/bsd/openssl.old/dist/test/ |
| modes_internal_test.c | 266 static const u8 K1[16], P1[] = { 0 }, A1[] = { 0 }, IV1[12], C1[] = { 0 }; 273 # define K2 K1 720 # define K19 K1 749 # define K20 K1
|
| /src/sys/dev/ |
| ipmi.c | 1430 char K1, K2; 1441 K1 = signextend(s1->rbexp & 0xF, 4); 1445 * y = L((M * v + (B * 10^K1)) * 10^(K2+adj) 1448 * y = L(M*v * 10^(K2+adj) + B * 10^(K1+K2+adj)); */ 1450 v2 = powx(FIX10, INT2FIX(K1 + K2 + adj));
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| HexagonInstrInfo.cpp | 1263 unsigned K1 = getKillRegState(Op1.isKill()); 1268 .addReg(Pu, (Rd == Rt) ? K1 : 0) 1272 .addReg(Pu, K1)
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| ARMISelLowering.cpp | 5046 SDValue K1 = Op.getOperand(1); 5066 if (V1Tmp != TrueVal1 || V2Tmp != TrueVal2 || K1 != FalseVal1 || 5074 if (!isa<ConstantSDNode>(K1) || !isa<ConstantSDNode>(K2)) 5077 int64_t Val1 = cast<ConstantSDNode>(K1)->getSExtValue();
|
| /src/sys/dev/pci/ |
| if_iwmreg.h | 6761 * @K1: IGTK master key 6770 uint8_t K1[16];
|