Symbol: C1
crypto/openssh/sntrup761.c
1051
const crypto_int32 C1 = 0x33333333;
crypto/openssh/sntrup761.c
1054
crypto_int32_y = (crypto_int32_y & C1) + ((crypto_int32_y >> 2) & C1);
crypto/openssh/sntrup761.c
1585
const crypto_int64 C1 = 0x3333333333333333;
crypto/openssh/sntrup761.c
1588
crypto_int64_y = (crypto_int64_y & C1) + ((crypto_int64_y >> 2) & C1);
crypto/openssh/sntrup761.c
526
const crypto_int16 C1 = 0x3333;
crypto/openssh/sntrup761.c
529
crypto_int16_y = (crypto_int16_y & C1) + ((crypto_int16_y >> 2) & C1);
crypto/openssl/crypto/sm2/sm2_crypt.c
284
EC_POINT *C1 = NULL;
crypto/openssl/crypto/sm2/sm2_crypt.c
347
C1 = EC_POINT_new(group);
crypto/openssl/crypto/sm2/sm2_crypt.c
348
if (C1 == NULL) {
crypto/openssl/crypto/sm2/sm2_crypt.c
353
if (!EC_POINT_set_affine_coordinates(group, C1, sm2_ctext->C1x,
crypto/openssl/crypto/sm2/sm2_crypt.c
355
|| !EC_POINT_mul(group, C1, NULL, C1, EC_KEY_get0_private_key(key),
crypto/openssl/crypto/sm2/sm2_crypt.c
357
|| !EC_POINT_get_affine_coordinates(group, C1, x2, y2, ctx)) {
crypto/openssl/crypto/sm2/sm2_crypt.c
408
EC_POINT_free(C1);
crypto/openssl/crypto/whrlpool/wp_block.c
518
L[i] ^= C0(K, i) ^ C1(K, (i - 1) & 7) ^ C2(K, (i - 2) & 7) ^ C3(K, (i - 3) & 7) ^ C4(K, (i - 4) & 7) ^ C5(K, (i - 5) & 7) ^ C6(K, (i - 6) & 7) ^ C7(K, (i - 7) & 7);
crypto/openssl/crypto/whrlpool/wp_block.c
522
L[i] ^= C0(S, i) ^ C1(S, (i - 1) & 7) ^ C2(S, (i - 2) & 7) ^ C3(S, (i - 3) & 7) ^ C4(S, (i - 4) & 7) ^ C5(S, (i - 5) & 7) ^ C6(S, (i - 6) & 7) ^ C7(S, (i - 7) & 7);
crypto/openssl/crypto/whrlpool/wp_block.c
558
L0 = C0(K, 0) ^ C1(K, 7) ^ C2(K, 6) ^ C3(K, 5) ^ C4(K, 4) ^ C5(K, 3) ^ C6(K, 2) ^ C7(K, 1) ^ RC[r];
crypto/openssl/crypto/whrlpool/wp_block.c
559
L1 = C0(K, 1) ^ C1(K, 0) ^ C2(K, 7) ^ C3(K, 6) ^ C4(K, 5) ^ C5(K, 4) ^ C6(K, 3) ^ C7(K, 2);
crypto/openssl/crypto/whrlpool/wp_block.c
560
L2 = C0(K, 2) ^ C1(K, 1) ^ C2(K, 0) ^ C3(K, 7) ^ C4(K, 6) ^ C5(K, 5) ^ C6(K, 4) ^ C7(K, 3);
crypto/openssl/crypto/whrlpool/wp_block.c
561
L3 = C0(K, 3) ^ C1(K, 2) ^ C2(K, 1) ^ C3(K, 0) ^ C4(K, 7) ^ C5(K, 6) ^ C6(K, 5) ^ C7(K, 4);
crypto/openssl/crypto/whrlpool/wp_block.c
562
L4 = C0(K, 4) ^ C1(K, 3) ^ C2(K, 2) ^ C3(K, 1) ^ C4(K, 0) ^ C5(K, 7) ^ C6(K, 6) ^ C7(K, 5);
crypto/openssl/crypto/whrlpool/wp_block.c
563
L5 = C0(K, 5) ^ C1(K, 4) ^ C2(K, 3) ^ C3(K, 2) ^ C4(K, 1) ^ C5(K, 0) ^ C6(K, 7) ^ C7(K, 6);
crypto/openssl/crypto/whrlpool/wp_block.c
564
L6 = C0(K, 6) ^ C1(K, 5) ^ C2(K, 4) ^ C3(K, 3) ^ C4(K, 2) ^ C5(K, 1) ^ C6(K, 0) ^ C7(K, 7);
crypto/openssl/crypto/whrlpool/wp_block.c
565
L7 = C0(K, 7) ^ C1(K, 6) ^ C2(K, 5) ^ C3(K, 4) ^ C4(K, 3) ^ C5(K, 2) ^ C6(K, 1) ^ C7(K, 0);
crypto/openssl/crypto/whrlpool/wp_block.c
576
L0 ^= C0(S, 0) ^ C1(S, 7) ^ C2(S, 6) ^ C3(S, 5) ^ C4(S, 4) ^ C5(S, 3) ^ C6(S, 2) ^ C7(S, 1);
crypto/openssl/crypto/whrlpool/wp_block.c
577
L1 ^= C0(S, 1) ^ C1(S, 0) ^ C2(S, 7) ^ C3(S, 6) ^ C4(S, 5) ^ C5(S, 4) ^ C6(S, 3) ^ C7(S, 2);
crypto/openssl/crypto/whrlpool/wp_block.c
578
L2 ^= C0(S, 2) ^ C1(S, 1) ^ C2(S, 0) ^ C3(S, 7) ^ C4(S, 6) ^ C5(S, 5) ^ C6(S, 4) ^ C7(S, 3);
crypto/openssl/crypto/whrlpool/wp_block.c
579
L3 ^= C0(S, 3) ^ C1(S, 2) ^ C2(S, 1) ^ C3(S, 0) ^ C4(S, 7) ^ C5(S, 6) ^ C6(S, 5) ^ C7(S, 4);
crypto/openssl/crypto/whrlpool/wp_block.c
580
L4 ^= C0(S, 4) ^ C1(S, 3) ^ C2(S, 2) ^ C3(S, 1) ^ C4(S, 0) ^ C5(S, 7) ^ C6(S, 6) ^ C7(S, 5);
crypto/openssl/crypto/whrlpool/wp_block.c
581
L5 ^= C0(S, 5) ^ C1(S, 4) ^ C2(S, 3) ^ C3(S, 2) ^ C4(S, 1) ^ C5(S, 0) ^ C6(S, 7) ^ C7(S, 6);
crypto/openssl/crypto/whrlpool/wp_block.c
582
L6 ^= C0(S, 6) ^ C1(S, 5) ^ C2(S, 4) ^ C3(S, 3) ^ C4(S, 2) ^ C5(S, 1) ^ C6(S, 0) ^ C7(S, 7);
crypto/openssl/crypto/whrlpool/wp_block.c
583
L7 ^= C0(S, 7) ^ C1(S, 6) ^ C2(S, 5) ^ C3(S, 4) ^ C4(S, 3) ^ C5(S, 2) ^ C6(S, 1) ^ C7(S, 0);
crypto/openssl/crypto/whrlpool/wp_block.c
595
L1 = C1(K, 0);
crypto/openssl/crypto/whrlpool/wp_block.c
605
L2 ^= C1(K, 1);
crypto/openssl/crypto/whrlpool/wp_block.c
614
L3 ^= C1(K, 2);
crypto/openssl/crypto/whrlpool/wp_block.c
623
L4 ^= C1(K, 3);
crypto/openssl/crypto/whrlpool/wp_block.c
632
L5 ^= C1(K, 4);
crypto/openssl/crypto/whrlpool/wp_block.c
641
L6 ^= C1(K, 5);
crypto/openssl/crypto/whrlpool/wp_block.c
650
L7 ^= C1(K, 6);
crypto/openssl/crypto/whrlpool/wp_block.c
659
L0 ^= C1(K, 7);
crypto/openssl/crypto/whrlpool/wp_block.c
677
L1 ^= C1(S, 0);
crypto/openssl/crypto/whrlpool/wp_block.c
686
L2 ^= C1(S, 1);
crypto/openssl/crypto/whrlpool/wp_block.c
695
L3 ^= C1(S, 2);
crypto/openssl/crypto/whrlpool/wp_block.c
704
L4 ^= C1(S, 3);
crypto/openssl/crypto/whrlpool/wp_block.c
713
L5 ^= C1(S, 4);
crypto/openssl/crypto/whrlpool/wp_block.c
722
L6 ^= C1(S, 5);
crypto/openssl/crypto/whrlpool/wp_block.c
731
L7 ^= C1(S, 6);
crypto/openssl/crypto/whrlpool/wp_block.c
740
L0 ^= C1(S, 7);
crypto/openssl/test/modes_internal_test.c
275
static const u8 K1[16], P1[] = { 0 }, A1[] = { 0 }, IV1[12], C1[] = { 0 };
crypto/openssl/test/modes_internal_test.c
732
#define C19 C1
crypto/openssl/test/radix/quic_tests.c
181
OP_NEW_STREAM(C, C1, 0);
crypto/openssl/test/radix/quic_tests.c
182
OP_WRITE_B(C1, "orange");
lib/msun/ld128/k_cosl.c
31
C1 = 4.16666666666666666666666666666666667e-02L,
lib/msun/ld128/k_cosl.c
50
r = z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*(C6+z*(C7+
lib/msun/ld80/k_cosl.c
53
C1 = 0.0416666666666666666136L; /* 0xaaaaaaaaaaaaaa9b.0p-68 */
lib/msun/ld80/k_cosl.c
70
r = z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*(C6+z*C7))))));
lib/msun/src/k_cos.c
57
C1 = 4.16666666666666019037e-02, /* 0x3FA55555, 0x5555554C */
lib/msun/src/k_cos.c
71
r = z*(C1+z*(C2+z*C3)) + w*w*(C4+z*(C5+z*C6));
lib/msun/src/k_cosf.c
24
C1 = 0x155553e1053a42.0p-57, /* 0.0416666233237390631894 */
lib/msun/src/k_cosf.c
40
return ((one+z*C0) + w*C1) + (w*z)*r;
lib/msun/src/k_sincos.h
23
C1 = 4.16666666666666019037e-02, /* 0x3FA55555, 0x5555554C */
lib/msun/src/k_sincos.h
45
r = z * (C1 + z * (C2 + z * C3)) + w * w * (C4 + z * (C5 + z * C6));
lib/msun/src/k_sincosf.h
24
C1 = 0x155553e1053a42.0p-57, /* 0.0416666233237390631894 */
lib/msun/src/k_sincosf.h
39
*cs = ((1 + z * C0) + w * C1) + (w * z) * r;
lib/msun/src/k_sincosl.h
127
r = z * (C1 + z * (C2 + z * (C3 + z * (C4 + z * (C5 + z * (C6 +
lib/msun/src/k_sincosl.h
28
C1 = 0.0416666666666666666136L, /* 0xaaaaaaaaaaaaaa9b.0p-68 */
lib/msun/src/k_sincosl.h
68
r = z * (C1 + z * (C2 + z * (C3 + z * (C4 + z * (C5 + z * (C6 +
lib/msun/src/k_sincosl.h
92
C1 = 4.16666666666666666666666666666666667e-02L,
libexec/getty/subr.c
248
tmode.c_cflag = C1;
sys/dev/usb/quirk/usb_quirk.c
339
USB_QUIRK(OLYMPUS, C1, UQ_MSC_FORCE_WIRE_BBB, UQ_MSC_FORCE_PROTO_SCSI,