/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/whrlpool/ |
H A D | wp_block.c | 182 # define C6(K,i) ROTATE(Cx.q[K.c[(i)*8+6]],48) macro 200 # define C6(K,i) (Cx.q[6+8*K.c[(i)*8+6]]) macro 213 # define C6(K,i) (((u64_a1*)(Cx.c+2))[2*K.c[(i)*8+6]]) macro 518 C6(K, (i - 6) & 7) ^ C7(K, (i - 7) & 7); in whirlpool_block() 525 C6(S, (i - 6) & 7) ^ C7(S, (i - 7) & 7); in whirlpool_block() 562 C4(K, 4) ^ C5(K, 3) ^ C6(K, 2) ^ C7(K, 1) ^ RC[r]; in whirlpool_block() 564 C4(K, 5) ^ C5(K, 4) ^ C6(K, 3) ^ C7(K, 2); in whirlpool_block() 566 C4(K, 6) ^ C5(K, 5) ^ C6(K, 4) ^ C7(K, 3); in whirlpool_block() 568 C4(K, 7) ^ C5(K, 6) ^ C6(K, 5) ^ C7(K, 4); in whirlpool_block() 570 C4(K, 0) ^ C5(K, 7) ^ C6(K, 6) ^ C7(K, 5); in whirlpool_block() [all …]
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/whrlpool/ |
H A D | wp_block.c | 188 # define C6(K,i) ROTATE(Cx.q[K.c[(i)*8+6]],48) macro 206 # define C6(K,i) (Cx.q[6+8*K.c[(i)*8+6]]) macro 219 # define C6(K,i) (((u64_a1*)(Cx.c+2))[2*K.c[(i)*8+6]]) macro 524 C6(K, (i - 6) & 7) ^ C7(K, (i - 7) & 7); in whirlpool_block() 531 C6(S, (i - 6) & 7) ^ C7(S, (i - 7) & 7); in whirlpool_block() 568 C4(K, 4) ^ C5(K, 3) ^ C6(K, 2) ^ C7(K, 1) ^ RC[r]; in whirlpool_block() 570 C4(K, 5) ^ C5(K, 4) ^ C6(K, 3) ^ C7(K, 2); in whirlpool_block() 572 C4(K, 6) ^ C5(K, 5) ^ C6(K, 4) ^ C7(K, 3); in whirlpool_block() 574 C4(K, 7) ^ C5(K, 6) ^ C6(K, 5) ^ C7(K, 4); in whirlpool_block() 576 C4(K, 0) ^ C5(K, 7) ^ C6(K, 6) ^ C7(K, 5); in whirlpool_block() [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | aarch64-opc.c | 3964 #define C6 6 macro 4105 SR_CORE ("id_aa64isar0_el1", CPENC (3,0,C0,C6,0), F_REG_READ), 4106 SR_CORE ("id_aa64isar1_el1", CPENC (3,0,C0,C6,1), F_REG_READ), 4107 SR_CORE ("id_aa64isar2_el1", CPENC (3,0,C0,C6,2), F_REG_READ), 4189 SR_CORE ("far_el1", CPENC (3,0,C6,C0,0), 0), 4190 SR_CORE ("far_el2", CPENC (3,4,C6,C0,0), 0), 4191 SR_CORE ("far_el3", CPENC (3,6,C6,C0,0), 0), 4192 SR_V8_1 ("far_el12", CPENC (3,5,C6,C0,0), 0), 4193 SR_CORE ("hpfar_el2", CPENC (3,4,C6,C0,4), 0), 4222 SR_MEMTAG ("tfsre0_el1", CPENC (3,0,C5,C6,1), 0), [all …]
|
/netbsd-src/lib/libm/src/ |
H A D | e_coshl.c | 57 C6 = 1.3888888888888616e-3, /* 0x16c16c16c16b99.0p-62 */ variable 70 C6 = 1.38888888888888888888888888889434831e-3L, /* 0x16c16c16c16c16c16c16c16c1dd7a.0p-122L */ variable 116 ((C8*x2 + C6)*x2 + C4)*x4 + C2*x2 + 1); in coshl() 121 C16)*x2 + C14)*x2 + C12)*x2 + C10)*x2 + C8)*x2 + C6)*x2 + in coshl()
|
H A D | k_sincosl.h | 45 C6 = -1.1470297442401303e-11, /* -0x19393412bd1529.0p-89 */ variable 76 r = z * (C1 + z * (C2 + z * (C3 + z * (C4 + z * (C5 + z * (C6 + in __kernel_sincosl() 89 C6 = -0.1147074559772972315817149986812031204775e-10L, variable 132 r = z * (C1 + z * (C2 + z * (C3 + z * (C4 + z * (C5 + z * (C6 + in __kernel_sincosl()
|
H A D | k_cos.c | 63 C6 = -1.13596475577881948265e-11; /* 0xBDA8FAE9, 0xBE8838D4 */ variable 76 r = z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*C6))))); in __kernel_cos()
|
H A D | k_cosf.c | 31 C6 = -1.1359647598e-11; /* 0xad47d74e */ variable 44 r = z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*C6))))); in __kernel_cosf()
|
H A D | k_sincos.h | 36 C6 = -1.13596475577881948265e-11; /* 0xBDA8FAE9, 0xBE8838D4 */ variable 53 r = z * (C1 + z * (C2 + z * C3)) + w * w * (C4 + z * (C5 + z * C6)); in __kernel_sincos()
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/avr/libf7/ |
H A D | libf7-asm.sx | 232 #define C6 C0+6 250 std Z+6+Off, C6 276 ldd C6, Z+6+Off 380 tst C6 453 adc C6, ZERO 455 ;; We only come here if C6 overflowed, i.e. C[] is 0 now. 457 ror C6 545 bst C6, 7 578 sbrs C6, 7 601 tst C6 [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/avr/libf7/ |
H A D | libf7-asm.sx | 232 #define C6 C0+6 250 std Z+6+Off, C6 276 ldd C6, Z+6+Off 380 tst C6 453 adc C6, ZERO 455 ;; We only come here if C6 overflowed, i.e. C[] is 0 now. 457 ror C6 545 bst C6, 7 578 sbrs C6, 7 601 tst C6 [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/avr/ |
H A D | lib1funcs.S | 880 #define C6 C4+2 macro 901 mul A6,B0 $ mov C6,r0 $ add C7,r1 903 mul B6,A0 $ add C6,r0 $ adc C7,r1 906 mul A2,B4 $ add C6,r0 $ adc C7,r1 925 XCALL __umulhisi3 $ wmov C4,22 $ add C6,24 $ adc C7,25 935 XCALL __umulhisi3 $ add C4,22 $ adc C5,23 $ adc C6,24 $ adc C7,25 945 XCALL __umulhisi3 $ add C4,22 $ adc C5,23 $ adc C6,24 $ adc C7,25 949 XCALL __umulhisi3 $ $ $ add C6,22 $ adc C7,23 955 wmov A6, C6 975 adiw C6, 1 [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/avr/ |
H A D | lib1funcs.S | 880 #define C6 C4+2 macro 901 mul A6,B0 $ mov C6,r0 $ add C7,r1 903 mul B6,A0 $ add C6,r0 $ adc C7,r1 906 mul A2,B4 $ add C6,r0 $ adc C7,r1 925 XCALL __umulhisi3 $ wmov C4,22 $ add C6,24 $ adc C7,25 935 XCALL __umulhisi3 $ add C4,22 $ adc C5,23 $ adc C6,24 $ adc C7,25 945 XCALL __umulhisi3 $ add C4,22 $ adc C5,23 $ adc C6,24 $ adc C7,25 949 XCALL __umulhisi3 $ $ $ add C6,22 $ adc C7,23 955 wmov A6, C6 975 adiw C6, 1 [all …]
|
/netbsd-src/lib/libm/ld80/ |
H A D | k_cosl.c | 63 C6 = -1.1470297442401303e-11, /* -0x19393412bd1529.0p-89 */ variable 72 r = z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*(C6+z*C7)))))); in __kernel_cosl()
|
/netbsd-src/lib/libm/ld128/ |
H A D | k_cosl.c | 38 C6 = -1.14707455977297247136657111139971865e-11L, variable 52 r = z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*(C6+z*(C7+ in __kernel_cosl()
|
H A D | s_expl.c | 145 C6 = 1.38888888888888888888888888891188658e-3L, variable 243 q = x * x2 * C3 + x2 * x2 * (C4 + x * (C5 + x * (C6 + in expm1l()
|
/netbsd-src/external/gpl2/groff/dist/font/devlj4/generate/ |
H A D | special.map | 159 542 03C6 *f 175 558 21C6 u21C6 258 662 25C6 u25C6
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/certs/ |
H A D | root-cert2.pem | 8 /vwhhjFhdhixbPm8l+S+2xNySV1JAAzrUvEDdNZ0iBvuVcS2mlhSKTht5Zeg+0C6
|
H A D | root2+serverAuth.pem | 8 /vwhhjFhdhixbPm8l+S+2xNySV1JAAzrUvEDdNZ0iBvuVcS2mlhSKTht5Zeg+0C6
|
H A D | root2-serverAuth.pem | 8 /vwhhjFhdhixbPm8l+S+2xNySV1JAAzrUvEDdNZ0iBvuVcS2mlhSKTht5Zeg+0C6
|
H A D | root2+clientAuth.pem | 8 /vwhhjFhdhixbPm8l+S+2xNySV1JAAzrUvEDdNZ0iBvuVcS2mlhSKTht5Zeg+0C6
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/certs/ |
H A D | root2+clientAuth.pem | 8 /vwhhjFhdhixbPm8l+S+2xNySV1JAAzrUvEDdNZ0iBvuVcS2mlhSKTht5Zeg+0C6
|
H A D | root2-serverAuth.pem | 8 /vwhhjFhdhixbPm8l+S+2xNySV1JAAzrUvEDdNZ0iBvuVcS2mlhSKTht5Zeg+0C6
|
H A D | root2+serverAuth.pem | 8 /vwhhjFhdhixbPm8l+S+2xNySV1JAAzrUvEDdNZ0iBvuVcS2mlhSKTht5Zeg+0C6
|
H A D | root-cert2.pem | 8 /vwhhjFhdhixbPm8l+S+2xNySV1JAAzrUvEDdNZ0iBvuVcS2mlhSKTht5Zeg+0C6
|
H A D | embeddedSCTs1.sct | 4 79:59:E8:F7:C6:D3:88:FC:00:2E:0B:BD:3F:74:D7:64
|