Symbol: c3
crypto/heimdal/lib/asn1/check-gen.c
1054
TESTAlloc c1, c2, c3;
crypto/heimdal/lib/asn1/check-gen.c
1068
memset(&c3, 0, sizeof(c3));
crypto/heimdal/lib/asn1/check-gen.c
1069
c3.tagless = NULL;
crypto/heimdal/lib/asn1/check-gen.c
1070
c3.three = 4;
crypto/heimdal/lib/asn1/check-gen.c
1071
c3.tagless2 = &any3;
crypto/heimdal/lib/asn1/check-gen.c
1074
tests[2].val = &c3;
crypto/heimdal/lib/asn1/check-gen.c
1140
TESTOptional c0, c1, c2, c3;
crypto/heimdal/lib/asn1/check-gen.c
1156
c3.zero = &zero;
crypto/heimdal/lib/asn1/check-gen.c
1157
c3.one = &one;
crypto/heimdal/lib/asn1/check-gen.c
1158
tests[3].val = &c3;
crypto/heimdal/lib/hx509/test_name.c
317
hx509_cert c1, c2, c3;
crypto/heimdal/lib/hx509/test_name.c
328
ret = hx509_cert_init_data(context, certdata3, sizeof(certdata3) - 1, &c3);
crypto/heimdal/lib/hx509/test_name.c
335
ret = compare_subject(c1, c3, &l2);
crypto/heimdal/lib/hx509/test_name.c
337
ret = compare_subject(c2, c3, &l3);
crypto/heimdal/lib/hx509/test_name.c
347
hx509_cert_free(c3);
crypto/heimdal/lib/wind/utf8.c
55
const unsigned c3 = *++p;
crypto/heimdal/lib/wind/utf8.c
56
if ((c3 & 0xC0) == 0x80) {
crypto/heimdal/lib/wind/utf8.c
59
| (c3 & 0x3F);
crypto/heimdal/lib/wind/utf8.c
69
const unsigned c3 = *++p;
crypto/heimdal/lib/wind/utf8.c
70
if ((c3 & 0xC0) == 0x80) {
crypto/heimdal/lib/wind/utf8.c
75
| ((c3 & 0x3F) << 6)
crypto/openssl/crypto/aria/aria.c
1044
ck3 = &c3;
crypto/openssl/crypto/aria/aria.c
1051
ck2 = &c3;
crypto/openssl/crypto/aria/aria.c
1059
ck1 = &c3;
crypto/openssl/crypto/aria/aria.c
833
static const ARIA_u128 c3 = { { 0xdb, 0x92, 0x37, 0x1d, 0x21, 0x26, 0xe9, 0x70,
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
413
BN_ULONG c1, c2, c3;
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
417
c3 = 0;
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
418
mul_add_c(a[0], b[0], c1, c2, c3);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
421
mul_add_c(a[0], b[1], c2, c3, c1);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
422
mul_add_c(a[1], b[0], c2, c3, c1);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
425
mul_add_c(a[2], b[0], c3, c1, c2);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
426
mul_add_c(a[1], b[1], c3, c1, c2);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
427
mul_add_c(a[0], b[2], c3, c1, c2);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
428
r[2] = c3;
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
429
c3 = 0;
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
430
mul_add_c(a[0], b[3], c1, c2, c3);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
431
mul_add_c(a[1], b[2], c1, c2, c3);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
432
mul_add_c(a[2], b[1], c1, c2, c3);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
433
mul_add_c(a[3], b[0], c1, c2, c3);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
436
mul_add_c(a[4], b[0], c2, c3, c1);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
437
mul_add_c(a[3], b[1], c2, c3, c1);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
438
mul_add_c(a[2], b[2], c2, c3, c1);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
439
mul_add_c(a[1], b[3], c2, c3, c1);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
440
mul_add_c(a[0], b[4], c2, c3, c1);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
443
mul_add_c(a[0], b[5], c3, c1, c2);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
444
mul_add_c(a[1], b[4], c3, c1, c2);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
445
mul_add_c(a[2], b[3], c3, c1, c2);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
446
mul_add_c(a[3], b[2], c3, c1, c2);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
447
mul_add_c(a[4], b[1], c3, c1, c2);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
448
mul_add_c(a[5], b[0], c3, c1, c2);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
449
r[5] = c3;
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
450
c3 = 0;
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
451
mul_add_c(a[6], b[0], c1, c2, c3);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
452
mul_add_c(a[5], b[1], c1, c2, c3);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
453
mul_add_c(a[4], b[2], c1, c2, c3);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
454
mul_add_c(a[3], b[3], c1, c2, c3);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
455
mul_add_c(a[2], b[4], c1, c2, c3);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
456
mul_add_c(a[1], b[5], c1, c2, c3);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
457
mul_add_c(a[0], b[6], c1, c2, c3);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
460
mul_add_c(a[0], b[7], c2, c3, c1);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
461
mul_add_c(a[1], b[6], c2, c3, c1);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
462
mul_add_c(a[2], b[5], c2, c3, c1);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
463
mul_add_c(a[3], b[4], c2, c3, c1);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
464
mul_add_c(a[4], b[3], c2, c3, c1);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
465
mul_add_c(a[5], b[2], c2, c3, c1);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
466
mul_add_c(a[6], b[1], c2, c3, c1);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
467
mul_add_c(a[7], b[0], c2, c3, c1);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
470
mul_add_c(a[7], b[1], c3, c1, c2);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
471
mul_add_c(a[6], b[2], c3, c1, c2);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
472
mul_add_c(a[5], b[3], c3, c1, c2);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
473
mul_add_c(a[4], b[4], c3, c1, c2);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
474
mul_add_c(a[3], b[5], c3, c1, c2);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
475
mul_add_c(a[2], b[6], c3, c1, c2);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
476
mul_add_c(a[1], b[7], c3, c1, c2);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
477
r[8] = c3;
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
478
c3 = 0;
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
479
mul_add_c(a[2], b[7], c1, c2, c3);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
480
mul_add_c(a[3], b[6], c1, c2, c3);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
481
mul_add_c(a[4], b[5], c1, c2, c3);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
482
mul_add_c(a[5], b[4], c1, c2, c3);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
483
mul_add_c(a[6], b[3], c1, c2, c3);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
484
mul_add_c(a[7], b[2], c1, c2, c3);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
487
mul_add_c(a[7], b[3], c2, c3, c1);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
488
mul_add_c(a[6], b[4], c2, c3, c1);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
489
mul_add_c(a[5], b[5], c2, c3, c1);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
490
mul_add_c(a[4], b[6], c2, c3, c1);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
491
mul_add_c(a[3], b[7], c2, c3, c1);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
494
mul_add_c(a[4], b[7], c3, c1, c2);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
495
mul_add_c(a[5], b[6], c3, c1, c2);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
496
mul_add_c(a[6], b[5], c3, c1, c2);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
497
mul_add_c(a[7], b[4], c3, c1, c2);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
498
r[11] = c3;
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
499
c3 = 0;
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
500
mul_add_c(a[7], b[5], c1, c2, c3);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
501
mul_add_c(a[6], b[6], c1, c2, c3);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
502
mul_add_c(a[5], b[7], c1, c2, c3);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
505
mul_add_c(a[6], b[7], c2, c3, c1);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
506
mul_add_c(a[7], b[6], c2, c3, c1);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
509
mul_add_c(a[7], b[7], c3, c1, c2);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
510
r[14] = c3;
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
516
BN_ULONG c1, c2, c3;
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
520
c3 = 0;
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
521
mul_add_c(a[0], b[0], c1, c2, c3);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
524
mul_add_c(a[0], b[1], c2, c3, c1);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
525
mul_add_c(a[1], b[0], c2, c3, c1);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
528
mul_add_c(a[2], b[0], c3, c1, c2);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
529
mul_add_c(a[1], b[1], c3, c1, c2);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
530
mul_add_c(a[0], b[2], c3, c1, c2);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
531
r[2] = c3;
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
532
c3 = 0;
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
533
mul_add_c(a[0], b[3], c1, c2, c3);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
534
mul_add_c(a[1], b[2], c1, c2, c3);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
535
mul_add_c(a[2], b[1], c1, c2, c3);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
536
mul_add_c(a[3], b[0], c1, c2, c3);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
539
mul_add_c(a[3], b[1], c2, c3, c1);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
540
mul_add_c(a[2], b[2], c2, c3, c1);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
541
mul_add_c(a[1], b[3], c2, c3, c1);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
544
mul_add_c(a[2], b[3], c3, c1, c2);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
545
mul_add_c(a[3], b[2], c3, c1, c2);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
546
r[5] = c3;
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
547
c3 = 0;
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
548
mul_add_c(a[3], b[3], c1, c2, c3);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
555
BN_ULONG c1, c2, c3;
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
559
c3 = 0;
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
560
sqr_add_c(a, 0, c1, c2, c3);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
563
sqr_add_c2(a, 1, 0, c2, c3, c1);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
566
sqr_add_c(a, 1, c3, c1, c2);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
567
sqr_add_c2(a, 2, 0, c3, c1, c2);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
568
r[2] = c3;
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
569
c3 = 0;
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
570
sqr_add_c2(a, 3, 0, c1, c2, c3);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
571
sqr_add_c2(a, 2, 1, c1, c2, c3);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
574
sqr_add_c(a, 2, c2, c3, c1);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
575
sqr_add_c2(a, 3, 1, c2, c3, c1);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
576
sqr_add_c2(a, 4, 0, c2, c3, c1);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
579
sqr_add_c2(a, 5, 0, c3, c1, c2);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
580
sqr_add_c2(a, 4, 1, c3, c1, c2);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
581
sqr_add_c2(a, 3, 2, c3, c1, c2);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
582
r[5] = c3;
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
583
c3 = 0;
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
584
sqr_add_c(a, 3, c1, c2, c3);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
585
sqr_add_c2(a, 4, 2, c1, c2, c3);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
586
sqr_add_c2(a, 5, 1, c1, c2, c3);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
587
sqr_add_c2(a, 6, 0, c1, c2, c3);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
590
sqr_add_c2(a, 7, 0, c2, c3, c1);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
591
sqr_add_c2(a, 6, 1, c2, c3, c1);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
592
sqr_add_c2(a, 5, 2, c2, c3, c1);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
593
sqr_add_c2(a, 4, 3, c2, c3, c1);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
596
sqr_add_c(a, 4, c3, c1, c2);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
597
sqr_add_c2(a, 5, 3, c3, c1, c2);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
598
sqr_add_c2(a, 6, 2, c3, c1, c2);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
599
sqr_add_c2(a, 7, 1, c3, c1, c2);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
600
r[8] = c3;
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
601
c3 = 0;
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
602
sqr_add_c2(a, 7, 2, c1, c2, c3);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
603
sqr_add_c2(a, 6, 3, c1, c2, c3);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
604
sqr_add_c2(a, 5, 4, c1, c2, c3);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
607
sqr_add_c(a, 5, c2, c3, c1);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
608
sqr_add_c2(a, 6, 4, c2, c3, c1);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
609
sqr_add_c2(a, 7, 3, c2, c3, c1);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
612
sqr_add_c2(a, 7, 4, c3, c1, c2);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
613
sqr_add_c2(a, 6, 5, c3, c1, c2);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
614
r[11] = c3;
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
615
c3 = 0;
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
616
sqr_add_c(a, 6, c1, c2, c3);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
617
sqr_add_c2(a, 7, 5, c1, c2, c3);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
620
sqr_add_c2(a, 7, 6, c2, c3, c1);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
623
sqr_add_c(a, 7, c3, c1, c2);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
624
r[14] = c3;
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
630
BN_ULONG c1, c2, c3;
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
634
c3 = 0;
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
635
sqr_add_c(a, 0, c1, c2, c3);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
638
sqr_add_c2(a, 1, 0, c2, c3, c1);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
641
sqr_add_c(a, 1, c3, c1, c2);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
642
sqr_add_c2(a, 2, 0, c3, c1, c2);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
643
r[2] = c3;
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
644
c3 = 0;
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
645
sqr_add_c2(a, 3, 0, c1, c2, c3);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
646
sqr_add_c2(a, 2, 1, c1, c2, c3);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
649
sqr_add_c(a, 2, c2, c3, c1);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
650
sqr_add_c2(a, 3, 1, c2, c3, c1);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
653
sqr_add_c2(a, 3, 2, c3, c1, c2);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
654
r[5] = c3;
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
655
c3 = 0;
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
656
sqr_add_c(a, 3, c1, c2, c3);
crypto/openssl/crypto/bn/bn_asm.c
627
BN_ULONG c1, c2, c3;
crypto/openssl/crypto/bn/bn_asm.c
631
c3 = 0;
crypto/openssl/crypto/bn/bn_asm.c
632
mul_add_c(a[0], b[0], c1, c2, c3);
crypto/openssl/crypto/bn/bn_asm.c
635
mul_add_c(a[0], b[1], c2, c3, c1);
crypto/openssl/crypto/bn/bn_asm.c
636
mul_add_c(a[1], b[0], c2, c3, c1);
crypto/openssl/crypto/bn/bn_asm.c
639
mul_add_c(a[2], b[0], c3, c1, c2);
crypto/openssl/crypto/bn/bn_asm.c
640
mul_add_c(a[1], b[1], c3, c1, c2);
crypto/openssl/crypto/bn/bn_asm.c
641
mul_add_c(a[0], b[2], c3, c1, c2);
crypto/openssl/crypto/bn/bn_asm.c
642
r[2] = c3;
crypto/openssl/crypto/bn/bn_asm.c
643
c3 = 0;
crypto/openssl/crypto/bn/bn_asm.c
644
mul_add_c(a[0], b[3], c1, c2, c3);
crypto/openssl/crypto/bn/bn_asm.c
645
mul_add_c(a[1], b[2], c1, c2, c3);
crypto/openssl/crypto/bn/bn_asm.c
646
mul_add_c(a[2], b[1], c1, c2, c3);
crypto/openssl/crypto/bn/bn_asm.c
647
mul_add_c(a[3], b[0], c1, c2, c3);
crypto/openssl/crypto/bn/bn_asm.c
650
mul_add_c(a[4], b[0], c2, c3, c1);
crypto/openssl/crypto/bn/bn_asm.c
651
mul_add_c(a[3], b[1], c2, c3, c1);
crypto/openssl/crypto/bn/bn_asm.c
652
mul_add_c(a[2], b[2], c2, c3, c1);
crypto/openssl/crypto/bn/bn_asm.c
653
mul_add_c(a[1], b[3], c2, c3, c1);
crypto/openssl/crypto/bn/bn_asm.c
654
mul_add_c(a[0], b[4], c2, c3, c1);
crypto/openssl/crypto/bn/bn_asm.c
657
mul_add_c(a[0], b[5], c3, c1, c2);
crypto/openssl/crypto/bn/bn_asm.c
658
mul_add_c(a[1], b[4], c3, c1, c2);
crypto/openssl/crypto/bn/bn_asm.c
659
mul_add_c(a[2], b[3], c3, c1, c2);
crypto/openssl/crypto/bn/bn_asm.c
660
mul_add_c(a[3], b[2], c3, c1, c2);
crypto/openssl/crypto/bn/bn_asm.c
661
mul_add_c(a[4], b[1], c3, c1, c2);
crypto/openssl/crypto/bn/bn_asm.c
662
mul_add_c(a[5], b[0], c3, c1, c2);
crypto/openssl/crypto/bn/bn_asm.c
663
r[5] = c3;
crypto/openssl/crypto/bn/bn_asm.c
664
c3 = 0;
crypto/openssl/crypto/bn/bn_asm.c
665
mul_add_c(a[6], b[0], c1, c2, c3);
crypto/openssl/crypto/bn/bn_asm.c
666
mul_add_c(a[5], b[1], c1, c2, c3);
crypto/openssl/crypto/bn/bn_asm.c
667
mul_add_c(a[4], b[2], c1, c2, c3);
crypto/openssl/crypto/bn/bn_asm.c
668
mul_add_c(a[3], b[3], c1, c2, c3);
crypto/openssl/crypto/bn/bn_asm.c
669
mul_add_c(a[2], b[4], c1, c2, c3);
crypto/openssl/crypto/bn/bn_asm.c
670
mul_add_c(a[1], b[5], c1, c2, c3);
crypto/openssl/crypto/bn/bn_asm.c
671
mul_add_c(a[0], b[6], c1, c2, c3);
crypto/openssl/crypto/bn/bn_asm.c
674
mul_add_c(a[0], b[7], c2, c3, c1);
crypto/openssl/crypto/bn/bn_asm.c
675
mul_add_c(a[1], b[6], c2, c3, c1);
crypto/openssl/crypto/bn/bn_asm.c
676
mul_add_c(a[2], b[5], c2, c3, c1);
crypto/openssl/crypto/bn/bn_asm.c
677
mul_add_c(a[3], b[4], c2, c3, c1);
crypto/openssl/crypto/bn/bn_asm.c
678
mul_add_c(a[4], b[3], c2, c3, c1);
crypto/openssl/crypto/bn/bn_asm.c
679
mul_add_c(a[5], b[2], c2, c3, c1);
crypto/openssl/crypto/bn/bn_asm.c
680
mul_add_c(a[6], b[1], c2, c3, c1);
crypto/openssl/crypto/bn/bn_asm.c
681
mul_add_c(a[7], b[0], c2, c3, c1);
crypto/openssl/crypto/bn/bn_asm.c
684
mul_add_c(a[7], b[1], c3, c1, c2);
crypto/openssl/crypto/bn/bn_asm.c
685
mul_add_c(a[6], b[2], c3, c1, c2);
crypto/openssl/crypto/bn/bn_asm.c
686
mul_add_c(a[5], b[3], c3, c1, c2);
crypto/openssl/crypto/bn/bn_asm.c
687
mul_add_c(a[4], b[4], c3, c1, c2);
crypto/openssl/crypto/bn/bn_asm.c
688
mul_add_c(a[3], b[5], c3, c1, c2);
crypto/openssl/crypto/bn/bn_asm.c
689
mul_add_c(a[2], b[6], c3, c1, c2);
crypto/openssl/crypto/bn/bn_asm.c
690
mul_add_c(a[1], b[7], c3, c1, c2);
crypto/openssl/crypto/bn/bn_asm.c
691
r[8] = c3;
crypto/openssl/crypto/bn/bn_asm.c
692
c3 = 0;
crypto/openssl/crypto/bn/bn_asm.c
693
mul_add_c(a[2], b[7], c1, c2, c3);
crypto/openssl/crypto/bn/bn_asm.c
694
mul_add_c(a[3], b[6], c1, c2, c3);
crypto/openssl/crypto/bn/bn_asm.c
695
mul_add_c(a[4], b[5], c1, c2, c3);
crypto/openssl/crypto/bn/bn_asm.c
696
mul_add_c(a[5], b[4], c1, c2, c3);
crypto/openssl/crypto/bn/bn_asm.c
697
mul_add_c(a[6], b[3], c1, c2, c3);
crypto/openssl/crypto/bn/bn_asm.c
698
mul_add_c(a[7], b[2], c1, c2, c3);
crypto/openssl/crypto/bn/bn_asm.c
701
mul_add_c(a[7], b[3], c2, c3, c1);
crypto/openssl/crypto/bn/bn_asm.c
702
mul_add_c(a[6], b[4], c2, c3, c1);
crypto/openssl/crypto/bn/bn_asm.c
703
mul_add_c(a[5], b[5], c2, c3, c1);
crypto/openssl/crypto/bn/bn_asm.c
704
mul_add_c(a[4], b[6], c2, c3, c1);
crypto/openssl/crypto/bn/bn_asm.c
705
mul_add_c(a[3], b[7], c2, c3, c1);
crypto/openssl/crypto/bn/bn_asm.c
708
mul_add_c(a[4], b[7], c3, c1, c2);
crypto/openssl/crypto/bn/bn_asm.c
709
mul_add_c(a[5], b[6], c3, c1, c2);
crypto/openssl/crypto/bn/bn_asm.c
710
mul_add_c(a[6], b[5], c3, c1, c2);
crypto/openssl/crypto/bn/bn_asm.c
711
mul_add_c(a[7], b[4], c3, c1, c2);
crypto/openssl/crypto/bn/bn_asm.c
712
r[11] = c3;
crypto/openssl/crypto/bn/bn_asm.c
713
c3 = 0;
crypto/openssl/crypto/bn/bn_asm.c
714
mul_add_c(a[7], b[5], c1, c2, c3);
crypto/openssl/crypto/bn/bn_asm.c
715
mul_add_c(a[6], b[6], c1, c2, c3);
crypto/openssl/crypto/bn/bn_asm.c
716
mul_add_c(a[5], b[7], c1, c2, c3);
crypto/openssl/crypto/bn/bn_asm.c
719
mul_add_c(a[6], b[7], c2, c3, c1);
crypto/openssl/crypto/bn/bn_asm.c
720
mul_add_c(a[7], b[6], c2, c3, c1);
crypto/openssl/crypto/bn/bn_asm.c
723
mul_add_c(a[7], b[7], c3, c1, c2);
crypto/openssl/crypto/bn/bn_asm.c
724
r[14] = c3;
crypto/openssl/crypto/bn/bn_asm.c
730
BN_ULONG c1, c2, c3;
crypto/openssl/crypto/bn/bn_asm.c
734
c3 = 0;
crypto/openssl/crypto/bn/bn_asm.c
735
mul_add_c(a[0], b[0], c1, c2, c3);
crypto/openssl/crypto/bn/bn_asm.c
738
mul_add_c(a[0], b[1], c2, c3, c1);
crypto/openssl/crypto/bn/bn_asm.c
739
mul_add_c(a[1], b[0], c2, c3, c1);
crypto/openssl/crypto/bn/bn_asm.c
742
mul_add_c(a[2], b[0], c3, c1, c2);
crypto/openssl/crypto/bn/bn_asm.c
743
mul_add_c(a[1], b[1], c3, c1, c2);
crypto/openssl/crypto/bn/bn_asm.c
744
mul_add_c(a[0], b[2], c3, c1, c2);
crypto/openssl/crypto/bn/bn_asm.c
745
r[2] = c3;
crypto/openssl/crypto/bn/bn_asm.c
746
c3 = 0;
crypto/openssl/crypto/bn/bn_asm.c
747
mul_add_c(a[0], b[3], c1, c2, c3);
crypto/openssl/crypto/bn/bn_asm.c
748
mul_add_c(a[1], b[2], c1, c2, c3);
crypto/openssl/crypto/bn/bn_asm.c
749
mul_add_c(a[2], b[1], c1, c2, c3);
crypto/openssl/crypto/bn/bn_asm.c
750
mul_add_c(a[3], b[0], c1, c2, c3);
crypto/openssl/crypto/bn/bn_asm.c
753
mul_add_c(a[3], b[1], c2, c3, c1);
crypto/openssl/crypto/bn/bn_asm.c
754
mul_add_c(a[2], b[2], c2, c3, c1);
crypto/openssl/crypto/bn/bn_asm.c
755
mul_add_c(a[1], b[3], c2, c3, c1);
crypto/openssl/crypto/bn/bn_asm.c
758
mul_add_c(a[2], b[3], c3, c1, c2);
crypto/openssl/crypto/bn/bn_asm.c
759
mul_add_c(a[3], b[2], c3, c1, c2);
crypto/openssl/crypto/bn/bn_asm.c
760
r[5] = c3;
crypto/openssl/crypto/bn/bn_asm.c
761
c3 = 0;
crypto/openssl/crypto/bn/bn_asm.c
762
mul_add_c(a[3], b[3], c1, c2, c3);
crypto/openssl/crypto/bn/bn_asm.c
769
BN_ULONG c1, c2, c3;
crypto/openssl/crypto/bn/bn_asm.c
773
c3 = 0;
crypto/openssl/crypto/bn/bn_asm.c
774
sqr_add_c(a, 0, c1, c2, c3);
crypto/openssl/crypto/bn/bn_asm.c
777
sqr_add_c2(a, 1, 0, c2, c3, c1);
crypto/openssl/crypto/bn/bn_asm.c
780
sqr_add_c(a, 1, c3, c1, c2);
crypto/openssl/crypto/bn/bn_asm.c
781
sqr_add_c2(a, 2, 0, c3, c1, c2);
crypto/openssl/crypto/bn/bn_asm.c
782
r[2] = c3;
crypto/openssl/crypto/bn/bn_asm.c
783
c3 = 0;
crypto/openssl/crypto/bn/bn_asm.c
784
sqr_add_c2(a, 3, 0, c1, c2, c3);
crypto/openssl/crypto/bn/bn_asm.c
785
sqr_add_c2(a, 2, 1, c1, c2, c3);
crypto/openssl/crypto/bn/bn_asm.c
788
sqr_add_c(a, 2, c2, c3, c1);
crypto/openssl/crypto/bn/bn_asm.c
789
sqr_add_c2(a, 3, 1, c2, c3, c1);
crypto/openssl/crypto/bn/bn_asm.c
790
sqr_add_c2(a, 4, 0, c2, c3, c1);
crypto/openssl/crypto/bn/bn_asm.c
793
sqr_add_c2(a, 5, 0, c3, c1, c2);
crypto/openssl/crypto/bn/bn_asm.c
794
sqr_add_c2(a, 4, 1, c3, c1, c2);
crypto/openssl/crypto/bn/bn_asm.c
795
sqr_add_c2(a, 3, 2, c3, c1, c2);
crypto/openssl/crypto/bn/bn_asm.c
796
r[5] = c3;
crypto/openssl/crypto/bn/bn_asm.c
797
c3 = 0;
crypto/openssl/crypto/bn/bn_asm.c
798
sqr_add_c(a, 3, c1, c2, c3);
crypto/openssl/crypto/bn/bn_asm.c
799
sqr_add_c2(a, 4, 2, c1, c2, c3);
crypto/openssl/crypto/bn/bn_asm.c
800
sqr_add_c2(a, 5, 1, c1, c2, c3);
crypto/openssl/crypto/bn/bn_asm.c
801
sqr_add_c2(a, 6, 0, c1, c2, c3);
crypto/openssl/crypto/bn/bn_asm.c
804
sqr_add_c2(a, 7, 0, c2, c3, c1);
crypto/openssl/crypto/bn/bn_asm.c
805
sqr_add_c2(a, 6, 1, c2, c3, c1);
crypto/openssl/crypto/bn/bn_asm.c
806
sqr_add_c2(a, 5, 2, c2, c3, c1);
crypto/openssl/crypto/bn/bn_asm.c
807
sqr_add_c2(a, 4, 3, c2, c3, c1);
crypto/openssl/crypto/bn/bn_asm.c
810
sqr_add_c(a, 4, c3, c1, c2);
crypto/openssl/crypto/bn/bn_asm.c
811
sqr_add_c2(a, 5, 3, c3, c1, c2);
crypto/openssl/crypto/bn/bn_asm.c
812
sqr_add_c2(a, 6, 2, c3, c1, c2);
crypto/openssl/crypto/bn/bn_asm.c
813
sqr_add_c2(a, 7, 1, c3, c1, c2);
crypto/openssl/crypto/bn/bn_asm.c
814
r[8] = c3;
crypto/openssl/crypto/bn/bn_asm.c
815
c3 = 0;
crypto/openssl/crypto/bn/bn_asm.c
816
sqr_add_c2(a, 7, 2, c1, c2, c3);
crypto/openssl/crypto/bn/bn_asm.c
817
sqr_add_c2(a, 6, 3, c1, c2, c3);
crypto/openssl/crypto/bn/bn_asm.c
818
sqr_add_c2(a, 5, 4, c1, c2, c3);
crypto/openssl/crypto/bn/bn_asm.c
821
sqr_add_c(a, 5, c2, c3, c1);
crypto/openssl/crypto/bn/bn_asm.c
822
sqr_add_c2(a, 6, 4, c2, c3, c1);
crypto/openssl/crypto/bn/bn_asm.c
823
sqr_add_c2(a, 7, 3, c2, c3, c1);
crypto/openssl/crypto/bn/bn_asm.c
826
sqr_add_c2(a, 7, 4, c3, c1, c2);
crypto/openssl/crypto/bn/bn_asm.c
827
sqr_add_c2(a, 6, 5, c3, c1, c2);
crypto/openssl/crypto/bn/bn_asm.c
828
r[11] = c3;
crypto/openssl/crypto/bn/bn_asm.c
829
c3 = 0;
crypto/openssl/crypto/bn/bn_asm.c
830
sqr_add_c(a, 6, c1, c2, c3);
crypto/openssl/crypto/bn/bn_asm.c
831
sqr_add_c2(a, 7, 5, c1, c2, c3);
crypto/openssl/crypto/bn/bn_asm.c
834
sqr_add_c2(a, 7, 6, c2, c3, c1);
crypto/openssl/crypto/bn/bn_asm.c
837
sqr_add_c(a, 7, c3, c1, c2);
crypto/openssl/crypto/bn/bn_asm.c
838
r[14] = c3;
crypto/openssl/crypto/bn/bn_asm.c
844
BN_ULONG c1, c2, c3;
crypto/openssl/crypto/bn/bn_asm.c
848
c3 = 0;
crypto/openssl/crypto/bn/bn_asm.c
849
sqr_add_c(a, 0, c1, c2, c3);
crypto/openssl/crypto/bn/bn_asm.c
852
sqr_add_c2(a, 1, 0, c2, c3, c1);
crypto/openssl/crypto/bn/bn_asm.c
855
sqr_add_c(a, 1, c3, c1, c2);
crypto/openssl/crypto/bn/bn_asm.c
856
sqr_add_c2(a, 2, 0, c3, c1, c2);
crypto/openssl/crypto/bn/bn_asm.c
857
r[2] = c3;
crypto/openssl/crypto/bn/bn_asm.c
858
c3 = 0;
crypto/openssl/crypto/bn/bn_asm.c
859
sqr_add_c2(a, 3, 0, c1, c2, c3);
crypto/openssl/crypto/bn/bn_asm.c
860
sqr_add_c2(a, 2, 1, c1, c2, c3);
crypto/openssl/crypto/bn/bn_asm.c
863
sqr_add_c(a, 2, c2, c3, c1);
crypto/openssl/crypto/bn/bn_asm.c
864
sqr_add_c2(a, 3, 1, c2, c3, c1);
crypto/openssl/crypto/bn/bn_asm.c
867
sqr_add_c2(a, 3, 2, c3, c1, c2);
crypto/openssl/crypto/bn/bn_asm.c
868
r[5] = c3;
crypto/openssl/crypto/bn/bn_asm.c
869
c3 = 0;
crypto/openssl/crypto/bn/bn_asm.c
870
sqr_add_c(a, 3, c1, c2, c3);
crypto/openssl/crypto/ec/curve25519.c
5148
int64_t c3 = kBottom21Bits & (load_4(c + 7) >> 7);
crypto/openssl/crypto/ec/curve25519.c
5208
s3 = c3 + a0 * b3 + a1 * b2 + a2 * b1 + a3 * b0;
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
102
uint32_t c3 = *in++;
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
106
*out++ = (c2 >> 4) | (c3 << 2);
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
142
uint32_t c3 = *in++;
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
147
*out++ = (uint8_t)((c2 >> 4) | (c3 << 6));
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
148
*out++ = (uint8_t)(c3 >> 2);
crypto/openssl/crypto/whrlpool/wp_block.c
181
#define LL(c0, c1, c2, c3, c4, c5, c6, c7) c0, c1, c2, c3, c4, c5, c6, c7
crypto/openssl/crypto/whrlpool/wp_block.c
192
#define LL(c0, c1, c2, c3, c4, c5, c6, c7) c0, c1, c2, c3, c4, c5, c6, c7, \
crypto/openssl/crypto/whrlpool/wp_block.c
193
c7, c0, c1, c2, c3, c4, c5, c6, \
crypto/openssl/crypto/whrlpool/wp_block.c
194
c6, c7, c0, c1, c2, c3, c4, c5, \
crypto/openssl/crypto/whrlpool/wp_block.c
195
c5, c6, c7, c0, c1, c2, c3, c4, \
crypto/openssl/crypto/whrlpool/wp_block.c
196
c4, c5, c6, c7, c0, c1, c2, c3, \
crypto/openssl/crypto/whrlpool/wp_block.c
197
c3, c4, c5, c6, c7, c0, c1, c2, \
crypto/openssl/crypto/whrlpool/wp_block.c
198
c2, c3, c4, c5, c6, c7, c0, c1, \
crypto/openssl/crypto/whrlpool/wp_block.c
199
c1, c2, c3, c4, c5, c6, c7, c0
crypto/openssl/crypto/whrlpool/wp_block.c
211
#define LL(c0, c1, c2, c3, c4, c5, c6, c7) c0, c1, c2, c3, c4, c5, c6, c7, \
crypto/openssl/crypto/whrlpool/wp_block.c
212
c0, c1, c2, c3, c4, c5, c6, c7
lib/libmp/tests/legacy_test.c
128
mp_mult(c3, c14, t0);
lib/libmp/tests/legacy_test.c
136
mp_pow(c2, c3, c10, t0);
lib/libmp/tests/legacy_test.c
138
mp_pow(c2, c3, c3, t0);
lib/libmp/tests/legacy_test.c
164
c3 = mp_itom(3);
lib/libmp/tests/legacy_test.c
193
mp_mfree(c3);
lib/libmp/tests/legacy_test.c
33
MINT *c0, *c1, *c2, *c3, *c5, *c6, *c8, *c10, *c14, *c15, *c25, \
secure/lib/libcrypt/crypt-blowfish.c
101
u_int8_t c1, c2, c3, c4;
secure/lib/libcrypt/crypt-blowfish.c
114
c3 = CHAR64(*(p + 2));
secure/lib/libcrypt/crypt-blowfish.c
115
if (c3 == 255)
secure/lib/libcrypt/crypt-blowfish.c
118
*bp++ = ((c2 & 0x0f) << 4) | ((c3 & 0x3c) >> 2);
secure/lib/libcrypt/crypt-blowfish.c
125
*bp++ = ((c3 & 0x03) << 6) | c4;
sys/arm/include/sysreg.h
120
#define CP15_DACR(rr) p15, 0, rr, c3, c0, 0 /* Domain Access Control Register */
sys/arm/include/sysreg.h
189
#define CP15_TLBIALLIS p15, 0, r0, c8, c3, 0 /* Invalidate entire unified TLB IS */
sys/arm/include/sysreg.h
190
#define CP15_TLBIMVAIS(rr) p15, 0, rr, c8, c3, 1 /* Invalidate unified TLB by MVA IS */
sys/arm/include/sysreg.h
191
#define CP15_TLBIASIDIS(rr) p15, 0, rr, c8, c3, 2 /* Invalidate unified TLB by ASID IS */
sys/arm/include/sysreg.h
192
#define CP15_TLBIMVAAIS(rr) p15, 0, rr, c8, c3, 3 /* Invalidate unified TLB by MVA, all ASID IS */
sys/arm/include/sysreg.h
231
#define CP15_AMAIR0(rr) p15, 0, rr, c10, c3, 0 /* Auxiliary Memory Attribute Indirection Register 0 */
sys/arm/include/sysreg.h
232
#define CP15_AMAIR1(rr) p15, 0, rr, c10, c3, 1 /* Auxiliary Memory Attribute Indirection Register 1 */
sys/arm/include/sysreg.h
265
#define CP15_CNTV_TVAL(rr) p15, 0, rr, c14, c3, 0 /* Virtual Timer Value Register */
sys/arm/include/sysreg.h
266
#define CP15_CNTV_CTL(rr) p15, 0, rr, c14, c3, 1 /* Virtual Timer Control Register */
sys/arm/include/sysreg.h
49
#define CP14_DBGOSDLR(rr) p14, 0, rr, c1, c3, 4 /* OS Double Lock Register */
usr.bin/dtc/dtc.cc
356
clock_t c3 = clock();
usr.bin/dtc/dtc.cc
372
((double)(c3-c2))/CLOCKS_PER_SEC);
usr.bin/dtc/dtc.cc
374
((double)(c4-c3))/CLOCKS_PER_SEC);
usr.bin/localedef/scanner.c
297
int c1, c2, c3;
usr.bin/localedef/scanner.c
313
c3 = scanc();
usr.bin/localedef/scanner.c
314
if (!isdigit(c3)) {
usr.bin/localedef/scanner.c
315
unscanc(c3);
usr.bin/localedef/scanner.c
318
b += (c3 - '0');
usr.bin/localedef/scanner.c
326
int c1, c2, c3;
usr.bin/localedef/scanner.c
344
c3 = scanc();
usr.bin/localedef/scanner.c
345
if (!isodigit(c3)) {
usr.bin/localedef/scanner.c
346
unscanc(c3);
usr.bin/localedef/scanner.c
349
b += (c3 - '0');
usr.sbin/bhyve/amd64/vga.c
402
uint8_t c0, c1, c2, c3;
usr.sbin/bhyve/amd64/vga.c
445
c3 = sc->vga_gc.gc_latch3;
usr.sbin/bhyve/amd64/vga.c
465
c3 = (enb_set_reset & 8) ? (c3 & ~mask) : (val & mask);
usr.sbin/bhyve/amd64/vga.c
470
c3 |= m3;
usr.sbin/bhyve/amd64/vga.c
481
c3 = enb_set_reset & 8 ? c3 & m3 : val & m3;
usr.sbin/bhyve/amd64/vga.c
492
c3 = enb_set_reset & 8 ? c3 | m3 : val | m3;
usr.sbin/bhyve/amd64/vga.c
503
c3 = enb_set_reset & 8 ? c3 ^ m3 : val ^ m3;
usr.sbin/bhyve/amd64/vga.c
524
c3 &= ~mask;
usr.sbin/bhyve/amd64/vga.c
529
c3 |= m3;
usr.sbin/bhyve/amd64/vga.c
540
c3 &= m3;
usr.sbin/bhyve/amd64/vga.c
551
c3 |= m3;
usr.sbin/bhyve/amd64/vga.c
562
c3 ^= m3;
usr.sbin/bhyve/amd64/vga.c
583
c3 &= ~mask;
usr.sbin/bhyve/amd64/vga.c
588
c3 |= m3;
usr.sbin/bhyve/amd64/vga.c
599
c3 &= m3;
usr.sbin/bhyve/amd64/vga.c
610
c3 |= m3;
usr.sbin/bhyve/amd64/vga.c
621
c3 ^= m3;
usr.sbin/bhyve/amd64/vga.c
633
sc->vga_ram[offset + 3*64*KB] = c3;
usr.sbin/bhyve/amd64/vga.c
648
sc->vga_ram[offset + 3*64*KB] = c3;