bin/pax/pat_rep.c
540
char c2;
bin/pax/pat_rep.c
554
if ((*pattern == '-') && ((c2 = pattern[1]) != '\0') &&
bin/pax/pat_rep.c
555
(c2 != ']')) {
bin/pax/pat_rep.c
556
if ((c <= test) && (test <= c2))
bin/sh/expand.c
140
collate_range_cmp(wchar_t c1, wchar_t c2)
bin/sh/expand.c
146
s2[0] = c2;
bin/sh/parser.c
1000
for (q = eofmark + 1; c2 = pgetc(), *q != '\0' && c2 == *q; q++)
bin/sh/parser.c
1002
if ((c2 == PEOF || c2 == '\n') && *q == '\0') {
bin/sh/parser.c
1004
if (c2 == '\n') {
bin/sh/parser.c
997
int c2;
crypto/heimdal/appl/gssmask/gssmaestro.c
410
test_mic(struct client *c1, int32_t hc1, struct client *c2, int32_t hc2)
crypto/heimdal/appl/gssmask/gssmaestro.c
423
val = verify_mic(c2, hc2, &msg, &mic);
crypto/heimdal/appl/gssmask/gssmaestro.c
425
errx(1, "verify_mic failed to host: %s", c2->moniker);
crypto/heimdal/appl/gssmask/gssmaestro.c
431
test_wrap(struct client *c1, int32_t hc1, struct client *c2, int32_t hc2,
crypto/heimdal/appl/gssmask/gssmaestro.c
448
val = decrypt_token(c2, hc2, conf, &wrapped, &out);
crypto/heimdal/appl/gssmask/gssmaestro.c
451
warnx("decrypt_token failed to host: %s", c2->moniker);
crypto/heimdal/appl/gssmask/gssmaestro.c
470
test_wrap_ext(struct client *c1, int32_t hc1, struct client *c2, int32_t hc2,
crypto/heimdal/appl/gssmask/gssmaestro.c
493
val = unwrap_token_ext(c2, hc2, conf, bflags, &header, &wrapped, &trailer, &out);
crypto/heimdal/appl/gssmask/gssmaestro.c
496
warnx("decrypt_token failed to host: %s", c2->moniker);
crypto/heimdal/appl/gssmask/gssmaestro.c
516
test_token(struct client *c1, int32_t hc1, struct client *c2, int32_t hc2, int wrap_ext)
crypto/heimdal/appl/gssmask/gssmaestro.c
523
test_mic(c1, hc1, c2, hc2);
crypto/heimdal/appl/gssmask/gssmaestro.c
524
test_mic(c2, hc2, c1, hc1);
crypto/heimdal/appl/gssmask/gssmaestro.c
527
val = test_wrap(c1, hc1, c2, hc2, 0);
crypto/heimdal/appl/gssmask/gssmaestro.c
529
val = test_wrap(c2, hc2, c1, hc1, 0);
crypto/heimdal/appl/gssmask/gssmaestro.c
532
val = test_wrap(c1, hc1, c2, hc2, 1);
crypto/heimdal/appl/gssmask/gssmaestro.c
534
val = test_wrap(c2, hc2, c1, hc1, 1);
crypto/heimdal/appl/gssmask/gssmaestro.c
539
val = test_wrap_ext(c1, hc1, c2, hc2, 1, 0);
crypto/heimdal/appl/gssmask/gssmaestro.c
541
val = test_wrap_ext(c2, hc2, c1, hc1, 1, 0);
crypto/heimdal/appl/gssmask/gssmaestro.c
544
val = test_wrap_ext(c1, hc1, c2, hc2, 1, 1);
crypto/heimdal/appl/gssmask/gssmaestro.c
546
val = test_wrap_ext(c2, hc2, c1, hc1, 1, 1);
crypto/heimdal/appl/gssmask/gssmaestro.c
549
val = test_wrap_ext(c1, hc1, c2, hc2, 0, 0);
crypto/heimdal/appl/gssmask/gssmaestro.c
551
val = test_wrap_ext(c2, hc2, c1, hc1, 0, 0);
crypto/heimdal/appl/gssmask/gssmaestro.c
554
val = test_wrap_ext(c1, hc1, c2, hc2, 0, 1);
crypto/heimdal/appl/gssmask/gssmaestro.c
556
val = test_wrap_ext(c2, hc2, c1, hc1, 0, 1);
crypto/heimdal/appl/telnet/libtelnet/genget.c
56
char c1, c2;
crypto/heimdal/appl/telnet/libtelnet/genget.c
62
c2 = *s2;
crypto/heimdal/appl/telnet/libtelnet/genget.c
63
while (tolower((unsigned char)c1) == tolower((unsigned char)c2)) {
crypto/heimdal/appl/telnet/libtelnet/genget.c
67
c2 = *++s2;
crypto/heimdal/appl/telnet/telnet/defines.h
39
#define NET2ADD(c1,c2) { NETADD(c1); NETADD(c2); }
crypto/heimdal/kdc/hpropd.c
195
_krb5_principalname2krb5_principal(context, &c2,
crypto/heimdal/kdc/hpropd.c
197
if (!krb5_principal_compare(context, c1, c2)) {
crypto/heimdal/kdc/hpropd.c
199
ret = krb5_unparse_name(context, c2, &s);
crypto/heimdal/kdc/hpropd.c
205
krb5_free_principal(context, c2);
crypto/heimdal/kdc/hpropd.c
75
krb5_principal c1, c2;
crypto/heimdal/lib/asn1/check-gen.c
1054
TESTAlloc c1, c2, c3;
crypto/heimdal/lib/asn1/check-gen.c
1063
memset(&c2, 0, sizeof(c2));
crypto/heimdal/lib/asn1/check-gen.c
1064
c2.tagless = NULL;
crypto/heimdal/lib/asn1/check-gen.c
1065
c2.three = 3;
crypto/heimdal/lib/asn1/check-gen.c
1066
tests[1].val = &c2;
crypto/heimdal/lib/asn1/check-gen.c
1140
TESTOptional c0, c1, c2, c3;
crypto/heimdal/lib/asn1/check-gen.c
1152
c2.zero = NULL;
crypto/heimdal/lib/asn1/check-gen.c
1153
c2.one = &one;
crypto/heimdal/lib/asn1/check-gen.c
1154
tests[2].val = &c2;
crypto/heimdal/lib/asn1/check-gen.c
648
Certificate c, c2;
crypto/heimdal/lib/asn1/check-gen.c
660
ret = copy_Certificate(&c, &c2);
crypto/heimdal/lib/asn1/check-gen.c
665
free_Certificate(&c2);
crypto/heimdal/lib/hx509/test_name.c
296
compare_subject(hx509_cert c1, hx509_cert c2, int *l)
crypto/heimdal/lib/hx509/test_name.c
303
ret = hx509_cert_get_subject(c2, &n2);
crypto/heimdal/lib/hx509/test_name.c
317
hx509_cert c1, c2, c3;
crypto/heimdal/lib/hx509/test_name.c
325
ret = hx509_cert_init_data(context, certdata2, sizeof(certdata2) - 1, &c2);
crypto/heimdal/lib/hx509/test_name.c
333
ret = compare_subject(c1, c2, &l1);
crypto/heimdal/lib/hx509/test_name.c
337
ret = compare_subject(c2, c3, &l3);
crypto/heimdal/lib/hx509/test_name.c
346
hx509_cert_free(c2);
crypto/heimdal/lib/roken/fnmatch.c
145
char c, c2;
crypto/heimdal/lib/roken/fnmatch.c
163
&& (c2 = *(pattern+1)) != EOS && c2 != ']') {
crypto/heimdal/lib/roken/fnmatch.c
165
if (c2 == '\\' && !(flags & FNM_NOESCAPE))
crypto/heimdal/lib/roken/fnmatch.c
166
c2 = *pattern++;
crypto/heimdal/lib/roken/fnmatch.c
167
if (c2 == EOS)
crypto/heimdal/lib/roken/fnmatch.c
169
if (c <= test && test <= c2)
crypto/heimdal/lib/wind/utf8.c
45
const unsigned c2 = *++p;
crypto/heimdal/lib/wind/utf8.c
46
if ((c2 & 0xC0) == 0x80) {
crypto/heimdal/lib/wind/utf8.c
48
| (c2 & 0x3F);
crypto/heimdal/lib/wind/utf8.c
53
const unsigned c2 = *++p;
crypto/heimdal/lib/wind/utf8.c
54
if ((c2 & 0xC0) == 0x80) {
crypto/heimdal/lib/wind/utf8.c
58
| ((c2 & 0x3F) << 6)
crypto/heimdal/lib/wind/utf8.c
67
const unsigned c2 = *++p;
crypto/heimdal/lib/wind/utf8.c
68
if ((c2 & 0xC0) == 0x80) {
crypto/heimdal/lib/wind/utf8.c
74
| ((c2 & 0x3F) << 12)
crypto/krb5/src/clients/ksu/heuristic.c
112
while (list2[c2]) c2++;
crypto/krb5/src/clients/ksu/heuristic.c
114
if (!(tlist = (char **) calloc( c1 + c2 + 1, sizeof ( char *))))
crypto/krb5/src/clients/ksu/heuristic.c
98
unsigned int c1 =0, c2 = 0, i=0, j=0;
crypto/krb5/src/kadmin/server/kadm_rpc_svc.c
289
krb5_data *c1, *c2, *realm;
crypto/krb5/src/kadmin/server/kadm_rpc_svc.c
328
c2 = krb5_princ_component(kctx, princ, 1);
crypto/krb5/src/kadmin/server/kadm_rpc_svc.c
331
data_eq_string(*c1, "kadmin") && !data_eq_string(*c2, "history");
crypto/krb5/src/lib/krb5/unicode/ucstr.c
127
char c2 = TOLOWER(*s2);
crypto/krb5/src/lib/krb5/unicode/ucstr.c
128
res = c1 - c2;
crypto/krb5/src/lib/rpc/svc_auth_gssapi.c
665
client_list *c, *c2;
crypto/krb5/src/lib/rpc/svc_auth_gssapi.c
671
c2 = c;
crypto/krb5/src/lib/rpc/svc_auth_gssapi.c
673
destroy_client(c2->client);
crypto/krb5/src/lib/rpc/svc_auth_gssapi.c
674
free(c2);
crypto/krb5/src/lib/rpc/svc_auth_gssapi.c
822
client_list *c, *c2;
crypto/krb5/src/lib/rpc/svc_auth_gssapi.c
853
c2 = clients;
crypto/krb5/src/lib/rpc/svc_auth_gssapi.c
857
c2->next = c->next;
crypto/krb5/src/lib/rpc/svc_auth_gssapi.c
861
c2 = c;
crypto/krb5/src/util/et/t_com_err.c
40
errcode_t c0, errcode_t c1, errcode_t c2)
crypto/krb5/src/util/et/t_com_err.c
44
try_one (c2, known, table, 2);
crypto/krb5/src/util/support/bcmp.c
38
const unsigned char *c1 = p1, *c2 = p2;
crypto/krb5/src/util/support/bcmp.c
41
for (; n > 0; c1++, c2++, n--)
crypto/krb5/src/util/support/bcmp.c
42
x |= *c1 ^ *c2;
crypto/krb5/src/util/support/fnmatch.c
71
char c, c2;
crypto/krb5/src/util/support/fnmatch.c
91
&& (c2 = FOLDCASE(*(pattern + 1), flags)) != EOS &&
crypto/krb5/src/util/support/fnmatch.c
92
c2 != ']') {
crypto/krb5/src/util/support/fnmatch.c
94
if (c2 == '\\' && !(flags & FNM_NOESCAPE))
crypto/krb5/src/util/support/fnmatch.c
95
c2 = FOLDCASE(*pattern++, flags);
crypto/krb5/src/util/support/fnmatch.c
96
if (c2 == EOS)
crypto/krb5/src/util/support/fnmatch.c
98
if (c <= test && test <= c2)
crypto/krb5/src/util/support/utf8_conv.c
89
#define COMPOSE(c1, c2) (BASE + ((((c1) & 0x3FF) << 10) | ((c2) & 0x3FF)))
crypto/openssh/sntrup761.c
2137
static int Ciphertexts_diff_mask(const unsigned char *c, const unsigned char *c2) {
crypto/openssh/sntrup761.c
2140
while (len-- > 0) differentbits |= (*c++) ^ (*c2++);
crypto/openssl/crypto/aria/aria.c
1043
ck2 = &c2;
crypto/openssl/crypto/aria/aria.c
1050
ck1 = &c2;
crypto/openssl/crypto/aria/aria.c
1061
ck3 = &c2;
crypto/openssl/crypto/aria/aria.c
830
static const ARIA_u128 c2 = { { 0x6d, 0xb1, 0x4a, 0xcc, 0x9e, 0x21, 0xc8, 0x20,
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
327
#define mul_add_c(a, b, c0, c1, c2) \
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
335
c2 += (c1 < hi) ? 1 : 0; \
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
338
#define mul_add_c2(a, b, c0, c1, c2) \
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
346
c2 += (c1 < tt) ? 1 : 0; \
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
350
c2 += (c1 < hi) ? 1 : 0; \
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
353
#define sqr_add_c(a, i, c0, c1, c2) \
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
361
c2 += (c1 < hi) ? 1 : 0; \
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
364
#define mul_add_c(a, b, c0, c1, c2) \
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
372
: "+r"(c0), "+r"(c1), "+r"(c2) \
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
377
#define sqr_add_c(a, i, c0, c1, c2) \
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
385
: "+r"(c0), "+r"(c1), "+r"(c2) \
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
390
#define mul_add_c2(a, b, c0, c1, c2) \
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
398
: "+r"(c0), "+r"(c1), "+r"(c2) \
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
402
: "+r"(c0), "+r"(c1), "+r"(c2) \
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
408
#define sqr_add_c2(a, i, j, c0, c1, c2) \
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
409
mul_add_c2((a)[i], (a)[j], c0, c1, c2)
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
413
BN_ULONG c1, c2, c3;
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
416
c2 = 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
423
r[1] = c2;
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
424
c2 = 0;
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
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
441
r[4] = c2;
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
442
c2 = 0;
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
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
468
r[7] = c2;
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
469
c2 = 0;
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
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
492
r[10] = c2;
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
493
c2 = 0;
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
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
507
r[13] = c2;
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
508
c2 = 0;
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
516
BN_ULONG c1, c2, c3;
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
519
c2 = 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
526
r[1] = c2;
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
527
c2 = 0;
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
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
542
r[4] = c2;
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
543
c2 = 0;
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
548
mul_add_c(a[3], b[3], c1, c2, c3);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
550
r[7] = c2;
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
555
BN_ULONG c1, c2, c3;
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
558
c2 = 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
564
r[1] = c2;
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
565
c2 = 0;
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
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
577
r[4] = c2;
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
578
c2 = 0;
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
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
594
r[7] = c2;
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
595
c2 = 0;
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
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
610
r[10] = c2;
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
611
c2 = 0;
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
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
621
r[13] = c2;
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
622
c2 = 0;
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
630
BN_ULONG c1, c2, c3;
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
633
c2 = 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
639
r[1] = c2;
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
640
c2 = 0;
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
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
651
r[4] = c2;
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
652
c2 = 0;
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
656
sqr_add_c(a, 3, c1, c2, c3);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
658
r[7] = c2;
crypto/openssl/crypto/bn/bn_asm.c
447
#define mul_add_c(a, b, c0, c1, c2) \
crypto/openssl/crypto/bn/bn_asm.c
455
c2 += (c1 < hi); \
crypto/openssl/crypto/bn/bn_asm.c
458
#define mul_add_c2(a, b, c0, c1, c2) \
crypto/openssl/crypto/bn/bn_asm.c
466
c2 += (c1 < hi); \
crypto/openssl/crypto/bn/bn_asm.c
471
c2 += (c1 < hi); \
crypto/openssl/crypto/bn/bn_asm.c
474
#define sqr_add_c(a, i, c0, c1, c2) \
crypto/openssl/crypto/bn/bn_asm.c
482
c2 += (c1 < hi); \
crypto/openssl/crypto/bn/bn_asm.c
485
#define sqr_add_c2(a, i, j, c0, c1, c2) \
crypto/openssl/crypto/bn/bn_asm.c
486
mul_add_c2((a)[i], (a)[j], c0, c1, c2)
crypto/openssl/crypto/bn/bn_asm.c
493
#define mul_add_c(a, b, c0, c1, c2) \
crypto/openssl/crypto/bn/bn_asm.c
501
c2 += (c1 < hi); \
crypto/openssl/crypto/bn/bn_asm.c
504
#define mul_add_c2(a, b, c0, c1, c2) \
crypto/openssl/crypto/bn/bn_asm.c
512
c2 += (c1 < tt); \
crypto/openssl/crypto/bn/bn_asm.c
516
c2 += (c1 < hi); \
crypto/openssl/crypto/bn/bn_asm.c
519
#define sqr_add_c(a, i, c0, c1, c2) \
crypto/openssl/crypto/bn/bn_asm.c
527
c2 += (c1 < hi); \
crypto/openssl/crypto/bn/bn_asm.c
530
#define sqr_add_c2(a, i, j, c0, c1, c2) \
crypto/openssl/crypto/bn/bn_asm.c
531
mul_add_c2((a)[i], (a)[j], c0, c1, c2)
crypto/openssl/crypto/bn/bn_asm.c
538
#define mul_add_c(a, b, c0, c1, c2) \
crypto/openssl/crypto/bn/bn_asm.c
546
c2 += (c1 < hi); \
crypto/openssl/crypto/bn/bn_asm.c
549
#define mul_add_c2(a, b, c0, c1, c2) \
crypto/openssl/crypto/bn/bn_asm.c
557
c2 += (c1 < tt); \
crypto/openssl/crypto/bn/bn_asm.c
561
c2 += (c1 < hi); \
crypto/openssl/crypto/bn/bn_asm.c
564
#define sqr_add_c(a, i, c0, c1, c2) \
crypto/openssl/crypto/bn/bn_asm.c
572
c2 += (c1 < hi); \
crypto/openssl/crypto/bn/bn_asm.c
575
#define sqr_add_c2(a, i, j, c0, c1, c2) \
crypto/openssl/crypto/bn/bn_asm.c
576
mul_add_c2((a)[i], (a)[j], c0, c1, c2)
crypto/openssl/crypto/bn/bn_asm.c
583
#define mul_add_c(a, b, c0, c1, c2) \
crypto/openssl/crypto/bn/bn_asm.c
591
c2 += (c1 < hi); \
crypto/openssl/crypto/bn/bn_asm.c
594
#define mul_add_c2(a, b, c0, c1, c2) \
crypto/openssl/crypto/bn/bn_asm.c
604
c2 += (c1 < tt); \
crypto/openssl/crypto/bn/bn_asm.c
608
c2 += (c1 < hi); \
crypto/openssl/crypto/bn/bn_asm.c
611
#define sqr_add_c(a, i, c0, c1, c2) \
crypto/openssl/crypto/bn/bn_asm.c
618
c2 += (c1 < hi); \
crypto/openssl/crypto/bn/bn_asm.c
621
#define sqr_add_c2(a, i, j, c0, c1, c2) \
crypto/openssl/crypto/bn/bn_asm.c
622
mul_add_c2((a)[i], (a)[j], c0, c1, c2)
crypto/openssl/crypto/bn/bn_asm.c
627
BN_ULONG c1, c2, c3;
crypto/openssl/crypto/bn/bn_asm.c
630
c2 = 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
637
r[1] = c2;
crypto/openssl/crypto/bn/bn_asm.c
638
c2 = 0;
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
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
655
r[4] = c2;
crypto/openssl/crypto/bn/bn_asm.c
656
c2 = 0;
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
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
682
r[7] = c2;
crypto/openssl/crypto/bn/bn_asm.c
683
c2 = 0;
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
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
706
r[10] = c2;
crypto/openssl/crypto/bn/bn_asm.c
707
c2 = 0;
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
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
721
r[13] = c2;
crypto/openssl/crypto/bn/bn_asm.c
722
c2 = 0;
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
730
BN_ULONG c1, c2, c3;
crypto/openssl/crypto/bn/bn_asm.c
733
c2 = 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
740
r[1] = c2;
crypto/openssl/crypto/bn/bn_asm.c
741
c2 = 0;
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
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
756
r[4] = c2;
crypto/openssl/crypto/bn/bn_asm.c
757
c2 = 0;
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
762
mul_add_c(a[3], b[3], c1, c2, c3);
crypto/openssl/crypto/bn/bn_asm.c
764
r[7] = c2;
crypto/openssl/crypto/bn/bn_asm.c
769
BN_ULONG c1, c2, c3;
crypto/openssl/crypto/bn/bn_asm.c
772
c2 = 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
778
r[1] = c2;
crypto/openssl/crypto/bn/bn_asm.c
779
c2 = 0;
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
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
791
r[4] = c2;
crypto/openssl/crypto/bn/bn_asm.c
792
c2 = 0;
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
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
808
r[7] = c2;
crypto/openssl/crypto/bn/bn_asm.c
809
c2 = 0;
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
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
824
r[10] = c2;
crypto/openssl/crypto/bn/bn_asm.c
825
c2 = 0;
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
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
835
r[13] = c2;
crypto/openssl/crypto/bn/bn_asm.c
836
c2 = 0;
crypto/openssl/crypto/bn/bn_asm.c
837
sqr_add_c(a, 7, c3, c1, c2);
crypto/openssl/crypto/bn/bn_asm.c
844
BN_ULONG c1, c2, c3;
crypto/openssl/crypto/bn/bn_asm.c
847
c2 = 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
853
r[1] = c2;
crypto/openssl/crypto/bn/bn_asm.c
854
c2 = 0;
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
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
865
r[4] = c2;
crypto/openssl/crypto/bn/bn_asm.c
866
c2 = 0;
crypto/openssl/crypto/bn/bn_asm.c
867
sqr_add_c2(a, 3, 2, c3, c1, c2);
crypto/openssl/crypto/bn/bn_asm.c
870
sqr_add_c(a, 3, c1, c2, c3);
crypto/openssl/crypto/bn/bn_asm.c
872
r[7] = c2;
crypto/openssl/crypto/bn/bn_mul.c
178
int n = n2 / 2, c1, c2;
crypto/openssl/crypto/bn/bn_mul.c
209
c2 = bn_cmp_part_words(&(b[n]), b, tnb, tnb - n);
crypto/openssl/crypto/bn/bn_mul.c
211
switch (c1 * 3 + c2) {
crypto/openssl/crypto/bn/bn_mul.c
326
int c1, c2, neg;
crypto/openssl/crypto/bn/bn_mul.c
336
c2 = bn_cmp_part_words(&(b[n]), b, tnb, tnb - n);
crypto/openssl/crypto/bn/bn_mul.c
338
switch (c1 * 3 + c2) {
crypto/openssl/crypto/ec/curve25519.c
5147
int64_t c2 = kBottom21Bits & (load_3(c + 5) >> 2);
crypto/openssl/crypto/ec/curve25519.c
5207
s2 = c2 + a0 * b2 + a1 * b1 + a2 * b0;
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
101
uint32_t c2 = *in++;
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
105
*out++ = (c1 >> 2) | (c2 << 4);
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
106
*out++ = (c2 >> 4) | (c3 << 2);
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
141
uint32_t c2 = *in++;
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
146
*out++ = (uint8_t)((c1 >> 6) | (c2 << 4));
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
147
*out++ = (uint8_t)((c2 >> 4) | (c3 << 6));
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
crypto/openssl/crypto/x509/v3_ncons.c
126
unsigned char c1 = (unsigned char)*s1, c2 = (unsigned char)*s2;
crypto/openssl/crypto/x509/v3_ncons.c
131
if (c2 >= 0x41 /* A */ && c2 <= 0x5A /* Z */)
crypto/openssl/crypto/x509/v3_ncons.c
132
c2 += 0x20;
crypto/openssl/crypto/x509/v3_ncons.c
134
if (c1 == c2)
crypto/openssl/crypto/x509/v3_ncons.c
137
if (c1 < c2)
lib/libc/gen/fnmatch.c
240
wchar_t c, c2;
lib/libc/gen/fnmatch.c
406
pclen = mbrtowc(&c2, pattern, MB_LEN_MAX, patmbs);
lib/libc/gen/fnmatch.c
410
if (c2 == EOS)
lib/libc/gen/fnmatch.c
413
if ((c2 == '[' && (special = *pattern) == '.') ||
lib/libc/gen/fnmatch.c
441
c2 = *buf;
lib/libc/gen/fnmatch.c
445
c2 = towlower(c2);
lib/libc/gen/fnmatch.c
448
c <= test && test <= c2 :
lib/libc/gen/fnmatch.c
450
&& __wcollate_range_cmp(test, c2) <= 0
lib/libc/iconv/citrus_bcs.c
45
int c1, c2;
lib/libc/iconv/citrus_bcs.c
47
c1 = c2 = 1;
lib/libc/iconv/citrus_bcs.c
49
while (c1 && c2 && c1 == c2) {
lib/libc/iconv/citrus_bcs.c
51
c2 = _bcs_toupper(*str2++);
lib/libc/iconv/citrus_bcs.c
54
return ((c1 == c2) ? 0 : ((c1 > c2) ? 1 : -1));
lib/libc/iconv/citrus_bcs.c
64
int c1, c2;
lib/libc/iconv/citrus_bcs.c
66
c1 = c2 = 1;
lib/libc/iconv/citrus_bcs.c
68
while (c1 && c2 && c1 == c2 && sz != 0) {
lib/libc/iconv/citrus_bcs.c
70
c2 = _bcs_toupper(*str2++);
lib/libc/iconv/citrus_bcs.c
74
return ((c1 == c2) ? 0 : ((c1 > c2) ? 1 : -1));
lib/libc/locale/collcmp.c
42
int __collate_range_cmp(char c1, char c2)
lib/libc/locale/collcmp.c
48
s2[0] = c2;
lib/libc/locale/collcmp.c
53
int __wcollate_range_cmp(wchar_t c1, wchar_t c2)
lib/libc/locale/collcmp.c
59
s2[0] = c2;
lib/libc/regex/regcomp.c
1070
p_range_cmp(wchar_t c1, wchar_t c2)
lib/libc/regex/regcomp.c
1073
return __wcollate_range_cmp(c1, c2);
lib/libc/regex/regcomp.c
1080
s2[0] = c2;
lib/libc/regex/regcomp.c
125
static int p_range_cmp(wchar_t c1, wchar_t c2);
lib/libc/string/wcscasecmp.c
35
wchar_t c1, c2;
lib/libc/string/wcscasecmp.c
39
c2 = towlower(*s2);
lib/libc/string/wcscasecmp.c
40
if (c1 != c2)
lib/libc/string/wcscasecmp.c
41
return ((int)c1 - c2);
lib/libc/string/wcsncasecmp.c
35
wchar_t c1, c2;
lib/libc/string/wcsncasecmp.c
41
c2 = towlower(*s2);
lib/libc/string/wcsncasecmp.c
42
if (c1 != c2)
lib/libc/string/wcsncasecmp.c
43
return ((int)c1 - c2);
lib/libc/tests/nss/getgr_test.c
132
char **c1, **c2;
lib/libc/tests/nss/getgr_test.c
146
c2 = grp2->gr_mem;
lib/libc/tests/nss/getgr_test.c
151
for (; *c1 && *c2; ++c1, ++c2)
lib/libc/tests/nss/getgr_test.c
152
if (strcmp(*c1, *c2) != 0)
lib/libc/tests/nss/getgr_test.c
155
if (*c1 != NULL || *c2 != NULL)
lib/libc/tests/nss/gethostby_test.c
213
char **c1, **c2, **ct, **cb;
lib/libc/tests/nss/gethostby_test.c
231
c2 = ht2->h_aliases;
lib/libc/tests/nss/gethostby_test.c
237
if (c1 != NULL && c2 != NULL) {
lib/libc/tests/nss/gethostby_test.c
241
for (ct = c2; *ct; ++ct) {
lib/libc/tests/nss/gethostby_test.c
255
for (;*c2; ++c2) {
lib/libc/tests/nss/gethostby_test.c
258
if (strcmp(*c2, *ct) == 0) {
lib/libc/tests/nss/gethostby_test.c
272
c2 = ht2->h_addr_list;
lib/libc/tests/nss/gethostby_test.c
278
if (c1 != NULL && c2 != NULL) {
lib/libc/tests/nss/gethostby_test.c
282
for (ct = c2; *ct; ++ct) {
lib/libc/tests/nss/gethostby_test.c
296
for (; *c2; ++c2) {
lib/libc/tests/nss/gethostby_test.c
299
if (memcmp(*c2, *ct, ht1->h_length) == 0) {
lib/libc/tests/nss/getproto_test.c
126
char **c1, **c2;
lib/libc/tests/nss/getproto_test.c
139
c2 = pe2->p_aliases;
lib/libc/tests/nss/getproto_test.c
144
for (;*c1 && *c2; ++c1, ++c2)
lib/libc/tests/nss/getproto_test.c
145
if (strcmp(*c1, *c2) != 0)
lib/libc/tests/nss/getproto_test.c
148
if ((*c1 != NULL) || (*c2 != NULL))
lib/libc/tests/nss/getrpc_test.c
125
char **c1, **c2;
lib/libc/tests/nss/getrpc_test.c
138
c2 = rpc2->r_aliases;
lib/libc/tests/nss/getrpc_test.c
143
for (;*c1 && *c2; ++c1, ++c2)
lib/libc/tests/nss/getrpc_test.c
144
if (strcmp(*c1, *c2) != 0)
lib/libc/tests/nss/getrpc_test.c
147
if ((*c1 != NULL) || (*c2 != NULL))
lib/libc/tests/nss/getserv_test.c
130
char **c1, **c2;
lib/libc/tests/nss/getserv_test.c
144
c2 = serv2->s_aliases;
lib/libc/tests/nss/getserv_test.c
149
for (;*c1 && *c2; ++c1, ++c2)
lib/libc/tests/nss/getserv_test.c
150
if (strcmp(*c1, *c2) != 0)
lib/libc/tests/nss/getserv_test.c
153
if ((*c1 != NULL) || (*c2 != NULL))
lib/libkiconv/xlat16_iconv.c
345
u_char c1, c2;
lib/libkiconv/xlat16_iconv.c
356
c2 = (*obuf)[1];
lib/libkiconv/xlat16_iconv.c
359
if (*ilen == ir - 1 && (*ibuf)[1] == '\0' && (c1 || c2))
lib/libkiconv/xlat16_iconv.c
381
if (olocal[1] == c2 && (*ibuf)[1] == '\0') {
lib/libkiconv/xlat16_iconv.c
393
if (olocal[1] == c2) {
lib/libkiconv/xlat16_iconv.c
432
if (olocal[0] == c2)
lib/libmp/tests/legacy_test.c
103
testmcmp(t1, c2, "mdiv1");
lib/libmp/tests/legacy_test.c
107
testmcmp(t1, c2, "mdiv3");
lib/libmp/tests/legacy_test.c
112
testmcmp(t2, c2, "sdiv1");
lib/libmp/tests/legacy_test.c
118
testmcmp(t2, c2, "sdiv3");
lib/libmp/tests/legacy_test.c
126
mp_mult(c5, c2, 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
139
testmcmp(t0, c2, "pow1");
lib/libmp/tests/legacy_test.c
140
mp_rpow(c2, 3, t0);
lib/libmp/tests/legacy_test.c
163
c2 = mp_itom(2);
lib/libmp/tests/legacy_test.c
192
mp_mfree(c2);
lib/libmp/tests/legacy_test.c
33
MINT *c0, *c1, *c2, *c3, *c5, *c6, *c8, *c10, *c14, *c15, *c25, \
lib/libsecureboot/brf.c
85
int c1, c2;
lib/libsecureboot/brf.c
88
c2 = next_char(&s2, lim2);
lib/libsecureboot/brf.c
89
if (c1 != c2) {
sbin/ipf/ipf/ipfcomp.c
241
intcmp(const void *c1, const void *c2)
sbin/ipf/ipf/ipfcomp.c
243
const mc_t *i1 = (const mc_t *)c1, *i2 = (const mc_t *)c2;
secure/lib/libcrypt/crypt-blowfish.c
101
u_int8_t c1, c2, c3, c4;
secure/lib/libcrypt/crypt-blowfish.c
104
c2 = CHAR64(*(p + 1));
secure/lib/libcrypt/crypt-blowfish.c
107
if (c1 == 255 || c2 == 255)
secure/lib/libcrypt/crypt-blowfish.c
110
*bp++ = (c1 << 2) | ((c2 & 0x30) >> 4);
secure/lib/libcrypt/crypt-blowfish.c
118
*bp++ = ((c2 & 0x0f) << 4) | ((c3 & 0x3c) >> 2);
secure/lib/libcrypt/crypt-blowfish.c
269
u_int8_t c1, c2;
secure/lib/libcrypt/crypt-blowfish.c
278
c2 = *p++;
secure/lib/libcrypt/crypt-blowfish.c
279
c1 |= (c2 >> 4) & 0x0f;
secure/lib/libcrypt/crypt-blowfish.c
281
c1 = (c2 & 0x0f) << 2;
secure/lib/libcrypt/crypt-blowfish.c
286
c2 = *p++;
secure/lib/libcrypt/crypt-blowfish.c
287
c1 |= (c2 >> 6) & 0x03;
secure/lib/libcrypt/crypt-blowfish.c
289
*bp++ = Base64Code[c2 & 0x3f];
stand/ficl/words.c
4464
char c2 = *cp2++;
stand/ficl/words.c
4468
c2 = (char)tolower(c2);
stand/ficl/words.c
4470
n = (int)(c1 - c2);
sys/arm/include/sysreg.h
110
#define CP15_TTBR0(rr) p15, 0, rr, c2, c0, 0 /* Translation Table Base Register 0 */
sys/arm/include/sysreg.h
111
#define CP15_TTBR1(rr) p15, 0, rr, c2, c0, 1 /* Translation Table Base Register 1 */
sys/arm/include/sysreg.h
112
#define CP15_TTBCR(rr) p15, 0, rr, c2, c0, 2 /* Translation Table Base Control Register */
sys/arm/include/sysreg.h
114
#define CP15_HTCR(rr) p15, 4, rr, c2, c0, 2 /* Hyp Translation Control Register */
sys/arm/include/sysreg.h
115
#define CP15_VTCR(rr) p15, 4, rr, c2, c1, 2 /* Virtualization Translation Control Register */
sys/arm/include/sysreg.h
126
#define CP15_HSR(rr) p15, 4, rr, c5, c2, 0 /* Hyp Syndrome Register */
sys/arm/include/sysreg.h
225
#define CP15_PRRR(rr) p15, 0, rr, c10, c2, 0 /* Primary Region Remap Register */
sys/arm/include/sysreg.h
226
#define CP15_MAIR0(rr) p15, 0, rr, c10, c2, 0 /* Memory Attribute Indirection Register 0 */
sys/arm/include/sysreg.h
228
#define CP15_NMRR(rr) p15, 0, rr, c10, c2, 1 /* Normal Memory Remap Register */
sys/arm/include/sysreg.h
229
#define CP15_MAIR1(rr) p15, 0, rr, c10, c2, 1 /* Memory Attribute Indirection Register 1 */
sys/arm/include/sysreg.h
234
#define CP15_HMAIR0(rr) p15, 4, rr, c10, c2, 0 /* Hyp Memory Attribute Indirection Register 0 */
sys/arm/include/sysreg.h
235
#define CP15_HMAIR1(rr) p15, 4, rr, c10, c2, 1 /* Hyp Memory Attribute Indirection Register 1 */
sys/arm/include/sysreg.h
263
#define CP15_CNTP_TVAL(rr) p15, 0, rr, c14, c2, 0 /* PL1 Physical Timer Value Register */
sys/arm/include/sysreg.h
264
#define CP15_CNTP_CTL(rr) p15, 0, rr, c14, c2, 1 /* PL1 Physical Timer Control Register */
sys/arm/include/sysreg.h
268
#define CP15_CNTHP_TVAL(rr) p15, 4, rr, c14, c2, 0 /* PL2 Physical Timer Value Register */
sys/arm/include/sysreg.h
269
#define CP15_CNTHP_CTL(rr) p15, 4, rr, c14, c2, 1 /* PL2 Physical Timer Control Register */
sys/arm/include/sysreg.h
278
#define CP15_VTTBR(rq, rr) p15, 6, rq, rr, c2 /* Virtualization Translation Table Base Register */
sys/arm/include/sysreg.h
279
#define CP15_HTTBR(rq, rr) p15, 4, rq, rr, c2 /* Hyp Translation Table Base Register */
sys/arm/include/sysreg.h
280
#define CP15_TTBR0_2(rq, rr) p15, 0, rq, rr, c2 /* Translation Table Base Register 0 */
sys/arm/include/sysreg.h
281
#define CP15_TTBR1_2(rq, rr) p15, 1, rq, rr, c2 /* Translation Table Base Register 1 */
sys/arm/include/sysreg.h
45
#define CP14_DBGDSCRext_V7(rr) p14, 0, rr, c0, c2, 2 /* Debug Status and Ctrl Register v7 */
sys/arm/include/sysreg.h
73
#define CP15_ID_ISAR0(rr) p15, 0, rr, c0, c2, 0 /* Instruction Set Attribute Register 0 */
sys/arm/include/sysreg.h
74
#define CP15_ID_ISAR1(rr) p15, 0, rr, c0, c2, 1 /* Instruction Set Attribute Register 1 */
sys/arm/include/sysreg.h
75
#define CP15_ID_ISAR2(rr) p15, 0, rr, c0, c2, 2 /* Instruction Set Attribute Register 2 */
sys/arm/include/sysreg.h
76
#define CP15_ID_ISAR3(rr) p15, 0, rr, c0, c2, 3 /* Instruction Set Attribute Register 3 */
sys/arm/include/sysreg.h
77
#define CP15_ID_ISAR4(rr) p15, 0, rr, c0, c2, 4 /* Instruction Set Attribute Register 4 */
sys/arm/include/sysreg.h
78
#define CP15_ID_ISAR5(rr) p15, 0, rr, c0, c2, 5 /* Instruction Set Attribute Register 5 */
sys/arm/nvidia/tegra124/tegra124_cpufreq.c
241
uv = DIV_ROUND_CLOSEST(ent->c2 * sc->speedo_value, scale);
sys/arm/nvidia/tegra124/tegra124_cpufreq.c
54
int c2; /* c2 * speedo^2 + c1 * speedo + c0 */
sys/arm64/nvidia/tegra210/tegra210_cpufreq.c
199
uv = DIV_ROUND_CLOSEST(ent->c2 * sc->speedo_value, scale);
sys/arm64/nvidia/tegra210/tegra210_cpufreq.c
53
int c2; /* c2 * speedo^2 + c1 * speedo + c0 */
sys/cam/mmc/mmc_da.c
405
uint8_t c2;
sys/cam/mmc/mmc_da.c
424
c2 = sc->cid.oid & 0x0ff;
sys/cam/mmc/mmc_da.c
425
if (c1 > 0x1f && c1 < 0x7f && c2 > 0x1f && c2 < 0x7f)
sys/cam/mmc/mmc_da.c
426
snprintf(oidstr, sizeof(oidstr), "%c%c", c1, c2);
sys/dev/atkbdc/atkbdc.c
851
int c2 = 0;
sys/dev/atkbdc/atkbdc.c
862
++c2;
sys/dev/atkbdc/atkbdc.c
874
if ((c1 > 0) || (c2 > 0))
sys/dev/atkbdc/atkbdc.c
875
log(LOG_DEBUG, "kbdc: %d:%d char read (empty_kbd_buffer)\n", c1, c2);
sys/dev/atkbdc/atkbdc.c
890
int c2 = 0;
sys/dev/atkbdc/atkbdc.c
903
++c2;
sys/dev/atkbdc/atkbdc.c
913
if ((c1 > 0) || (c2 > 0))
sys/dev/atkbdc/atkbdc.c
914
log(LOG_DEBUG, "kbdc: %d:%d char read (empty_aux_buffer)\n", c1, c2);
sys/dev/atkbdc/atkbdc.c
929
int c2 = 0;
sys/dev/atkbdc/atkbdc.c
941
++c2;
sys/dev/atkbdc/atkbdc.c
960
if ((c1 > 0) || (c2 > 0))
sys/dev/atkbdc/atkbdc.c
961
log(LOG_DEBUG, "kbdc: %d:%d char read (empty_both_buffers)\n", c1, c2);
sys/dev/iscsi/iscsi.c
2077
unsigned int id2, const struct iscsi_session_conf *c2)
sys/dev/iscsi/iscsi.c
2082
if (c2->isc_target[0] != '\0' &&
sys/dev/iscsi/iscsi.c
2083
strcmp(c1->isc_target, c2->isc_target) != 0)
sys/dev/iscsi/iscsi.c
2085
if (c2->isc_target_addr[0] != '\0' &&
sys/dev/iscsi/iscsi.c
2086
strcmp(c1->isc_target_addr, c2->isc_target_addr) != 0)
sys/dev/mmc/mmc.c
1136
uint8_t c2;
sys/dev/mmc/mmc.c
1155
c2 = ivar->cid.oid & 0x0ff;
sys/dev/mmc/mmc.c
1156
if (c1 > 0x1f && c1 < 0x7f && c2 > 0x1f && c2 < 0x7f)
sys/dev/mmc/mmc.c
1157
snprintf(oidstr, sizeof(oidstr), "%c%c", c1, c2);
sys/dev/sound/pci/hda/hdaa.c
3650
int i, j, c1, c2;
sys/dev/sound/pci/hda/hdaa.c
3662
c1 = c2 = -1;
sys/dev/sound/pci/hda/hdaa.c
3669
c2 = j;
sys/dev/sound/pci/hda/hdaa.c
3673
if (c2 < 0)
sys/fs/msdosfs/msdosfs_conv.c
586
uint16_t c1, c2;
sys/fs/msdosfs/msdosfs_conv.c
617
c2 = unix2winchr(&un, &unlen, LCASE_BASE, pmp);
sys/fs/msdosfs/msdosfs_conv.c
618
if (c1 != c2)
sys/geom/linux_lvm/g_linux_lvm.c
133
struct g_consumer *c2;
sys/geom/linux_lvm/g_linux_lvm.c
136
LIST_FOREACH(c2, &gp->consumer, consumer) {
sys/geom/linux_lvm/g_linux_lvm.c
137
if (c2 == c) /* all eariler components fixed */
sys/geom/linux_lvm/g_linux_lvm.c
139
g_access(c2, -dr, -dw, -de);
sys/geom/virstor/g_virstor.c
1400
struct g_consumer *c, *c2, *tmp;
sys/geom/virstor/g_virstor.c
1439
LIST_FOREACH(c2, &gp->consumer, consumer) {
sys/geom/virstor/g_virstor.c
1440
if (c2 == c)
sys/geom/virstor/g_virstor.c
1442
g_access(c2, -dr, -dw, -de);
sys/kern/subr_stats.c
342
ctd32cmp(const struct voistatdata_tdgstctd32 *c1, const struct voistatdata_tdgstctd32 *c2)
sys/kern/subr_stats.c
345
KASSERT(Q_PRECEQ(c1->mu, c2->mu),
sys/kern/subr_stats.c
347
Q_RELPREC(c1->mu, c2->mu)));
sys/kern/subr_stats.c
349
return (Q_QLTQ(c1->mu, c2->mu) ? -1 : 1);
sys/kern/subr_stats.c
354
ctd64cmp(const struct voistatdata_tdgstctd64 *c1, const struct voistatdata_tdgstctd64 *c2)
sys/kern/subr_stats.c
357
KASSERT(Q_PRECEQ(c1->mu, c2->mu),
sys/kern/subr_stats.c
359
Q_RELPREC(c1->mu, c2->mu)));
sys/kern/subr_stats.c
361
return (Q_QLTQ(c1->mu, c2->mu) ? -1 : 1);
sys/libkern/fnmatch.c
160
char c, c2;
sys/libkern/fnmatch.c
195
&& (c2 = *(pattern+1)) != EOS && c2 != ']') {
sys/libkern/fnmatch.c
197
if (c2 == '\\' && !(flags & FNM_NOESCAPE))
sys/libkern/fnmatch.c
198
c2 = *pattern++;
sys/libkern/fnmatch.c
199
if (c2 == EOS)
sys/libkern/fnmatch.c
203
c2 = tolower((unsigned char)c2);
sys/libkern/fnmatch.c
205
if (c <= test && test <= c2)
sys/libkern/iconv_xlat16.c
121
uint16_t c1, c2, ctmp;
sys/libkern/iconv_xlat16.c
135
c2 = *src & 0xff;
sys/libkern/iconv_xlat16.c
138
c1 = c2 & 0x80 ? c1 | 0x100 : c1;
sys/libkern/iconv_xlat16.c
139
c2 = c2 & 0x80 ? c2 & 0x7f : c2;
sys/libkern/iconv_xlat16.c
141
if (ir > 1 && dp->d_table[c1] && dp->d_table[c1][c2]) {
sys/libkern/iconv_xlat16.c
156
c2 = C2I2(ctmp);
sys/libkern/iconv_xlat16.c
172
code = dp->d_table[c1][c2];
sys/libkern/iconv_xlat16.c
187
c2 = C2I2(ctmp << 8);
sys/libkern/iconv_xlat16.c
191
code = dp->d_table[c1][c2];
sys/libkern/iconv_xlat16.c
302
int c1, c2, out;
sys/libkern/iconv_xlat16.c
306
c2 = C2I2(c << 8);
sys/libkern/iconv_xlat16.c
309
c2 = C2I2(c);
sys/libkern/iconv_xlat16.c
313
if (dp->d_table[c1] && dp->d_table[c1][c2] & XLAT16_HAS_LOWER_CASE) {
sys/libkern/iconv_xlat16.c
315
out = dp->d_table[c1][c2] & 0xffff;
sys/libkern/iconv_xlat16.c
327
int c1, c2, out;
sys/libkern/iconv_xlat16.c
331
c2 = C2I2(c << 8);
sys/libkern/iconv_xlat16.c
334
c2 = C2I2(c);
sys/libkern/iconv_xlat16.c
338
if (dp->d_table[c1] && dp->d_table[c1][c2] & XLAT16_HAS_UPPER_CASE) {
sys/libkern/iconv_xlat16.c
339
out = dp->d_table[c1][c2] & 0xffff;
sys/net80211/ieee80211_ioctl.c
2074
struct ieee80211_channel *c2;
sys/net80211/ieee80211_ioctl.c
2102
c2 = findchannel(ic, ireq->i_val,
sys/net80211/ieee80211_ioctl.c
2105
if (c2 != NULL)
sys/net80211/ieee80211_ioctl.c
2106
c = c2;
sys/net80211/ieee80211_ioctl.c
2111
c2 = findchannel(ic, ireq->i_val,
sys/net80211/ieee80211_ioctl.c
2113
if (c2 != NULL)
sys/net80211/ieee80211_ioctl.c
2114
c = c2;
sys/net80211/ieee80211_ioctl.c
2119
c2 = findchannel(ic, ireq->i_val,
sys/net80211/ieee80211_ioctl.c
2121
if (c2 != NULL)
sys/net80211/ieee80211_ioctl.c
2122
c = c2;
sys/net80211/ieee80211_ioctl.c
2127
c2 = findchannel(ic, ireq->i_val,
sys/net80211/ieee80211_ioctl.c
2129
if (c2 != NULL)
sys/net80211/ieee80211_ioctl.c
2130
c = c2;
sys/net80211/ieee80211_ioctl.c
2138
c2 = findchannel(ic, ireq->i_val,
sys/net80211/ieee80211_ioctl.c
2140
if (c2 != NULL)
sys/net80211/ieee80211_ioctl.c
2141
c = c2;
usr.bin/dtc/dtc.cc
351
clock_t c2 = clock();
usr.bin/dtc/dtc.cc
370
((double)(c2-c1))/CLOCKS_PER_SEC);
usr.bin/dtc/dtc.cc
372
((double)(c3-c2))/CLOCKS_PER_SEC);
usr.bin/dtc/fdt.cc
1018
node::cmp_children(node_ptr &c1, node_ptr &c2)
usr.bin/dtc/fdt.cc
1020
if (c1->name == c2->name)
usr.bin/dtc/fdt.cc
1022
return c1->unit_address < c2->unit_address;
usr.bin/dtc/fdt.cc
1024
return c1->name < c2->name;
usr.bin/dtc/fdt.hh
553
static inline bool cmp_children(node_ptr &c1, node_ptr &c2);
usr.bin/fortune/strfile/strfile.c
359
stable_collate_range_cmp(int c1, int c2)
usr.bin/fortune/strfile/strfile.c
365
s2[0] = c2;
usr.bin/fortune/strfile/strfile.c
368
return (c1 - c2);
usr.bin/fortune/strfile/strfile.c
379
int c1, c2, n1, n2, r;
usr.bin/fortune/strfile/strfile.c
388
c2 = (unsigned char)p2->first;
usr.bin/fortune/strfile/strfile.c
389
if ((r = stable_collate_range_cmp(c1, c2)) != 0)
usr.bin/fortune/strfile/strfile.c
399
while (!isalnum(c2 = getc(Sort_2)) && c2 != '\0' && c2 != EOF)
usr.bin/fortune/strfile/strfile.c
400
SET_N(n2, c2);
usr.bin/fortune/strfile/strfile.c
402
while (!IS_END(c1, n1) && !IS_END(c2, n2)) {
usr.bin/fortune/strfile/strfile.c
406
if (isupper(c2))
usr.bin/fortune/strfile/strfile.c
407
c2 = tolower(c2);
usr.bin/fortune/strfile/strfile.c
409
if ((r = stable_collate_range_cmp(c1, c2)) != 0)
usr.bin/fortune/strfile/strfile.c
412
SET_N(n2, c2);
usr.bin/fortune/strfile/strfile.c
414
c2 = getc(Sort_2);
usr.bin/fortune/strfile/strfile.c
418
if (IS_END(c2, n2))
usr.bin/fortune/strfile/strfile.c
419
c2 = 0;
usr.bin/fortune/strfile/strfile.c
421
return (stable_collate_range_cmp(c1, c2));
usr.bin/localedef/charmap.c
226
const charmap_t *c2 = n2;
usr.bin/localedef/charmap.c
229
rv = strcmp(c1->name, c2->name);
usr.bin/localedef/charmap.c
237
const charmap_t *c2 = n2;
usr.bin/localedef/charmap.c
239
return (wchar_cmp(c1->wc, c2->wc));
usr.bin/localedef/collate.c
371
const collsym_t *c2 = n2;
usr.bin/localedef/collate.c
374
rv = strcmp(c1->name, c2->name);
usr.bin/localedef/collate.c
384
const collundef_t *c2 = n2;
usr.bin/localedef/collate.c
387
rv = strcmp(c1->name, c2->name);
usr.bin/localedef/collate.c
397
const collelem_t *c2 = n2;
usr.bin/localedef/collate.c
400
rv = strcmp(c1->symbol, c2->symbol);
usr.bin/localedef/collate.c
410
const collelem_t *c2 = n2;
usr.bin/localedef/collate.c
413
rv = wcscmp(c1->expand, c2->expand);
usr.bin/localedef/collate.c
445
const wchar_t *c2 = ((const subst_t *)n2)->ref;
usr.bin/localedef/collate.c
448
rv = wcscmp(c1, c2);
usr.bin/localedef/ctype.c
94
const ctype_node_t *c2 = n2;
usr.bin/localedef/ctype.c
96
return (wchar_cmp(c1->wc, c2->wc));
usr.bin/localedef/scanner.c
277
int c1, c2;
usr.bin/localedef/scanner.c
285
c2 = scanc();
usr.bin/localedef/scanner.c
286
if (!isxdigit(c2)) {
usr.bin/localedef/scanner.c
290
v = ((hex(c1) << 4) | hex(c2));
usr.bin/localedef/scanner.c
297
int c1, c2, c3;
usr.bin/localedef/scanner.c
306
c2 = scanc();
usr.bin/localedef/scanner.c
307
if (!isdigit(c2)) {
usr.bin/localedef/scanner.c
312
b += (c2 - '0');
usr.bin/localedef/scanner.c
326
int c1, c2, c3;
usr.bin/localedef/scanner.c
337
c2 = scanc();
usr.bin/localedef/scanner.c
338
if (!isodigit(c2)) {
usr.bin/localedef/scanner.c
343
b += (c2 - '0');
usr.bin/sort/bwstring.c
185
wchar_t c2 = s2[i];
usr.bin/sort/bwstring.c
187
return ((c2 == L'\0') ? 0 : -1);
usr.bin/sort/bwstring.c
188
if (c2 == L'\0')
usr.bin/sort/bwstring.c
190
if (c1 == c2)
usr.bin/sort/bwstring.c
192
return ((int)(c1 - c2));
usr.bin/sort/bwstring.c
563
wchar_t c1, c2;
usr.bin/sort/bwstring.c
568
c2 = bws_get_iter_value(iter2);
usr.bin/sort/bwstring.c
569
if (c1 != c2)
usr.bin/sort/bwstring.c
570
return (c1 - c2);
usr.bin/sort/coll.c
337
if (ks->c2 == 0) {
usr.bin/sort/coll.c
352
if (ks->c2) {
usr.bin/sort/coll.c
353
pos_end = skip_cols_to_start(s, ks->c2, next_field_start,
usr.bin/sort/coll.h
124
size_t c2;
usr.bin/sort/sort.c
679
ks->c2 = (size_t) strtoul(c, NULL, 10);
usr.bin/sort/sort.c
694
ks->c2 = 0;
usr.bin/sort/sort.c
879
int c2, f2;
usr.bin/sort/sort.c
883
c2 = f2 = 0;
usr.bin/sort/sort.c
886
&f2, &c2, sopts2) >= 0) {
usr.bin/sort/sort.c
887
if (c2 > 0)
usr.bin/sort/sort.c
890
f1, c1, sopts1, f2, c2, sopts2);
usr.bin/sort/vsort.c
115
cmp_chars(wchar_t c1, wchar_t c2)
usr.bin/sort/vsort.c
118
if (c1 == c2)
usr.bin/sort/vsort.c
123
if (c2 == L'~')
usr.bin/sort/vsort.c
127
return ((isdigit_clocale(c2) || !c2) ? 0 : -1);
usr.bin/sort/vsort.c
129
if (isdigit_clocale(c2) || !c2)
usr.bin/sort/vsort.c
133
return ((isalpha_clocale(c2)) ? ((int) c1 - (int) c2) : -1);
usr.bin/sort/vsort.c
135
if (isalpha_clocale(c2))
usr.bin/sort/vsort.c
138
return ((int) c1 - (int) c2);
usr.bin/sort/vsort.c
153
wchar_t c1, c2;
usr.bin/sort/vsort.c
156
c2 = (si2 < se2) ? bws_get_iter_value(si2) : 0;
usr.bin/sort/vsort.c
158
cmp = cmp_chars(c1, c2);
usr.bin/sort/vsort.c
203
wchar_t c1, c2;
usr.bin/sort/vsort.c
226
c2 = bws_get_iter_value(si2);
usr.bin/sort/vsort.c
231
if (c2 == L'.' && (slen2 == 1))
usr.bin/sort/vsort.c
237
if (slen2 == 2 && c2 == L'.' &&
usr.bin/sort/vsort.c
241
if (c1 == L'.' && c2 != L'.')
usr.bin/sort/vsort.c
243
if (c1 != L'.' && c2 == L'.')
usr.bin/sort/vsort.c
246
if (c1 == L'.' && c2 == L'.') {
usr.bin/uniq/uniq.c
287
int c1, c2;
usr.bin/uniq/uniq.c
293
c2 = (unsigned char)*(s2 - 1);
usr.bin/uniq/uniq.c
297
if (c2 == '\n')
usr.bin/uniq/uniq.c
298
c2 = '\0';
usr.bin/uniq/uniq.c
299
return (c1 - c2);
usr.sbin/bhyve/amd64/vga.c
402
uint8_t c0, c1, c2, c3;
usr.sbin/bhyve/amd64/vga.c
444
c2 = sc->vga_gc.gc_latch2;
usr.sbin/bhyve/amd64/vga.c
464
c2 = (enb_set_reset & 4) ? (c2 & ~mask) : (val & mask);
usr.sbin/bhyve/amd64/vga.c
469
c2 |= m2;
usr.sbin/bhyve/amd64/vga.c
480
c2 = enb_set_reset & 4 ? c2 & m2 : val & m2;
usr.sbin/bhyve/amd64/vga.c
491
c2 = enb_set_reset & 4 ? c2 | m2 : val | m2;
usr.sbin/bhyve/amd64/vga.c
502
c2 = enb_set_reset & 4 ? c2 ^ m2 : val ^ m2;
usr.sbin/bhyve/amd64/vga.c
523
c2 &= ~mask;
usr.sbin/bhyve/amd64/vga.c
528
c2 |= m2;
usr.sbin/bhyve/amd64/vga.c
539
c2 &= m2;
usr.sbin/bhyve/amd64/vga.c
550
c2 |= m2;
usr.sbin/bhyve/amd64/vga.c
561
c2 ^= m2;
usr.sbin/bhyve/amd64/vga.c
582
c2 &= ~mask;
usr.sbin/bhyve/amd64/vga.c
587
c2 |= m2;
usr.sbin/bhyve/amd64/vga.c
598
c2 &= m2;
usr.sbin/bhyve/amd64/vga.c
609
c2 |= m2;
usr.sbin/bhyve/amd64/vga.c
620
c2 ^= m2;
usr.sbin/bhyve/amd64/vga.c
638
sc->vga_ram[offset + 2*64*KB] = c2;
usr.sbin/bhyve/amd64/vga.c
646
sc->vga_ram[offset + 2*64*KB] = c2;
usr.sbin/kbdcontrol/kbdcontrol.c
348
int c1, c2;
usr.sbin/kbdcontrol/kbdcontrol.c
384
c2 = letter;
usr.sbin/kbdcontrol/kbdcontrol.c
387
c2 = number;
usr.sbin/kbdcontrol/kbdcontrol.c
399
map->acc[accent].map[i][1] = c2;
usr.sbin/makefs/cd9660.c
875
char c1, c2;
usr.sbin/makefs/cd9660.c
881
c2 = second[p2];
usr.sbin/makefs/cd9660.c
882
if (c1 == '.' && c2 =='.')
usr.sbin/makefs/cd9660.c
887
} else if (c2 == '.') {
usr.sbin/makefs/cd9660.c
889
c2 = ' ';
usr.sbin/makefs/cd9660.c
895
if (c1 < c2)
usr.sbin/makefs/cd9660.c
897
else if (c1 > c2) {
usr.sbin/makefs/cd9660.c
908
c2 = second[p2];
usr.sbin/makefs/cd9660.c
909
if (c1 == ';' && c2 == ';')
usr.sbin/makefs/cd9660.c
914
} else if (c2 == ';') {
usr.sbin/makefs/cd9660.c
916
c2 = ' ';
usr.sbin/makefs/cd9660.c
922
if (c1 < c2)
usr.sbin/makefs/cd9660.c
924
else if (c1 > c2)
usr.sbin/sa/main.c
389
struct cmdinfo c1, c2;
usr.sbin/sa/main.c
393
memcpy(&c2, d2->data, sizeof(c2));
usr.sbin/sa/main.c
396
t2 = c2.ci_utime + c2.ci_stime;
usr.sbin/sa/main.c
401
return (cmp_comm(c1.ci_comm, c2.ci_comm));
usr.sbin/sa/main.c
410
struct cmdinfo c1, c2;
usr.sbin/sa/main.c
414
memcpy(&c2, d2->data, sizeof(c2));
usr.sbin/sa/main.c
419
t2 = c2.ci_utime + c2.ci_stime;
usr.sbin/sa/main.c
420
t2 /= (double) (c2.ci_calls ? c2.ci_calls : 1);
usr.sbin/sa/main.c
425
return (cmp_comm(c1.ci_comm, c2.ci_comm));
usr.sbin/sa/main.c
434
struct cmdinfo c1, c2;
usr.sbin/sa/main.c
437
memcpy(&c2, d2->data, sizeof(c2));
usr.sbin/sa/main.c
439
if (c1.ci_io < c2.ci_io)
usr.sbin/sa/main.c
441
else if (c1.ci_io == c2.ci_io)
usr.sbin/sa/main.c
442
return (cmp_comm(c1.ci_comm, c2.ci_comm));
usr.sbin/sa/main.c
451
struct cmdinfo c1, c2;
usr.sbin/sa/main.c
455
memcpy(&c2, d2->data, sizeof(c2));
usr.sbin/sa/main.c
458
n2 = c2.ci_io / (double) (c2.ci_calls ? c2.ci_calls : 1);
usr.sbin/sa/main.c
463
return (cmp_comm(c1.ci_comm, c2.ci_comm));
usr.sbin/sa/main.c
472
struct cmdinfo c1, c2;
usr.sbin/sa/main.c
475
memcpy(&c2, d2->data, sizeof(c2));
usr.sbin/sa/main.c
477
if (c1.ci_mem < c2.ci_mem)
usr.sbin/sa/main.c
479
else if (c1.ci_mem == c2.ci_mem)
usr.sbin/sa/main.c
480
return (cmp_comm(c1.ci_comm, c2.ci_comm));
usr.sbin/sa/main.c
489
struct cmdinfo c1, c2;
usr.sbin/sa/main.c
494
memcpy(&c2, d2->data, sizeof(c2));
usr.sbin/sa/main.c
497
t2 = c2.ci_utime + c2.ci_stime;
usr.sbin/sa/main.c
500
n2 = c2.ci_mem / (t2 ? t2 : 1);
usr.sbin/sa/main.c
505
return (cmp_comm(c1.ci_comm, c2.ci_comm));
usr.sbin/sa/main.c
514
struct cmdinfo c1, c2;
usr.sbin/sa/main.c
517
memcpy(&c2, d2->data, sizeof(c2));
usr.sbin/sa/main.c
519
if (c1.ci_calls < c2.ci_calls)
usr.sbin/sa/main.c
521
else if (c1.ci_calls == c2.ci_calls)
usr.sbin/sa/main.c
522
return (cmp_comm(c1.ci_comm, c2.ci_comm));