Symbol: a1
bin/ed/main.c
1098
line_t *b1, *a1, *b2, *a2;
bin/ed/main.c
1113
a1 = get_addressed_line_node(n);
bin/ed/main.c
1125
REQUE(a1->q_back, a2);
bin/ed/main.c
1126
REQUE(b1, a1);
bin/sh/alias.c
158
const struct alias *const *a1 = p1;
bin/sh/alias.c
161
return strcmp((*a1)->name, (*a2)->name);
cddl/lib/libdtrace/libproc_compat.h
38
#define Psetrun(p, a1, a2) proc_continue((p))
crypto/heimdal/appl/ftp/ftp/ftp.c
1209
int a0, a1, a2, a3, p0, p1;
crypto/heimdal/appl/ftp/ftp/ftp.c
1219
&a0, &a1, &a2, &a3, &p0, &p1) != 6) {
crypto/heimdal/appl/ftp/ftp/ftp.c
1225
a1 < 0 || a1 > 255 ||
crypto/heimdal/appl/ftp/ftp/ftp.c
1235
sin4->sin_addr.s_addr = htonl ((a0 << 24) | (a1 << 16) |
crypto/heimdal/base/test_base.c
72
heim_number_t a1 = heim_number_create(1);
crypto/heimdal/base/test_base.c
79
heim_dict_add_value(dict, a1, a2);
crypto/heimdal/base/test_base.c
83
heim_dict_delete_key(dict, a1);
crypto/heimdal/base/test_base.c
85
heim_release(a1);
crypto/heimdal/lib/asn1/der_put.c
541
_heim_der_set_sort(const void *a1, const void *a2)
crypto/heimdal/lib/asn1/der_put.c
543
const struct heim_octet_string *s1 = a1, *s2 = a2;
crypto/krb5/src/include/k5-int.h
2269
authdata_eq(krb5_authdata a1, krb5_authdata a2)
crypto/krb5/src/include/k5-int.h
2271
return (a1.ad_type == a2.ad_type && a1.length == a2.length &&
crypto/krb5/src/include/k5-int.h
2272
(a1.length == 0 || !memcmp(a1.contents, a2.contents, a1.length)));
crypto/krb5/src/lib/rpc/svc_udp.c
523
# define EQADDR(a1, a2) (memcmp((char*)&a1, (char*)&a2, sizeof(a1)) == 0)
crypto/libecc/src/hash/belt-hash.c
286
u64 a0, a1, b, c;
crypto/libecc/src/hash/belt-hash.c
289
GET_UINT64_LE(a1, (const u8*)(ctx->belt_hash_state), 8);
crypto/libecc/src/hash/belt-hash.c
296
a1 += 1;
crypto/libecc/src/hash/belt-hash.c
301
PUT_UINT64_LE(a1, (u8*)(ctx->belt_hash_state), 8);
crypto/openssh/libcrux_mlkem768_sha3.h
129
#define Eurydice_array_eq(sz, a1, a2, t, _) \
crypto/openssh/libcrux_mlkem768_sha3.h
130
(memcmp(a1, a2, sz * sizeof(t)) == 0)
crypto/openssh/libcrux_mlkem768_sha3.h
132
sz, a1, a2, t, _, _ret_t) \
crypto/openssh/libcrux_mlkem768_sha3.h
133
Eurydice_array_eq(sz, a1, a2, t, _)
crypto/openssh/libcrux_mlkem768_sha3.h
135
sz, a1, a2, t, _, _ret_t) \
crypto/openssh/libcrux_mlkem768_sha3.h
136
Eurydice_array_eq(sz, a1, ((a2)->ptr), t, _)
crypto/openssh/regress/unittests/test_helper/test_helper.c
341
test_header(const char *file, int line, const char *a1, const char *a2,
crypto/openssh/regress/unittests/test_helper/test_helper.c
348
name, pred_name(pred), a1,
crypto/openssh/regress/unittests/test_helper/test_helper.c
354
assert_bignum(const char *file, int line, const char *a1, const char *a2,
crypto/openssh/regress/unittests/test_helper/test_helper.c
360
test_header(file, line, a1, a2, "BIGNUM", pred);
crypto/openssh/regress/unittests/test_helper/test_helper.c
361
fprintf(stderr, "%12s = 0x%s\n", a1, BN_bn2hex(aa1));
crypto/openssh/regress/unittests/test_helper/test_helper.c
368
assert_string(const char *file, int line, const char *a1, const char *a2,
crypto/openssh/regress/unittests/test_helper/test_helper.c
374
assert_ptr(file, line, a1, "NULL", aa1, NULL, TEST_NE);
crypto/openssh/regress/unittests/test_helper/test_helper.c
379
test_header(file, line, a1, a2, "STRING", pred);
crypto/openssh/regress/unittests/test_helper/test_helper.c
380
fprintf(stderr, "%12s = %s (len %zu)\n", a1, aa1, strlen(aa1));
crypto/openssh/regress/unittests/test_helper/test_helper.c
403
assert_mem(const char *file, int line, const char *a1, const char *a2,
crypto/openssh/regress/unittests/test_helper/test_helper.c
413
assert_ptr(file, line, a1, "NULL", aa1, NULL, TEST_NE);
crypto/openssh/regress/unittests/test_helper/test_helper.c
418
test_header(file, line, a1, a2, "STRING", pred);
crypto/openssh/regress/unittests/test_helper/test_helper.c
421
fprintf(stderr, "%12s = %s (len %zu)\n", a1, aa1_tohex, l);
crypto/openssh/regress/unittests/test_helper/test_helper.c
443
assert_mem_filled(const char *file, int line, const char *a1,
crypto/openssh/regress/unittests/test_helper/test_helper.c
454
assert_ptr(file, line, a1, "NULL", aa1, NULL, TEST_NE);
crypto/openssh/regress/unittests/test_helper/test_helper.c
458
test_header(file, line, a1, NULL, "MEM_ZERO", pred);
crypto/openssh/regress/unittests/test_helper/test_helper.c
460
fprintf(stderr, "%20s = %s%s (len %zu)\n", a1,
crypto/openssh/regress/unittests/test_helper/test_helper.c
463
snprintf(tmp, sizeof(tmp), "(%s)[%zu]", a1, where);
crypto/openssh/regress/unittests/test_helper/test_helper.c
470
assert_int(const char *file, int line, const char *a1, const char *a2,
crypto/openssh/regress/unittests/test_helper/test_helper.c
474
test_header(file, line, a1, a2, "INT", pred);
crypto/openssh/regress/unittests/test_helper/test_helper.c
475
fprintf(stderr, "%12s = %d\n", a1, aa1);
crypto/openssh/regress/unittests/test_helper/test_helper.c
481
assert_size_t(const char *file, int line, const char *a1, const char *a2,
crypto/openssh/regress/unittests/test_helper/test_helper.c
485
test_header(file, line, a1, a2, "SIZE_T", pred);
crypto/openssh/regress/unittests/test_helper/test_helper.c
486
fprintf(stderr, "%12s = %zu\n", a1, aa1);
crypto/openssh/regress/unittests/test_helper/test_helper.c
492
assert_u_int(const char *file, int line, const char *a1, const char *a2,
crypto/openssh/regress/unittests/test_helper/test_helper.c
496
test_header(file, line, a1, a2, "U_INT", pred);
crypto/openssh/regress/unittests/test_helper/test_helper.c
497
fprintf(stderr, "%12s = %u / 0x%x\n", a1, aa1, aa1);
crypto/openssh/regress/unittests/test_helper/test_helper.c
503
assert_long(const char *file, int line, const char *a1, const char *a2,
crypto/openssh/regress/unittests/test_helper/test_helper.c
507
test_header(file, line, a1, a2, "LONG", pred);
crypto/openssh/regress/unittests/test_helper/test_helper.c
508
fprintf(stderr, "%12s = %ld / 0x%lx\n", a1, aa1, aa1);
crypto/openssh/regress/unittests/test_helper/test_helper.c
514
assert_long_long(const char *file, int line, const char *a1, const char *a2,
crypto/openssh/regress/unittests/test_helper/test_helper.c
518
test_header(file, line, a1, a2, "LONG LONG", pred);
crypto/openssh/regress/unittests/test_helper/test_helper.c
519
fprintf(stderr, "%12s = %lld / 0x%llx\n", a1, aa1, aa1);
crypto/openssh/regress/unittests/test_helper/test_helper.c
525
assert_char(const char *file, int line, const char *a1, const char *a2,
crypto/openssh/regress/unittests/test_helper/test_helper.c
531
test_header(file, line, a1, a2, "CHAR", pred);
crypto/openssh/regress/unittests/test_helper/test_helper.c
532
fprintf(stderr, "%12s = '%s' / 0x02%x\n", a1,
crypto/openssh/regress/unittests/test_helper/test_helper.c
534
fprintf(stderr, "%12s = '%s' / 0x02%x\n", a1,
crypto/openssh/regress/unittests/test_helper/test_helper.c
540
assert_u8(const char *file, int line, const char *a1, const char *a2,
crypto/openssh/regress/unittests/test_helper/test_helper.c
544
test_header(file, line, a1, a2, "U8", pred);
crypto/openssh/regress/unittests/test_helper/test_helper.c
545
fprintf(stderr, "%12s = 0x%02x %u\n", a1, aa1, aa1);
crypto/openssh/regress/unittests/test_helper/test_helper.c
551
assert_u16(const char *file, int line, const char *a1, const char *a2,
crypto/openssh/regress/unittests/test_helper/test_helper.c
555
test_header(file, line, a1, a2, "U16", pred);
crypto/openssh/regress/unittests/test_helper/test_helper.c
556
fprintf(stderr, "%12s = 0x%04x %u\n", a1, aa1, aa1);
crypto/openssh/regress/unittests/test_helper/test_helper.c
562
assert_u32(const char *file, int line, const char *a1, const char *a2,
crypto/openssh/regress/unittests/test_helper/test_helper.c
566
test_header(file, line, a1, a2, "U32", pred);
crypto/openssh/regress/unittests/test_helper/test_helper.c
567
fprintf(stderr, "%12s = 0x%08x %u\n", a1, aa1, aa1);
crypto/openssh/regress/unittests/test_helper/test_helper.c
573
assert_u64(const char *file, int line, const char *a1, const char *a2,
crypto/openssh/regress/unittests/test_helper/test_helper.c
577
test_header(file, line, a1, a2, "U64", pred);
crypto/openssh/regress/unittests/test_helper/test_helper.c
578
fprintf(stderr, "%12s = 0x%016llx %llu\n", a1,
crypto/openssh/regress/unittests/test_helper/test_helper.c
586
assert_ptr(const char *file, int line, const char *a1, const char *a2,
crypto/openssh/regress/unittests/test_helper/test_helper.c
590
test_header(file, line, a1, a2, "PTR", pred);
crypto/openssh/regress/unittests/test_helper/test_helper.c
591
fprintf(stderr, "%12s = %p\n", a1, aa1);
crypto/openssh/regress/unittests/test_helper/test_helper.h
100
const char *a1, const char *a2,
crypto/openssh/regress/unittests/test_helper/test_helper.h
108
#define ASSERT_BIGNUM_EQ(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
109
assert_bignum(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_EQ)
crypto/openssh/regress/unittests/test_helper/test_helper.h
110
#define ASSERT_STRING_EQ(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
111
assert_string(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_EQ)
crypto/openssh/regress/unittests/test_helper/test_helper.h
112
#define ASSERT_MEM_EQ(a1, a2, l) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
113
assert_mem(__FILE__, __LINE__, #a1, #a2, a1, a2, l, TEST_EQ)
crypto/openssh/regress/unittests/test_helper/test_helper.h
114
#define ASSERT_MEM_FILLED_EQ(a1, c, l) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
115
assert_mem_filled(__FILE__, __LINE__, #a1, a1, c, l, TEST_EQ)
crypto/openssh/regress/unittests/test_helper/test_helper.h
116
#define ASSERT_MEM_ZERO_EQ(a1, l) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
117
assert_mem_filled(__FILE__, __LINE__, #a1, a1, '\0', l, TEST_EQ)
crypto/openssh/regress/unittests/test_helper/test_helper.h
118
#define ASSERT_INT_EQ(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
119
assert_int(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_EQ)
crypto/openssh/regress/unittests/test_helper/test_helper.h
120
#define ASSERT_SIZE_T_EQ(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
121
assert_size_t(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_EQ)
crypto/openssh/regress/unittests/test_helper/test_helper.h
122
#define ASSERT_U_INT_EQ(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
123
assert_u_int(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_EQ)
crypto/openssh/regress/unittests/test_helper/test_helper.h
124
#define ASSERT_LONG_EQ(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
125
assert_long(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_EQ)
crypto/openssh/regress/unittests/test_helper/test_helper.h
126
#define ASSERT_LONG_LONG_EQ(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
127
assert_long_long(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_EQ)
crypto/openssh/regress/unittests/test_helper/test_helper.h
128
#define ASSERT_CHAR_EQ(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
129
assert_char(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_EQ)
crypto/openssh/regress/unittests/test_helper/test_helper.h
130
#define ASSERT_PTR_EQ(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
131
assert_ptr(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_EQ)
crypto/openssh/regress/unittests/test_helper/test_helper.h
132
#define ASSERT_U8_EQ(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
133
assert_u8(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_EQ)
crypto/openssh/regress/unittests/test_helper/test_helper.h
134
#define ASSERT_U16_EQ(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
135
assert_u16(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_EQ)
crypto/openssh/regress/unittests/test_helper/test_helper.h
136
#define ASSERT_U32_EQ(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
137
assert_u32(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_EQ)
crypto/openssh/regress/unittests/test_helper/test_helper.h
138
#define ASSERT_U64_EQ(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
139
assert_u64(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_EQ)
crypto/openssh/regress/unittests/test_helper/test_helper.h
141
#define ASSERT_BIGNUM_NE(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
142
assert_bignum(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_NE)
crypto/openssh/regress/unittests/test_helper/test_helper.h
143
#define ASSERT_STRING_NE(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
144
assert_string(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_NE)
crypto/openssh/regress/unittests/test_helper/test_helper.h
145
#define ASSERT_MEM_NE(a1, a2, l) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
146
assert_mem(__FILE__, __LINE__, #a1, #a2, a1, a2, l, TEST_NE)
crypto/openssh/regress/unittests/test_helper/test_helper.h
147
#define ASSERT_MEM_ZERO_NE(a1, l) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
148
assert_mem_filled(__FILE__, __LINE__, #a1, a1, '\0', l, TEST_NE)
crypto/openssh/regress/unittests/test_helper/test_helper.h
149
#define ASSERT_INT_NE(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
150
assert_int(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_NE)
crypto/openssh/regress/unittests/test_helper/test_helper.h
151
#define ASSERT_SIZE_T_NE(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
152
assert_size_t(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_NE)
crypto/openssh/regress/unittests/test_helper/test_helper.h
153
#define ASSERT_U_INT_NE(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
154
assert_u_int(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_NE)
crypto/openssh/regress/unittests/test_helper/test_helper.h
155
#define ASSERT_LONG_NE(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
156
assert_long(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_NE)
crypto/openssh/regress/unittests/test_helper/test_helper.h
157
#define ASSERT_LONG_LONG_NE(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
158
assert_long_long(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_NE)
crypto/openssh/regress/unittests/test_helper/test_helper.h
159
#define ASSERT_CHAR_NE(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
160
assert_char(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_NE)
crypto/openssh/regress/unittests/test_helper/test_helper.h
161
#define ASSERT_PTR_NE(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
162
assert_ptr(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_NE)
crypto/openssh/regress/unittests/test_helper/test_helper.h
163
#define ASSERT_U8_NE(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
164
assert_u8(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_NE)
crypto/openssh/regress/unittests/test_helper/test_helper.h
165
#define ASSERT_U16_NE(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
166
assert_u16(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_NE)
crypto/openssh/regress/unittests/test_helper/test_helper.h
167
#define ASSERT_U32_NE(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
168
assert_u32(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_NE)
crypto/openssh/regress/unittests/test_helper/test_helper.h
169
#define ASSERT_U64_NE(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
170
assert_u64(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_NE)
crypto/openssh/regress/unittests/test_helper/test_helper.h
172
#define ASSERT_BIGNUM_LT(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
173
assert_bignum(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_LT)
crypto/openssh/regress/unittests/test_helper/test_helper.h
174
#define ASSERT_STRING_LT(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
175
assert_string(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_LT)
crypto/openssh/regress/unittests/test_helper/test_helper.h
176
#define ASSERT_MEM_LT(a1, a2, l) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
177
assert_mem(__FILE__, __LINE__, #a1, #a2, a1, a2, l, TEST_LT)
crypto/openssh/regress/unittests/test_helper/test_helper.h
178
#define ASSERT_INT_LT(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
179
assert_int(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_LT)
crypto/openssh/regress/unittests/test_helper/test_helper.h
180
#define ASSERT_SIZE_T_LT(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
181
assert_size_t(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_LT)
crypto/openssh/regress/unittests/test_helper/test_helper.h
182
#define ASSERT_U_INT_LT(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
183
assert_u_int(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_LT)
crypto/openssh/regress/unittests/test_helper/test_helper.h
184
#define ASSERT_LONG_LT(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
185
assert_long(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_LT)
crypto/openssh/regress/unittests/test_helper/test_helper.h
186
#define ASSERT_LONG_LONG_LT(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
187
assert_long_long(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_LT)
crypto/openssh/regress/unittests/test_helper/test_helper.h
188
#define ASSERT_CHAR_LT(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
189
assert_char(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_LT)
crypto/openssh/regress/unittests/test_helper/test_helper.h
190
#define ASSERT_PTR_LT(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
191
assert_ptr(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_LT)
crypto/openssh/regress/unittests/test_helper/test_helper.h
192
#define ASSERT_U8_LT(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
193
assert_u8(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_LT)
crypto/openssh/regress/unittests/test_helper/test_helper.h
194
#define ASSERT_U16_LT(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
195
assert_u16(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_LT)
crypto/openssh/regress/unittests/test_helper/test_helper.h
196
#define ASSERT_U32_LT(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
197
assert_u32(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_LT)
crypto/openssh/regress/unittests/test_helper/test_helper.h
198
#define ASSERT_U64_LT(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
199
assert_u64(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_LT)
crypto/openssh/regress/unittests/test_helper/test_helper.h
201
#define ASSERT_BIGNUM_LE(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
202
assert_bignum(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_LE)
crypto/openssh/regress/unittests/test_helper/test_helper.h
203
#define ASSERT_STRING_LE(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
204
assert_string(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_LE)
crypto/openssh/regress/unittests/test_helper/test_helper.h
205
#define ASSERT_MEM_LE(a1, a2, l) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
206
assert_mem(__FILE__, __LINE__, #a1, #a2, a1, a2, l, TEST_LE)
crypto/openssh/regress/unittests/test_helper/test_helper.h
207
#define ASSERT_INT_LE(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
208
assert_int(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_LE)
crypto/openssh/regress/unittests/test_helper/test_helper.h
209
#define ASSERT_SIZE_T_LE(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
210
assert_size_t(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_LE)
crypto/openssh/regress/unittests/test_helper/test_helper.h
211
#define ASSERT_U_INT_LE(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
212
assert_u_int(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_LE)
crypto/openssh/regress/unittests/test_helper/test_helper.h
213
#define ASSERT_LONG_LE(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
214
assert_long(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_LE)
crypto/openssh/regress/unittests/test_helper/test_helper.h
215
#define ASSERT_LONG_LONG_LE(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
216
assert_long_long(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_LE)
crypto/openssh/regress/unittests/test_helper/test_helper.h
217
#define ASSERT_CHAR_LE(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
218
assert_char(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_LE)
crypto/openssh/regress/unittests/test_helper/test_helper.h
219
#define ASSERT_PTR_LE(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
220
assert_ptr(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_LE)
crypto/openssh/regress/unittests/test_helper/test_helper.h
221
#define ASSERT_U8_LE(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
222
assert_u8(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_LE)
crypto/openssh/regress/unittests/test_helper/test_helper.h
223
#define ASSERT_U16_LE(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
224
assert_u16(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_LE)
crypto/openssh/regress/unittests/test_helper/test_helper.h
225
#define ASSERT_U32_LE(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
226
assert_u32(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_LE)
crypto/openssh/regress/unittests/test_helper/test_helper.h
227
#define ASSERT_U64_LE(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
228
assert_u64(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_LE)
crypto/openssh/regress/unittests/test_helper/test_helper.h
230
#define ASSERT_BIGNUM_GT(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
231
assert_bignum(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_GT)
crypto/openssh/regress/unittests/test_helper/test_helper.h
232
#define ASSERT_STRING_GT(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
233
assert_string(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_GT)
crypto/openssh/regress/unittests/test_helper/test_helper.h
234
#define ASSERT_MEM_GT(a1, a2, l) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
235
assert_mem(__FILE__, __LINE__, #a1, #a2, a1, a2, l, TEST_GT)
crypto/openssh/regress/unittests/test_helper/test_helper.h
236
#define ASSERT_INT_GT(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
237
assert_int(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_GT)
crypto/openssh/regress/unittests/test_helper/test_helper.h
238
#define ASSERT_SIZE_T_GT(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
239
assert_size_t(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_GT)
crypto/openssh/regress/unittests/test_helper/test_helper.h
240
#define ASSERT_U_INT_GT(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
241
assert_u_int(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_GT)
crypto/openssh/regress/unittests/test_helper/test_helper.h
242
#define ASSERT_LONG_GT(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
243
assert_long(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_GT)
crypto/openssh/regress/unittests/test_helper/test_helper.h
244
#define ASSERT_LONG_LONG_GT(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
245
assert_long_long(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_GT)
crypto/openssh/regress/unittests/test_helper/test_helper.h
246
#define ASSERT_CHAR_GT(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
247
assert_char(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_GT)
crypto/openssh/regress/unittests/test_helper/test_helper.h
248
#define ASSERT_PTR_GT(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
249
assert_ptr(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_GT)
crypto/openssh/regress/unittests/test_helper/test_helper.h
250
#define ASSERT_U8_GT(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
251
assert_u8(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_GT)
crypto/openssh/regress/unittests/test_helper/test_helper.h
252
#define ASSERT_U16_GT(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
253
assert_u16(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_GT)
crypto/openssh/regress/unittests/test_helper/test_helper.h
254
#define ASSERT_U32_GT(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
255
assert_u32(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_GT)
crypto/openssh/regress/unittests/test_helper/test_helper.h
256
#define ASSERT_U64_GT(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
257
assert_u64(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_GT)
crypto/openssh/regress/unittests/test_helper/test_helper.h
259
#define ASSERT_BIGNUM_GE(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
260
assert_bignum(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_GE)
crypto/openssh/regress/unittests/test_helper/test_helper.h
261
#define ASSERT_STRING_GE(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
262
assert_string(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_GE)
crypto/openssh/regress/unittests/test_helper/test_helper.h
263
#define ASSERT_MEM_GE(a1, a2, l) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
264
assert_mem(__FILE__, __LINE__, #a1, #a2, a1, a2, l, TEST_GE)
crypto/openssh/regress/unittests/test_helper/test_helper.h
265
#define ASSERT_INT_GE(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
266
assert_int(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_GE)
crypto/openssh/regress/unittests/test_helper/test_helper.h
267
#define ASSERT_SIZE_T_GE(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
268
assert_size_t(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_GE)
crypto/openssh/regress/unittests/test_helper/test_helper.h
269
#define ASSERT_U_INT_GE(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
270
assert_u_int(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_GE)
crypto/openssh/regress/unittests/test_helper/test_helper.h
271
#define ASSERT_LONG_GE(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
272
assert_long(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_GE)
crypto/openssh/regress/unittests/test_helper/test_helper.h
273
#define ASSERT_LONG_LONG_GE(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
274
assert_long_long(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_GE)
crypto/openssh/regress/unittests/test_helper/test_helper.h
275
#define ASSERT_CHAR_GE(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
276
assert_char(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_GE)
crypto/openssh/regress/unittests/test_helper/test_helper.h
277
#define ASSERT_PTR_GE(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
278
assert_ptr(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_GE)
crypto/openssh/regress/unittests/test_helper/test_helper.h
279
#define ASSERT_U8_GE(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
280
assert_u8(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_GE)
crypto/openssh/regress/unittests/test_helper/test_helper.h
281
#define ASSERT_U16_GE(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
282
assert_u16(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_GE)
crypto/openssh/regress/unittests/test_helper/test_helper.h
283
#define ASSERT_U32_GE(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
284
assert_u32(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_GE)
crypto/openssh/regress/unittests/test_helper/test_helper.h
285
#define ASSERT_U64_GE(a1, a2) \
crypto/openssh/regress/unittests/test_helper/test_helper.h
286
assert_u64(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_GE)
crypto/openssh/regress/unittests/test_helper/test_helper.h
57
const char *a1, const char *a2,
crypto/openssh/regress/unittests/test_helper/test_helper.h
61
const char *a1, const char *a2,
crypto/openssh/regress/unittests/test_helper/test_helper.h
64
const char *a1, const char *a2,
crypto/openssh/regress/unittests/test_helper/test_helper.h
67
const char *a1,
crypto/openssh/regress/unittests/test_helper/test_helper.h
70
const char *a1, const char *a2,
crypto/openssh/regress/unittests/test_helper/test_helper.h
73
const char *a1, const char *a2,
crypto/openssh/regress/unittests/test_helper/test_helper.h
76
const char *a1, const char *a2,
crypto/openssh/regress/unittests/test_helper/test_helper.h
79
const char *a1, const char *a2,
crypto/openssh/regress/unittests/test_helper/test_helper.h
82
const char *a1, const char *a2,
crypto/openssh/regress/unittests/test_helper/test_helper.h
85
const char *a1, const char *a2,
crypto/openssh/regress/unittests/test_helper/test_helper.h
88
const char *a1, const char *a2,
crypto/openssh/regress/unittests/test_helper/test_helper.h
91
const char *a1, const char *a2,
crypto/openssh/regress/unittests/test_helper/test_helper.h
94
const char *a1, const char *a2,
crypto/openssh/regress/unittests/test_helper/test_helper.h
97
const char *a1, const char *a2,
crypto/openssh/smult_curve25519_ref.c
133
unsigned int a1[64];
crypto/openssh/smult_curve25519_ref.c
158
add(a1,xzm1b,xzm1b + 32);
crypto/openssh/smult_curve25519_ref.c
159
sub(a1 + 32,xzm1b,xzm1b + 32);
crypto/openssh/smult_curve25519_ref.c
162
mult(b1,a1,a0 + 32);
crypto/openssh/smult_curve25519_ref.c
163
mult(b1 + 32,a1 + 32,a0);
crypto/openssh/sntrup761.c
1893
static Fq Fq_recip(Fq a1) {
crypto/openssh/sntrup761.c
1895
Fq ai = a1;
crypto/openssh/sntrup761.c
1897
ai = Fq_freeze(a1 * (int32_t)ai);
crypto/openssl/apps/cmp.c
792
#define CMP_print(bio, level, prefix, msg, a1, a2, a3) \
crypto/openssl/apps/cmp.c
793
((void)(level > opt_verbosity ? 0 : (BIO_printf(bio, "%s:%s:%d:CMP %s: " msg "\n", FUNC, OPENSSL_FILE, OPENSSL_LINE, prefix, a1, a2, a3))))
crypto/openssl/apps/cmp.c
794
#define CMP_DEBUG(m, a1, a2, a3) \
crypto/openssl/apps/cmp.c
795
CMP_print(bio_out, OSSL_CMP_LOG_DEBUG, "debug", m, a1, a2, a3)
crypto/openssl/apps/cmp.c
797
#define CMP_debug1(msg, a1) CMP_DEBUG(msg "%s%s", a1, "", "")
crypto/openssl/apps/cmp.c
798
#define CMP_debug2(msg, a1, a2) CMP_DEBUG(msg "%s", a1, a2, "")
crypto/openssl/apps/cmp.c
799
#define CMP_debug3(msg, a1, a2, a3) CMP_DEBUG(msg, a1, a2, a3)
crypto/openssl/apps/cmp.c
800
#define CMP_INFO(msg, a1, a2, a3) \
crypto/openssl/apps/cmp.c
801
CMP_print(bio_out, OSSL_CMP_LOG_INFO, "info", msg, a1, a2, a3)
crypto/openssl/apps/cmp.c
803
#define CMP_info1(msg, a1) CMP_INFO(msg "%s%s", a1, "", "")
crypto/openssl/apps/cmp.c
804
#define CMP_info2(msg, a1, a2) CMP_INFO(msg "%s", a1, a2, "")
crypto/openssl/apps/cmp.c
805
#define CMP_info3(msg, a1, a2, a3) CMP_INFO(msg, a1, a2, a3)
crypto/openssl/apps/cmp.c
806
#define CMP_WARN(m, a1, a2, a3) \
crypto/openssl/apps/cmp.c
807
CMP_print(bio_out, OSSL_CMP_LOG_WARNING, "warning", m, a1, a2, a3)
crypto/openssl/apps/cmp.c
809
#define CMP_warn1(msg, a1) CMP_WARN(msg "%s%s", a1, "", "")
crypto/openssl/apps/cmp.c
810
#define CMP_warn2(msg, a1, a2) CMP_WARN(msg "%s", a1, a2, "")
crypto/openssl/apps/cmp.c
811
#define CMP_warn3(msg, a1, a2, a3) CMP_WARN(msg, a1, a2, a3)
crypto/openssl/apps/cmp.c
812
#define CMP_ERR(msg, a1, a2, a3) \
crypto/openssl/apps/cmp.c
813
CMP_print(bio_err, OSSL_CMP_LOG_ERR, "error", msg, a1, a2, a3)
crypto/openssl/apps/cmp.c
815
#define CMP_err1(msg, a1) CMP_ERR(msg "%s%s", a1, "", "")
crypto/openssl/apps/cmp.c
816
#define CMP_err2(msg, a1, a2) CMP_ERR(msg "%s", a1, a2, "")
crypto/openssl/apps/cmp.c
817
#define CMP_err3(msg, a1, a2, a3) CMP_ERR(msg, a1, a2, a3)
crypto/openssl/apps/lib/http_server.c
43
#define log_HTTP3(prog, level, fmt, a1, a2, a3) \
crypto/openssl/apps/lib/http_server.c
44
trace_log_message(OSSL_TRACE_CATEGORY_HTTP, prog, level, fmt, a1, a2, a3)
crypto/openssl/crypto/aes/aes_core.c
147
u32 x, y, a1, a2, a3, a4, a5, a6;
crypto/openssl/crypto/aes/aes_core.c
163
a1 = x;
crypto/openssl/crypto/aes/aes_core.c
164
a1 ^= (x & 0xF0F0F0F0u) >> 4;
crypto/openssl/crypto/aes/aes_core.c
166
a3 = x & a1;
crypto/openssl/crypto/aes/aes_core.c
168
a3 ^= (((x << 1) & a1) ^ ((a1 << 1) & x)) & 0xAAAAAAAAu;
crypto/openssl/crypto/aes/aes_core.c
169
a4 = a2 & a1;
crypto/openssl/crypto/aes/aes_core.c
171
a4 ^= (((a2 << 1) & a1) ^ ((a1 << 1) & a2)) & 0xAAAAAAAAu;
crypto/openssl/crypto/aes/aes_core.c
206
a2 = ((a1 & 0xCCCCCCCCu) >> 2) | ((a1 & 0x33333333u) << 2);
crypto/openssl/crypto/aes/aes_core.c
207
x = a1 & a3;
crypto/openssl/crypto/aes/aes_core.c
209
x ^= (((a1 << 1) & a3) ^ ((a3 << 1) & a1)) & 0xAAAAAAAAu;
crypto/openssl/crypto/aes/aes_core.c
238
u64 x, y, a1, a2, a3, a4, a5, a6;
crypto/openssl/crypto/aes/aes_core.c
254
a1 = x;
crypto/openssl/crypto/aes/aes_core.c
255
a1 ^= (x & U64(0xF0F0F0F0F0F0F0F0)) >> 4;
crypto/openssl/crypto/aes/aes_core.c
257
a3 = x & a1;
crypto/openssl/crypto/aes/aes_core.c
259
a3 ^= (((x << 1) & a1) ^ ((a1 << 1) & x)) & U64(0xAAAAAAAAAAAAAAAA);
crypto/openssl/crypto/aes/aes_core.c
260
a4 = a2 & a1;
crypto/openssl/crypto/aes/aes_core.c
262
a4 ^= (((a2 << 1) & a1) ^ ((a1 << 1) & a2)) & U64(0xAAAAAAAAAAAAAAAA);
crypto/openssl/crypto/aes/aes_core.c
297
a2 = ((a1 & U64(0xCCCCCCCCCCCCCCCC)) >> 2) | ((a1 & U64(0x3333333333333333)) << 2);
crypto/openssl/crypto/aes/aes_core.c
298
x = a1 & a3;
crypto/openssl/crypto/aes/aes_core.c
300
x ^= (((a1 << 1) & a3) ^ ((a3 << 1) & a1)) & U64(0xAAAAAAAAAAAAAAAA);
crypto/openssl/crypto/aes/aes_core.c
332
u64 x, y, a1, a2, a3, a4, a5, a6;
crypto/openssl/crypto/aes/aes_core.c
351
a1 = x;
crypto/openssl/crypto/aes/aes_core.c
352
a1 ^= (x & U64(0xF0F0F0F0F0F0F0F0)) >> 4;
crypto/openssl/crypto/aes/aes_core.c
354
a3 = x & a1;
crypto/openssl/crypto/aes/aes_core.c
356
a3 ^= (((x << 1) & a1) ^ ((a1 << 1) & x)) & U64(0xAAAAAAAAAAAAAAAA);
crypto/openssl/crypto/aes/aes_core.c
357
a4 = a2 & a1;
crypto/openssl/crypto/aes/aes_core.c
359
a4 ^= (((a2 << 1) & a1) ^ ((a1 << 1) & a2)) & U64(0xAAAAAAAAAAAAAAAA);
crypto/openssl/crypto/aes/aes_core.c
394
a2 = ((a1 & U64(0xCCCCCCCCCCCCCCCC)) >> 2) | ((a1 & U64(0x3333333333333333)) << 2);
crypto/openssl/crypto/aes/aes_core.c
395
x = a1 & a3;
crypto/openssl/crypto/aes/aes_core.c
397
x ^= (((a1 << 1) & a3) ^ ((a3 << 1) & a1)) & U64(0xAAAAAAAAAAAAAAAA);
crypto/openssl/crypto/bn/bn_exp.c
1443
int BN_mod_exp_mont_consttime_x2(BIGNUM *rr1, const BIGNUM *a1, const BIGNUM *p1,
crypto/openssl/crypto/bn/bn_exp.c
1455
if ((ossl_rsaz_avx512ifma_eligible() || ossl_rsaz_avxifma_eligible()) && (((a1->top == 16) && (p1->top == 16) && (BN_num_bits(m1) == 1024) && (a2->top == 16) && (p2->top == 16) && (BN_num_bits(m2) == 1024)) || ((a1->top == 24) && (p1->top == 24) && (BN_num_bits(m1) == 1536) && (a2->top == 24) && (p2->top == 24) && (BN_num_bits(m2) == 1536)) || ((a1->top == 32) && (p1->top == 32) && (BN_num_bits(m1) == 2048) && (a2->top == 32) && (p2->top == 32) && (BN_num_bits(m2) == 2048)))) {
crypto/openssl/crypto/bn/bn_exp.c
1457
int topn = a1->top;
crypto/openssl/crypto/bn/bn_exp.c
1484
ret = ossl_rsaz_mod_exp_avx512_x2(rr1->d, a1->d, p1->d, m1->d,
crypto/openssl/crypto/bn/bn_exp.c
1505
ret = BN_mod_exp_mont_consttime(rr1, a1, p1, m1, ctx, in_mont1);
crypto/openssl/crypto/bn/bn_exp2.c
16
int BN_mod_exp2_mont(BIGNUM *rr, const BIGNUM *a1, const BIGNUM *p1,
crypto/openssl/crypto/bn/bn_exp2.c
28
bn_check_top(a1);
crypto/openssl/crypto/bn/bn_exp2.c
70
if (a1->neg || BN_ucmp(a1, m) >= 0) {
crypto/openssl/crypto/bn/bn_exp2.c
71
if (!BN_mod(val1[0], a1, m, ctx))
crypto/openssl/crypto/bn/bn_exp2.c
75
a_mod_m = a1;
crypto/openssl/crypto/bn/bn_gf2m.c
126
register BN_ULONG a1, a2, a4, a8;
crypto/openssl/crypto/bn/bn_gf2m.c
128
a1 = a & (0x1FFFFFFFFFFFFFFFULL);
crypto/openssl/crypto/bn/bn_gf2m.c
129
a2 = a1 << 1;
crypto/openssl/crypto/bn/bn_gf2m.c
134
tab[1] = a1;
crypto/openssl/crypto/bn/bn_gf2m.c
136
tab[3] = a1 ^ a2;
crypto/openssl/crypto/bn/bn_gf2m.c
138
tab[5] = a1 ^ a4;
crypto/openssl/crypto/bn/bn_gf2m.c
140
tab[7] = a1 ^ a2 ^ a4;
crypto/openssl/crypto/bn/bn_gf2m.c
142
tab[9] = a1 ^ a8;
crypto/openssl/crypto/bn/bn_gf2m.c
144
tab[11] = a1 ^ a2 ^ a8;
crypto/openssl/crypto/bn/bn_gf2m.c
146
tab[13] = a1 ^ a4 ^ a8;
crypto/openssl/crypto/bn/bn_gf2m.c
148
tab[15] = a1 ^ a2 ^ a4 ^ a8;
crypto/openssl/crypto/bn/bn_gf2m.c
223
static void bn_GF2m_mul_2x2(BN_ULONG *r, const BN_ULONG a1, const BN_ULONG a0,
crypto/openssl/crypto/bn/bn_gf2m.c
228
bn_GF2m_mul_1x1(r + 3, r + 2, a1, b1);
crypto/openssl/crypto/bn/bn_gf2m.c
230
bn_GF2m_mul_1x1(&m1, &m0, a0 ^ a1, b0 ^ b1);
crypto/openssl/crypto/bn/bn_gf2m.c
236
void bn_GF2m_mul_2x2(BN_ULONG *r, BN_ULONG a1, BN_ULONG a0, BN_ULONG b1,
crypto/openssl/crypto/bn/bn_gf2m.c
57
register BN_ULONG a1, a2, a4;
crypto/openssl/crypto/bn/bn_gf2m.c
59
a1 = a & (0x3FFFFFFF);
crypto/openssl/crypto/bn/bn_gf2m.c
60
a2 = a1 << 1;
crypto/openssl/crypto/bn/bn_gf2m.c
64
tab[1] = a1;
crypto/openssl/crypto/bn/bn_gf2m.c
66
tab[3] = a1 ^ a2;
crypto/openssl/crypto/bn/bn_gf2m.c
68
tab[5] = a1 ^ a4;
crypto/openssl/crypto/bn/bn_gf2m.c
70
tab[7] = a1 ^ a2 ^ a4;
crypto/openssl/crypto/bn/bn_nist.c
343
#define nist_set_192(to, from, a1, a2, a3) \
crypto/openssl/crypto/bn/bn_nist.c
347
bn_cp_64(to, 2, from, (a1) - 3) \
crypto/openssl/crypto/bn/bn_nist.c
474
#define nist_set_224(to, from, a1, a2, a3, a4, a5, a6, a7) \
crypto/openssl/crypto/bn/bn_nist.c
482
bn_cp_32(to, 6, from, (a1) - 7) \
crypto/openssl/crypto/bn/bn_nist.c
642
#define nist_set_256(to, from, a1, a2, a3, a4, a5, a6, a7, a8) \
crypto/openssl/crypto/bn/bn_nist.c
651
bn_cp_32(to, 7, from, (a1) - 8) \
crypto/openssl/crypto/bn/bn_nist.c
871
#define nist_set_384(to, from, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, a11, a12) \
crypto/openssl/crypto/bn/bn_nist.c
884
bn_cp_32(to, 11, from, (a1) - 12) \
crypto/openssl/crypto/bn/bn_srp.c
20
#define bn_pack4(a1, a2, a3, a4) ((a1##UI64 << 48) | (a2##UI64 << 32) | (a3##UI64 << 16) | a4##UI64)
crypto/openssl/crypto/bn/bn_srp.c
22
#define bn_pack4(a1, a2, a3, a4) ((a1##UL << 48) | (a2##UL << 32) | (a3##UL << 16) | a4##UL)
crypto/openssl/crypto/bn/bn_srp.c
24
#define bn_pack4(a1, a2, a3, a4) ((a1##ULL << 48) | (a2##ULL << 32) | (a3##ULL << 16) | a4##ULL)
crypto/openssl/crypto/bn/bn_srp.c
27
#define bn_pack4(a1, a2, a3, a4) ((a3##UL << 16) | a4##UL), ((a1##UL << 16) | a2##UL)
crypto/openssl/crypto/dsa/dsa_local.h
53
int (*dsa_mod_exp)(DSA *dsa, BIGNUM *rr, const BIGNUM *a1,
crypto/openssl/crypto/ec/curve25519.c
5122
int64_t a1 = kBottom21Bits & (load_4(a + 2) >> 5);
crypto/openssl/crypto/ec/curve25519.c
5206
s1 = c1 + a0 * b1 + a1 * b0;
crypto/openssl/crypto/ec/curve25519.c
5207
s2 = c2 + a0 * b2 + a1 * b1 + a2 * b0;
crypto/openssl/crypto/ec/curve25519.c
5208
s3 = c3 + a0 * b3 + a1 * b2 + a2 * b1 + a3 * b0;
crypto/openssl/crypto/ec/curve25519.c
5209
s4 = c4 + a0 * b4 + a1 * b3 + a2 * b2 + a3 * b1 + a4 * b0;
crypto/openssl/crypto/ec/curve25519.c
5210
s5 = c5 + a0 * b5 + a1 * b4 + a2 * b3 + a3 * b2 + a4 * b1 + a5 * b0;
crypto/openssl/crypto/ec/curve25519.c
5211
s6 = c6 + a0 * b6 + a1 * b5 + a2 * b4 + a3 * b3 + a4 * b2 + a5 * b1 + a6 * b0;
crypto/openssl/crypto/ec/curve25519.c
5212
s7 = c7 + a0 * b7 + a1 * b6 + a2 * b5 + a3 * b4 + a4 * b3 + a5 * b2 + a6 * b1 + a7 * b0;
crypto/openssl/crypto/ec/curve25519.c
5213
s8 = c8 + a0 * b8 + a1 * b7 + a2 * b6 + a3 * b5 + a4 * b4 + a5 * b3 + a6 * b2 + a7 * b1 + a8 * b0;
crypto/openssl/crypto/ec/curve25519.c
5214
s9 = c9 + a0 * b9 + a1 * b8 + a2 * b7 + a3 * b6 + a4 * b5 + a5 * b4 + a6 * b3 + a7 * b2 + a8 * b1 + a9 * b0;
crypto/openssl/crypto/ec/curve25519.c
5215
s10 = c10 + a0 * b10 + a1 * b9 + a2 * b8 + a3 * b7 + a4 * b6 + a5 * b5 + a6 * b4 + a7 * b3 + a8 * b2 + a9 * b1 + a10 * b0;
crypto/openssl/crypto/ec/curve25519.c
5216
s11 = c11 + a0 * b11 + a1 * b10 + a2 * b9 + a3 * b8 + a4 * b7 + a5 * b6 + a6 * b5 + a7 * b4 + a8 * b3 + a9 * b2 + a10 * b1 + a11 * b0;
crypto/openssl/crypto/ec/curve25519.c
5217
s12 = a1 * b11 + a2 * b10 + a3 * b9 + a4 * b8 + a5 * b7 + a6 * b6 + a7 * b5 + a8 * b4 + a9 * b3 + a10 * b2 + a11 * b1;
crypto/openssl/crypto/ec/ec_lib.c
628
BIGNUM *a1, *a2, *a3, *b1, *b2, *b3;
crypto/openssl/crypto/ec/ec_lib.c
650
a1 = BN_CTX_get(ctx);
crypto/openssl/crypto/ec/ec_lib.c
668
if (!a->meth->group_get_curve(a, a1, a2, a3, ctx) || !b->meth->group_get_curve(b, b1, b2, b3, ctx))
crypto/openssl/crypto/ec/ec_lib.c
672
if (r || BN_cmp(a1, b1) != 0 || BN_cmp(a2, b2) != 0 || BN_cmp(a3, b3) != 0)
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
393
uint64_t a1, a2;
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
398
a1 = mod_sub_64(range, *in++);
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
399
a1 |= mod_sub_64(range, *in++) << 13;
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
400
a1 |= mod_sub_64(range, *in++) << 26;
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
401
a1 |= mod_sub_64(range, *in++) << 39;
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
402
a1 |= (a2 = mod_sub_64(range, *in++)) << 52;
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
407
out = OPENSSL_store_u64_le(out, a1);
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
432
uint64_t a1;
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
437
in = OPENSSL_load_u64_le(&a1, in);
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
441
*out++ = mod_sub(range, a1 & mask_13_bits);
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
442
*out++ = mod_sub(range, (a1 >> 13) & mask_13_bits);
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
443
*out++ = mod_sub(range, (a1 >> 26) & mask_13_bits);
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
444
*out++ = mod_sub(range, (a1 >> 39) & mask_13_bits);
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
445
*out++ = mod_sub(range, (a1 >> 52) | ((a2 << 12) & mask_13_bits));
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
517
uint32_t a1, a2;
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
522
in = OPENSSL_load_u32_le(&a1, in);
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
526
*out++ = mod_sub(range, a1 & mask_20_bits);
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
527
*out++ = mod_sub(range, (a1 >> 20) | ((a2 & 0xFF) << 12));
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
598
uint32_t a1, a2, a3;
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
602
in = OPENSSL_load_u32_le(&a1, in);
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
606
*out++ = mod_sub(range, a1 & mask_18_bits);
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
607
*out++ = mod_sub(range, (a1 >> 18) | ((a2 & 0xF) << 14));
crypto/openssl/include/openssl/bn.h
319
int BN_mod_exp2_mont(BIGNUM *r, const BIGNUM *a1, const BIGNUM *p1,
crypto/openssl/include/openssl/bn.h
324
int BN_mod_exp_mont_consttime_x2(BIGNUM *rr1, const BIGNUM *a1, const BIGNUM *p1,
crypto/openssl/test/exptest.c
247
BIGNUM *a1 = NULL;
crypto/openssl/test/exptest.c
269
|| !TEST_ptr(a1 = BN_new())
crypto/openssl/test/exptest.c
277
BN_rand(a1, factor_size, BN_RAND_TOP_ONE, BN_RAND_BOTTOM_ANY);
crypto/openssl/test/exptest.c
284
if (!TEST_true(BN_mod(a1, a1, m1, ctx))
crypto/openssl/test/exptest.c
288
|| !TEST_true(BN_mod_exp_simple(r_simple1, a1, b1, m1, ctx))
crypto/openssl/test/exptest.c
290
|| !TEST_true(BN_mod_exp_mont_consttime_x2(r_mont_const_x2_1, a1, b1, m1, NULL,
crypto/openssl/test/exptest.c
302
BN_print_var(a1);
crypto/openssl/test/exptest.c
321
BN_free(a1);
lib/libc/rpc/auth_time.c
249
int a1, a2, a3, a4;
lib/libc/rpc/auth_time.c
318
sscanf(useua, "%d.%d.%d.%d.", &a1, &a2, &a3, &a4);
lib/libc/rpc/auth_time.c
319
sprintf(ipuaddr, "%d.%d.%d.%d.0.111", a1, a2, a3, a4);
lib/libc/rpc/auth_time.c
374
sscanf(useua, "%d.%d.%d.%d.", &a1, &a2, &a3, &a4);
lib/libc/rpc/auth_time.c
375
sprintf(ut, "%d.%d.%d.%d.0.37", a1, a2, a3, a4);
lib/libproc/proc_sym.c
105
symvalcmp(const void *a1, const void *a2, void *_thunk)
lib/libproc/proc_sym.c
113
i1 = *(const u_int *)a1;
lib/libprocstat/libprocstat.c
2766
struct advlock *a, *a1;
lib/libprocstat/libprocstat.c
2768
STAILQ_FOREACH_SAFE(a, lst, next, a1) {
lib/msun/ld128/e_lgammal_r.c
275
p2 = z*(a1+z*(a3+z*(a5+z*(a7+z*(a9+z*(a11+z*(a13+z*(a15+
lib/msun/ld128/e_lgammal_r.c
37
a1 = 3.22467033424113218236207583323018498e-01L,
lib/msun/ld80/e_lgammal_r.c
312
p2 = z*(a1+z*(a3+z*(a5+z*(a7+z*(a9+z*(a11+z*a13))))));
lib/msun/src/e_lgamma_r.c
250
p2 = z*(a1+z*(a3+z*(a5+z*(a7+z*(a9+z*a11)))));
lib/msun/src/e_lgamma_r.c
92
a1 = 3.22467033424113591611e-01, /* 0x3FD4A34C, 0xC4A60FAD */
lib/msun/src/e_lgammaf_r.c
172
p2 = z*(a1+z*(a3+z*a5));
lib/msun/src/e_lgammaf_r.c
32
a1 = 3.22467119e-01, /* 0x3ea51a69 */
sbin/dump/optr.c
413
datesort(const void *a1, const void *a2)
sbin/dump/optr.c
415
struct dumpdates *d1 = *(struct dumpdates **)a1;
sbin/ipf/ipscan/ipscan_y.y
418
combine(int a1, int a2, int a3, int a4)
sbin/ipf/ipscan/ipscan_y.y
422
a1 &= 0xff;
sbin/ipf/ipscan/ipscan_y.y
423
in.s_addr = a1 << 24;
sbin/ipf/ipsend/dlcommon.c
1253
err(char *fmt, char *a1, char *a2, char *a3, char *a4)
sbin/ipf/ipsend/dlcommon.c
1255
(void) fprintf(stderr, fmt, a1, a2, a3, a4);
sbin/ipf/libipf/parsewhoisline.c
109
addrp->adf_addr.in4 = a1;
sbin/ipf/libipf/parsewhoisline.c
113
maskp->adf_addr.in4.s_addr = ~(a2.s_addr ^ a1.s_addr);
sbin/ipf/libipf/parsewhoisline.c
17
struct in_addr a1, a2;
sbin/ipf/libipf/parsewhoisline.c
98
if (inet_aton(s, &a1) != 1)
sbin/pfctl/parse.y
6161
char a1[6], a2[6], op[13] = "";
sbin/pfctl/parse.y
6164
snprintf(a1, sizeof(a1), "%u", ntohs(addr->port[0]));
sbin/pfctl/parse.y
6169
snprintf(op, sizeof(op), "%s><%s", a1, a2);
sbin/pfctl/parse.y
6171
snprintf(op, sizeof(op), "%s<>%s", a1, a2);
sbin/pfctl/parse.y
6173
snprintf(op, sizeof(op), "%s", a1);
sbin/pfctl/parse.y
6175
snprintf(op, sizeof(op), "!=%s", a1);
sbin/pfctl/parse.y
6177
snprintf(op, sizeof(op), "<%s", a1);
sbin/pfctl/parse.y
6179
snprintf(op, sizeof(op), "<=%s", a1);
sbin/pfctl/parse.y
6181
snprintf(op, sizeof(op), ">%s", a1);
sbin/pfctl/parse.y
6183
snprintf(op, sizeof(op), ">=%s", a1);
sbin/pfctl/pfctl_parser.c
323
print_op(u_int8_t op, const char *a1, const char *a2)
sbin/pfctl/pfctl_parser.c
326
printf(" %s >< %s", a1, a2);
sbin/pfctl/pfctl_parser.c
328
printf(" %s <> %s", a1, a2);
sbin/pfctl/pfctl_parser.c
330
printf(" = %s", a1);
sbin/pfctl/pfctl_parser.c
332
printf(" != %s", a1);
sbin/pfctl/pfctl_parser.c
334
printf(" < %s", a1);
sbin/pfctl/pfctl_parser.c
336
printf(" <= %s", a1);
sbin/pfctl/pfctl_parser.c
338
printf(" > %s", a1);
sbin/pfctl/pfctl_parser.c
340
printf(" >= %s", a1);
sbin/pfctl/pfctl_parser.c
342
printf(" %s:%s", a1, a2);
sbin/pfctl/pfctl_parser.c
348
char a1[6], a2[6];
sbin/pfctl/pfctl_parser.c
357
snprintf(a1, sizeof(a1), "%u", p1);
sbin/pfctl/pfctl_parser.c
363
print_op(op, a1, a2);
sbin/pfctl/pfctl_parser.c
369
char a1[11], a2[11];
sbin/pfctl/pfctl_parser.c
371
snprintf(a1, sizeof(a1), "%ju", (uintmax_t)i1);
sbin/pfctl/pfctl_parser.c
377
print_op(op, a1, a2);
stand/libsa/net.h
55
#define SAMENET(a1, a2, m) ((a1.s_addr & m) == (a2.s_addr & m))
sys/amd64/include/xen/hypercall.h
100
: "1" ((long)(a1)), "2" ((long)(a2)), \
sys/amd64/include/xen/hypercall.h
106
#define _hypercall4(type, name, a1, a2, a3, a4) \
sys/amd64/include/xen/hypercall.h
115
: "1" ((long)(a1)), "2" ((long)(a2)), \
sys/amd64/include/xen/hypercall.h
121
#define _hypercall5(type, name, a1, a2, a3, a4, a5) \
sys/amd64/include/xen/hypercall.h
131
: "1" ((long)(a1)), "2" ((long)(a2)), \
sys/amd64/include/xen/hypercall.h
138
privcmd_hypercall(long op, long a1, long a2, long a3, long a4, long a5)
sys/amd64/include/xen/hypercall.h
153
: "1" ((long)(a1)), "2" ((long)(a2)),
sys/amd64/include/xen/hypercall.h
68
#define _hypercall1(type, name, a1) \
sys/amd64/include/xen/hypercall.h
75
: "1" ((long)(a1)) \
sys/amd64/include/xen/hypercall.h
80
#define _hypercall2(type, name, a1, a2) \
sys/amd64/include/xen/hypercall.h
87
: "1" ((long)(a1)), "2" ((long)(a2)) \
sys/amd64/include/xen/hypercall.h
92
#define _hypercall3(type, name, a1, a2, a3) \
sys/amd64/vmm/io/vatpic.c
100
VM_CTR2((vatpic)->vm, fmt, a1, a2)
sys/amd64/vmm/io/vatpic.c
102
#define VATPIC_CTR3(vatpic, fmt, a1, a2, a3) \
sys/amd64/vmm/io/vatpic.c
103
VM_CTR3((vatpic)->vm, fmt, a1, a2, a3)
sys/amd64/vmm/io/vatpic.c
105
#define VATPIC_CTR4(vatpic, fmt, a1, a2, a3, a4) \
sys/amd64/vmm/io/vatpic.c
106
VM_CTR4((vatpic)->vm, fmt, a1, a2, a3, a4)
sys/amd64/vmm/io/vatpic.c
96
#define VATPIC_CTR1(vatpic, fmt, a1) \
sys/amd64/vmm/io/vatpic.c
97
VM_CTR1((vatpic)->vm, fmt, a1)
sys/amd64/vmm/io/vatpic.c
99
#define VATPIC_CTR2(vatpic, fmt, a1, a2) \
sys/amd64/vmm/io/vioapic.c
75
#define VIOAPIC_CTR1(vioapic, fmt, a1) \
sys/amd64/vmm/io/vioapic.c
76
VM_CTR1((vioapic)->vm, fmt, a1)
sys/amd64/vmm/io/vioapic.c
78
#define VIOAPIC_CTR2(vioapic, fmt, a1, a2) \
sys/amd64/vmm/io/vioapic.c
79
VM_CTR2((vioapic)->vm, fmt, a1, a2)
sys/amd64/vmm/io/vioapic.c
81
#define VIOAPIC_CTR3(vioapic, fmt, a1, a2, a3) \
sys/amd64/vmm/io/vioapic.c
82
VM_CTR3((vioapic)->vm, fmt, a1, a2, a3)
sys/amd64/vmm/io/vioapic.c
84
#define VIOAPIC_CTR4(vioapic, fmt, a1, a2, a3, a4) \
sys/amd64/vmm/io/vioapic.c
85
VM_CTR4((vioapic)->vm, fmt, a1, a2, a3, a4)
sys/arm64/intel/stratix10-svc.c
100
register_t a0, a1, a2;
sys/arm64/intel/stratix10-svc.c
106
a1 = 0;
sys/arm64/intel/stratix10-svc.c
112
a1 = msg->flags;
sys/arm64/intel/stratix10-svc.c
116
a1 = (uint64_t)msg->payload;
sys/arm64/intel/stratix10-svc.c
126
ret = sc->callfn(a0, a1, a2, 0, 0, 0, 0, 0, &res);
sys/arm64/intel/stratix10-svc.c
182
addr = res.a1;
sys/arm64/intel/stratix10-svc.c
75
register_t a0, a1, a2;
sys/arm64/intel/stratix10-svc.c
82
a1 = 0;
sys/arm64/intel/stratix10-svc.c
85
ret = sc->callfn(a0, a1, a2, 0, 0, 0, 0, 0, &res);
sys/arm64/nvidia/tegra210/tegra210_pmc.c
212
return((uint32_t)res.a1);
sys/cddl/boot/zfs/fletcher.c
32
uint64_t a0, b0, a1, b1;
sys/cddl/boot/zfs/fletcher.c
34
for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) {
sys/cddl/boot/zfs/fletcher.c
36
a1 += ip[1];
sys/cddl/boot/zfs/fletcher.c
38
b1 += a1;
sys/cddl/boot/zfs/fletcher.c
41
ZIO_SET_CHECKSUM(zcp, a0, a1, b0, b1);
sys/cddl/boot/zfs/fletcher.c
50
uint64_t a0, b0, a1, b1;
sys/cddl/boot/zfs/fletcher.c
52
for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) {
sys/cddl/boot/zfs/fletcher.c
54
a1 += BSWAP_64(ip[1]);
sys/cddl/boot/zfs/fletcher.c
56
b1 += a1;
sys/cddl/boot/zfs/fletcher.c
59
ZIO_SET_CHECKSUM(zcp, a0, a1, b0, b1);
sys/compat/linuxkpi/common/include/net/ipv6.h
112
static inline int ipv6_addr_cmp(const struct in6_addr *a1, const struct in6_addr *a2)
sys/compat/linuxkpi/common/include/net/ipv6.h
114
return memcmp(a1, a2, sizeof(struct in6_addr));
sys/dev/cfe/cfe_api.c
114
cfe_cpu_start(int cpu, void (*fn)(void), long sp, long gp, long a1)
sys/dev/cfe/cfe_api.c
127
xiocb.plist.xiocb_cpuctl.a1_val = a1;
sys/dev/cfe/cfe_api.h
175
int cfe_cpu_start(int cpu, void (*fn)(void), long sp, long gp, long a1);
sys/dev/enic/enic_res.c
143
u64 a0 = vlanid, a1 = 0;
sys/dev/enic/enic_res.c
147
err = vnic_dev_cmd(enic->vdev, CMD_VLAN_ADD, &a0, &a1, wait);
sys/dev/enic/enic_res.c
156
u64 a0 = vlanid, a1 = 0;
sys/dev/enic/enic_res.c
160
err = vnic_dev_cmd(enic->vdev, CMD_VLAN_DEL, &a0, &a1, wait);
sys/dev/enic/enic_res.c
172
u64 a0, a1;
sys/dev/enic/enic_res.c
181
a1 = 0;
sys/dev/enic/enic_res.c
183
return vnic_dev_cmd(enic->vdev, cmd, &a0, &a1, wait);
sys/dev/enic/if_enic.c
343
u64 a0 = 0, a1 = 0;
sys/dev/enic/if_enic.c
383
vnic_dev_cmd(vdev, CMD_INIT_v1, &a0, &a1, wait);
sys/dev/enic/if_enic.c
384
vnic_dev_cmd(vdev, CMD_GET_MAC_ADDR, &a0, &a1, wait);
sys/dev/enic/vnic_dev.c
1115
u64 a1 = config;
sys/dev/enic/vnic_dev.c
1118
return vnic_dev_cmd(vdev, CMD_OVERLAY_OFFLOAD_CTRL, &a0, &a1, wait);
sys/dev/enic/vnic_dev.c
1124
u64 a1 = vxlan_udp_port_number;
sys/dev/enic/vnic_dev.c
1128
return vnic_dev_cmd(vdev, CMD_OVERLAY_OFFLOAD_CFG, &a0, &a1, wait);
sys/dev/enic/vnic_dev.c
1134
u64 a1 = 0;
sys/dev/enic/vnic_dev.c
1138
ret = vnic_dev_cmd(vdev, CMD_GET_SUPP_FEATURE_VER, &a0, &a1, wait);
sys/dev/enic/vnic_dev.c
1141
(a1 & (FEATURE_VXLAN_IPV6 | FEATURE_VXLAN_MULTI_WQ)) ==
sys/dev/enic/vnic_dev.c
1148
u64 a1 = 0;
sys/dev/enic/vnic_dev.c
1151
if (vnic_dev_cmd(vdev, CMD_COUNTER_ALLOC, &a0, &a1, wait))
sys/dev/enic/vnic_dev.c
1160
u64 a1 = 0;
sys/dev/enic/vnic_dev.c
1163
return vnic_dev_cmd(vdev, CMD_COUNTER_FREE, &a0, &a1,
sys/dev/enic/vnic_dev.c
1171
u64 a1 = reset ? 1 : 0;
sys/dev/enic/vnic_dev.c
1176
if (vnic_dev_cmd(vdev, CMD_COUNTER_QUERY, &a0, &a1, wait))
sys/dev/enic/vnic_dev.c
1179
*bytes = a1;
sys/dev/enic/vnic_dev.c
373
u64 *a0, u64 *a1, int wait)
sys/dev/enic/vnic_dev.c
379
args[1] = *a1;
sys/dev/enic/vnic_dev.c
399
*a1 = args[1];
sys/dev/enic/vnic_dev.c
432
u64 a0 = CMD_ADD_ADV_FILTER, a1 = 0;
sys/dev/enic/vnic_dev.c
436
err = vnic_dev_cmd(vdev, CMD_CAPABILITY, &a0, &a1, wait);
sys/dev/enic/vnic_dev.c
439
return (a1 >= (u32)FILTER_DPDK_1);
sys/dev/enic/vnic_dev.c
499
u64 a0 = CMD_NIC_CFG, a1 = 0;
sys/dev/enic/vnic_dev.c
505
err = vnic_dev_cmd(vdev, CMD_CAPABILITY, &a0, &a1, wait);
sys/dev/enic/vnic_dev.c
506
if (err == 0 && a0 != 0 && a1 != 0) {
sys/dev/enic/vnic_dev.c
508
*weak = !!((a1 >> 32) & CMD_NIC_CFG_CAPF_UDP_WEAK);
sys/dev/enic/vnic_dev.c
514
u64 a0 = (u32)cmd, a1 = 0;
sys/dev/enic/vnic_dev.c
518
err = vnic_dev_cmd(vdev, CMD_CAPABILITY, &a0, &a1, wait);
sys/dev/enic/vnic_dev.c
526
u64 a0, a1;
sys/dev/enic/vnic_dev.c
531
a1 = size;
sys/dev/enic/vnic_dev.c
533
err = vnic_dev_cmd(vdev, CMD_DEV_SPEC, &a0, &a1, wait);
sys/dev/enic/vnic_dev.c
558
u64 a0 = 0, a1 = 0;
sys/dev/enic/vnic_dev.c
561
return vnic_dev_cmd(vdev, CMD_STATS_CLEAR, &a0, &a1, wait);
sys/dev/enic/vnic_dev.c
566
u64 a0, a1;
sys/dev/enic/vnic_dev.c
575
a1 = sizeof(struct vnic_stats);
sys/dev/enic/vnic_dev.c
580
rc = vnic_dev_cmd(vdev, CMD_STATS_DUMP, &a0, &a1, wait);
sys/dev/enic/vnic_dev.c
624
u64 a0 = 0, a1 = 0;
sys/dev/enic/vnic_dev.c
627
return vnic_dev_cmd(vdev, CMD_CLOSE, &a0, &a1, wait);
sys/dev/enic/vnic_dev.c
632
u64 a0 = 0, a1 = 0;
sys/dev/enic/vnic_dev.c
636
return vnic_dev_cmd(vdev, CMD_ENABLE_WAIT, &a0, &a1, wait);
sys/dev/enic/vnic_dev.c
638
return vnic_dev_cmd(vdev, CMD_ENABLE, &a0, &a1, wait);
sys/dev/enic/vnic_dev.c
643
u64 a0 = 0, a1 = 0;
sys/dev/enic/vnic_dev.c
646
return vnic_dev_cmd(vdev, CMD_DISABLE, &a0, &a1, wait);
sys/dev/enic/vnic_dev.c
651
u64 a0 = (u32)arg, a1 = 0;
sys/dev/enic/vnic_dev.c
654
return vnic_dev_cmd(vdev, CMD_OPEN, &a0, &a1, wait);
sys/dev/enic/vnic_dev.c
659
u64 a0 = 0, a1 = 0;
sys/dev/enic/vnic_dev.c
665
err = vnic_dev_cmd(vdev, CMD_OPEN_STATUS, &a0, &a1, wait);
sys/dev/enic/vnic_dev.c
676
u64 a0 = 0, a1 = 0;
sys/dev/enic/vnic_dev.c
683
err = vnic_dev_cmd(vdev, CMD_GET_MAC_ADDR, &a0, &a1, wait);
sys/dev/enic/vnic_dev.c
696
u64 a0, a1 = 0;
sys/dev/enic/vnic_dev.c
706
err = vnic_dev_cmd(vdev, CMD_PACKET_FILTER, &a0, &a1, wait);
sys/dev/enic/vnic_dev.c
715
u64 a0 = 0, a1 = 0;
sys/dev/enic/vnic_dev.c
723
err = vnic_dev_cmd(vdev, CMD_ADDR_ADD, &a0, &a1, wait);
sys/dev/enic/vnic_dev.c
734
u64 a0 = 0, a1 = 0;
sys/dev/enic/vnic_dev.c
742
err = vnic_dev_cmd(vdev, CMD_ADDR_DEL, &a0, &a1, wait);
sys/dev/enic/vnic_dev.c
754
u64 a0 = ig_vlan_rewrite_mode, a1 = 0;
sys/dev/enic/vnic_dev.c
759
&a0, &a1, wait);
sys/dev/enic/vnic_dev.c
777
u64 a0, a1;
sys/dev/enic/vnic_dev.c
794
a1 = ((u64)intr << 32) & 0x0000ffff00000000ULL;
sys/dev/enic/vnic_dev.c
795
a1 += sizeof(struct vnic_devcmd_notify);
sys/dev/enic/vnic_dev.c
797
r = vnic_dev_cmd(vdev, CMD_NOTIFY, &a0, &a1, wait);
sys/dev/enic/vnic_dev.c
799
vdev->notify_sz = (r == 0) ? (u32)a1 : 0;
sys/dev/enic/vnic_dev.c
830
u64 a0, a1;
sys/dev/enic/vnic_dev.c
835
a1 = 0x0000ffff00000000ULL; /* intr num = -1 to unreg for intr */
sys/dev/enic/vnic_dev.c
836
a1 += sizeof(struct vnic_devcmd_notify);
sys/dev/enic/vnic_dev.c
838
err = vnic_dev_cmd(vdev, CMD_NOTIFY, &a0, &a1, wait);
sys/dev/enic/vnic_dev.c
887
u64 a0 = (u32)arg, a1 = 0;
sys/dev/enic/vnic_dev.c
892
r = vnic_dev_cmd(vdev, CMD_INIT, &a0, &a1, wait);
sys/dev/enic/vnic_dev.c
894
vnic_dev_cmd(vdev, CMD_INIT_v1, &a0, &a1, wait);
sys/dev/enic/vnic_dev.c
899
vnic_dev_cmd(vdev, CMD_GET_MAC_ADDR, &a0, &a1, wait);
sys/dev/enic/vnic_dev.c
900
vnic_dev_cmd(vdev, CMD_ADDR_ADD, &a0, &a1, wait);
sys/dev/enic/vnic_dev.h
77
u64 *a0, u64 *a1, int wait);
sys/dev/enic/vnic_wq.c
102
return (vnic_dev_cmd(vdev, CMD_DEINIT, &a0, &a1, wait));
sys/dev/enic/vnic_wq.c
99
u64 a0 = 0, a1 = 0;
sys/dev/firmware/xilinx/zynqmp_firmware.c
100
zynqmp_call_smc(uint32_t id, uint32_t a0, uint32_t a1, uint32_t a2, uint32_t a3, uint32_t *payload, bool ignore_error)
sys/dev/firmware/xilinx/zynqmp_firmware.c
106
args[1] = ((uint64_t)a1 << 32) | a0;
sys/dev/firmware/xilinx/zynqmp_firmware.c
112
payload[2] = res.a1 & 0xFFFFFFFF;
sys/dev/firmware/xilinx/zynqmp_firmware.c
113
payload[3] = res.a1 >> 32;
sys/dev/hwpmc/hwpmc_dmc620.c
50
#define CLASSDEP_FN2(fn, t1, a1, t2, a2) \
sys/dev/hwpmc/hwpmc_dmc620.c
51
static int fn(int class, t1 a1, t2 a2); \
sys/dev/hwpmc/hwpmc_dmc620.c
52
static int fn ## _cd2(t1 a1, t2 a2) \
sys/dev/hwpmc/hwpmc_dmc620.c
54
return (fn(PMC_CLASS_DMC620_PMU_CD2, a1, a2)); \
sys/dev/hwpmc/hwpmc_dmc620.c
56
static int fn ## _c(t1 a1, t2 a2) \
sys/dev/hwpmc/hwpmc_dmc620.c
58
return (fn(PMC_CLASS_DMC620_PMU_C, a1, a2)); \
sys/dev/hwpmc/hwpmc_dmc620.c
60
static int fn(int class, t1 a1, t2 a2)
sys/dev/hwpmc/hwpmc_dmc620.c
62
#define CLASSDEP_FN3(fn, t1, a1, t2, a2, t3, a3) \
sys/dev/hwpmc/hwpmc_dmc620.c
63
static int fn(int class, t1 a1, t2 a2, t3 a3); \
sys/dev/hwpmc/hwpmc_dmc620.c
64
static int fn ## _cd2(t1 a1, t2 a2, t3 a3) \
sys/dev/hwpmc/hwpmc_dmc620.c
66
return (fn(PMC_CLASS_DMC620_PMU_CD2, a1, a2, a3)); \
sys/dev/hwpmc/hwpmc_dmc620.c
68
static int fn ## _c(t1 a1, t2 a2, t3 a3) \
sys/dev/hwpmc/hwpmc_dmc620.c
70
return (fn(PMC_CLASS_DMC620_PMU_C, a1, a2, a3)); \
sys/dev/hwpmc/hwpmc_dmc620.c
72
static int fn(int class, t1 a1, t2 a2, t3 a3)
sys/dev/hwpmc/hwpmc_dmc620.c
74
#define CLASSDEP_FN4(fn, t1, a1, t2, a2, t3, a3, t4, a4) \
sys/dev/hwpmc/hwpmc_dmc620.c
75
static int fn(int class, t1 a1, t2 a2, t3 a3, t4 a4); \
sys/dev/hwpmc/hwpmc_dmc620.c
76
static int fn ## _cd2(t1 a1, t2 a2, t3 a3, t4 a4) \
sys/dev/hwpmc/hwpmc_dmc620.c
78
return (fn(PMC_CLASS_DMC620_PMU_CD2, a1, a2, a3, a4)); \
sys/dev/hwpmc/hwpmc_dmc620.c
80
static int fn ## _c(t1 a1, t2 a2, t3 a3, t4 a4) \
sys/dev/hwpmc/hwpmc_dmc620.c
82
return (fn(PMC_CLASS_DMC620_PMU_C, a1, a2, a3, a4)); \
sys/dev/hwpmc/hwpmc_dmc620.c
84
static int fn(int class, t1 a1, t2 a2, t3 a3, t4 a4)
sys/dev/hyperv/vmbus/aarch64/hyperv_machdep.c
66
args.a1 = HVCALL_GET_VP_REGISTERS | HV_HYPERCALL_FAST_BIT |
sys/dev/mwl/mwlhal.c
1415
uint8_t Tid, uint8_t ParamInfo, void *a1, void *a2)
sys/dev/mwl/mwlhal.c
1435
sp->public.data[0] = a1;
sys/dev/pci/pci_host_generic_den0115.c
189
start = SMCCC_PCI_SEG_START(result.a1);
sys/dev/pci/pci_host_generic_den0115.c
190
end = SMCCC_PCI_SEG_END(result.a1);
sys/dev/pci/pci_host_generic_den0115.c
222
return (result.a1);
sys/dev/psci/smccc.h
100
func(a0, a1, a2, 0, 0, 0, 0, 0, res)
sys/dev/psci/smccc.h
101
#define arm_smccc_invoke_4(func, a0, a1, a2, a3, res) \
sys/dev/psci/smccc.h
102
func(a0, a1, a2, a3, 0, 0, 0, 0, res)
sys/dev/psci/smccc.h
103
#define arm_smccc_invoke_5(func, a0, a1, a2, a3, a4, res) \
sys/dev/psci/smccc.h
104
func(a0, a1, a2, a3, a4, 0, 0, 0, res)
sys/dev/psci/smccc.h
105
#define arm_smccc_invoke_6(func, a0, a1, a2, a3, a4, a5, res) \
sys/dev/psci/smccc.h
106
func(a0, a1, a2, a3, a4, a5, 0, 0, res)
sys/dev/psci/smccc.h
107
#define arm_smccc_invoke_7(func, a0, a1, a2, a3, a4, a5, a6, res) \
sys/dev/psci/smccc.h
108
func(a0, a1, a2, a3, a4, a5, a6, 0, res)
sys/dev/psci/smccc.h
109
#define arm_smccc_invoke_8(func, a0, a1, a2, a3, a4, a5, a6, a7, res) \
sys/dev/psci/smccc.h
110
func(a0, a1, a2, a3, a4, a5, a6, a7, res)
sys/dev/psci/smccc.h
129
register_t a1;
sys/dev/psci/smccc.h
61
register_t a1;
sys/dev/psci/smccc.h
97
#define arm_smccc_invoke_2(func, a0, a1, res) \
sys/dev/psci/smccc.h
98
func(a0, a1, 0, 0, 0, 0, 0, 0, res)
sys/dev/psci/smccc.h
99
#define arm_smccc_invoke_3(func, a0, a1, a2, res) \
sys/dev/sound/pcm/feeder_eq.c
177
w -= (intpcm64_t)info->treble.o1[i] * treble->a1;
sys/dev/sound/pcm/feeder_eq.c
190
w -= (intpcm64_t)info->bass.o1[i] * bass->a1;
sys/i386/include/xen/hypercall.h
100
: "1" ((long)(a1)), "2" ((long)(a2)), \
sys/i386/include/xen/hypercall.h
106
#define _hypercall5(type, name, a1, a2, a3, a4, a5) \
sys/i386/include/xen/hypercall.h
113
: "1" ((long)(a1)), "2" ((long)(a2)), \
sys/i386/include/xen/hypercall.h
121
privcmd_hypercall(long op, long a1, long a2, long a3, long a4, long a5)
sys/i386/include/xen/hypercall.h
133
: "1" ((long)(a1)), "2" ((long)(a2)),
sys/i386/include/xen/hypercall.h
58
#define _hypercall1(type, name, a1) \
sys/i386/include/xen/hypercall.h
64
: "1" ((long)(a1)) \
sys/i386/include/xen/hypercall.h
69
#define _hypercall2(type, name, a1, a2) \
sys/i386/include/xen/hypercall.h
75
: "1" ((long)(a1)), "2" ((long)(a2)) \
sys/i386/include/xen/hypercall.h
80
#define _hypercall3(type, name, a1, a2, a3) \
sys/i386/include/xen/hypercall.h
87
: "1" ((long)(a1)), "2" ((long)(a2)), \
sys/i386/include/xen/hypercall.h
93
#define _hypercall4(type, name, a1, a2, a3, a4) \
sys/kern/subr_acl_nfs4.c
364
*a1, *a2, *a3, *a4, *a5, *a6;
sys/kern/subr_acl_nfs4.c
614
a1 = &(aclp->acl_entry[aclp->acl_cnt - 6]);
sys/kern/subr_acl_nfs4.c
616
if (!_acl_entry_matches(a1, ACL_USER_OBJ, 0,
sys/kern/subr_acl_nfs4.c
643
a1 = _acl_append(aclp, ACL_USER_OBJ, 0, ACL_ENTRY_TYPE_DENY);
sys/kern/subr_acl_nfs4.c
656
KASSERT(a1 != NULL && a2 != NULL && a3 != NULL && a4 != NULL &&
sys/kern/subr_acl_nfs4.c
666
a1->ae_perm |= ACL_READ_DATA;
sys/kern/subr_acl_nfs4.c
670
a1->ae_perm |= (ACL_WRITE_DATA | ACL_APPEND_DATA);
sys/kern/subr_acl_nfs4.c
674
a1->ae_perm |= ACL_EXECUTE;
sys/net80211/ieee80211_var.h
624
#define IEEE80211_ADDR_EQ(a1,a2) (memcmp(a1,a2,IEEE80211_ADDR_LEN) == 0)
sys/netinet/libalias/alias_ftp.c
674
int a1, a2, a3, a4, p1, p2;
sys/netinet/libalias/alias_ftp.c
680
a1 = *ptr++;
sys/netinet/libalias/alias_ftp.c
699
a1, a2, a3, a4, p1, p2);
sys/netinet/libalias/alias_ftp.c
704
a1, a2, a3, a4, p1, p2);
sys/netinet/libalias/alias_ftp.c
710
a1, a2, a3, a4, ntohs(alias_port));
sys/netipsec/key.c
4617
key_bbcmp(const void *a1, const void *a2, u_int bits)
sys/netipsec/key.c
4619
const unsigned char *p1 = a1;
sys/netpfil/ipfilter/netinet/ip_ftp_pxy.c
1656
int a1, a2, a3, a4, port, olen, nlen, inc, off;
sys/netpfil/ipfilter/netinet/ip_ftp_pxy.c
1749
a1 = ntohl(nat->nat_odstaddr);
sys/netpfil/ipfilter/netinet/ip_ftp_pxy.c
1751
a1 = ntohl(ip->ip_src.s_addr);
sys/netpfil/ipfilter/netinet/ip_ftp_pxy.c
1752
a2 = (a1 >> 16) & 0xff;
sys/netpfil/ipfilter/netinet/ip_ftp_pxy.c
1753
a3 = (a1 >> 8) & 0xff;
sys/netpfil/ipfilter/netinet/ip_ftp_pxy.c
1754
a4 = a1 & 0xff;
sys/netpfil/ipfilter/netinet/ip_ftp_pxy.c
1755
a1 >>= 24;
sys/netpfil/ipfilter/netinet/ip_ftp_pxy.c
1764
"EPRT", delim, delim, a1, a2, a3, a4, delim, port,
sys/netpfil/ipfilter/netinet/ip_ftp_pxy.c
279
u_int a1, a2, a3, a4;
sys/netpfil/ipfilter/netinet/ip_ftp_pxy.c
310
a1 = ipf_p_ftp_atoi(&s);
sys/netpfil/ipfilter/netinet/ip_ftp_pxy.c
329
a1 <<= 16;
sys/netpfil/ipfilter/netinet/ip_ftp_pxy.c
330
a1 |= a2;
sys/netpfil/ipfilter/netinet/ip_ftp_pxy.c
332
(a1 != ntohl(nat->nat_osrcaddr))) ||
sys/netpfil/ipfilter/netinet/ip_ftp_pxy.c
334
(a1 != ntohl(nat->nat_nsrcaddr)))) {
sys/netpfil/ipfilter/netinet/ip_ftp_pxy.c
336
u_int, a1);
sys/netpfil/ipfilter/netinet/ip_ftp_pxy.c
378
a1 = ntohl(nat->nat_ndstaddr);
sys/netpfil/ipfilter/netinet/ip_ftp_pxy.c
380
a1 = ntohl(ip->ip_src.s_addr);
sys/netpfil/ipfilter/netinet/ip_ftp_pxy.c
381
a1 = ntohl(ip->ip_src.s_addr);
sys/netpfil/ipfilter/netinet/ip_ftp_pxy.c
382
a2 = (a1 >> 16) & 0xff;
sys/netpfil/ipfilter/netinet/ip_ftp_pxy.c
383
a3 = (a1 >> 8) & 0xff;
sys/netpfil/ipfilter/netinet/ip_ftp_pxy.c
384
a4 = a1 & 0xff;
sys/netpfil/ipfilter/netinet/ip_ftp_pxy.c
385
a1 >>= 24;
sys/netpfil/ipfilter/netinet/ip_ftp_pxy.c
388
"PORT", a1, a2, a3, a4, a5, a6);
sys/netpfil/ipfilter/netinet/ip_ftp_pxy.c
669
u_int a1, a2, a3, a4, data_ip;
sys/netpfil/ipfilter/netinet/ip_ftp_pxy.c
723
a1 = ipf_p_ftp_atoi(&s);
sys/netpfil/ipfilter/netinet/ip_ftp_pxy.c
742
a1 <<= 16;
sys/netpfil/ipfilter/netinet/ip_ftp_pxy.c
743
a1 |= a2;
sys/netpfil/ipfilter/netinet/ip_ftp_pxy.c
746
(a1 != ntohl(nat->nat_ndstaddr))) ||
sys/netpfil/ipfilter/netinet/ip_ftp_pxy.c
748
(a1 != ntohl(nat->nat_odstaddr)))) {
sys/netpfil/ipfilter/netinet/ip_ftp_pxy.c
750
u_int, a1);
sys/netpfil/ipfilter/netinet/ip_ftp_pxy.c
788
a1 = ntohl(data_ip);
sys/netpfil/ipfilter/netinet/ip_ftp_pxy.c
790
data_ip = htonl(a1);
sys/netpfil/ipfilter/netinet/ip_ftp_pxy.c
792
a2 = (a1 >> 16) & 0xff;
sys/netpfil/ipfilter/netinet/ip_ftp_pxy.c
793
a3 = (a1 >> 8) & 0xff;
sys/netpfil/ipfilter/netinet/ip_ftp_pxy.c
794
a4 = a1 & 0xff;
sys/netpfil/ipfilter/netinet/ip_ftp_pxy.c
795
a1 >>= 24;
sys/netpfil/ipfilter/netinet/ip_ftp_pxy.c
798
"227 Entering Passive Mode", brackets[0], a1, a2, a3, a4,
sys/netpfil/ipfilter/netinet/ip_irc_pxy.c
256
u_int a1;
sys/netpfil/ipfilter/netinet/ip_irc_pxy.c
296
a1 = ntohl(ip->ip_src.s_addr);
sys/netpfil/ipfilter/netinet/ip_irc_pxy.c
302
(void) snprintf(newbuf, sizeof(newbuf), "%u %u\001\r\n", a1, a5);
sys/netpfil/ipfilter/netinet/ip_nat.c
3733
struct in_addr a1, a2, a3, a4;
sys/netpfil/ipfilter/netinet/ip_nat.c
3850
a1.s_addr = ntohl(nat->nat_osrcaddr);
sys/netpfil/ipfilter/netinet/ip_nat.c
3854
oip->ip_src.s_addr = htonl(a1.s_addr);
sys/netpfil/ipfilter/netinet/ip_nat.c
3858
a1.s_addr = ntohl(nat->nat_ndstaddr);
sys/netpfil/ipfilter/netinet/ip_nat.c
3863
oip->ip_src.s_addr = htonl(a1.s_addr);
sys/netpfil/ipfilter/netinet/ip_nat.c
3870
CALC_SUMD(a4.s_addr, a1.s_addr, sum2);
sys/netpfil/ipfilter/netinet/ip_nat6.c
1547
i6addr_t a1, a2, a3, a4;
sys/netpfil/ipfilter/netinet/ip_nat6.c
1664
a1 = nat->nat_osrc6;
sys/netpfil/ipfilter/netinet/ip_nat6.c
1668
oip6->ip6_src = a1.in6;
sys/netpfil/ipfilter/netinet/ip_nat6.c
1672
a1 = nat->nat_ndst6;
sys/netpfil/ipfilter/netinet/ip_nat6.c
1677
oip6->ip6_src = a1.in6;
sys/netpfil/ipfilter/netinet/ip_nat6.c
1682
if (IP6_NEQ(&a3, &a2) || IP6_NEQ(&a1, &a4)) {
sys/netpfil/ipfilter/netinet/ip_nat6.c
1689
if (IP6_GT(&a1, &a4)) {
sys/netpfil/ipfilter/netinet/ip_nat6.c
1690
sumd += ipf_nat6_ip6subtract(&a4, &a1);
sys/netpfil/ipfilter/netinet/ip_nat6.c
1693
sumd += ipf_nat6_ip6subtract(&a4, &a1);
sys/netpfil/ipfilter/netinet/ip_nat6.c
631
i6addr_t a1, a2;
sys/netpfil/ipfilter/netinet/ip_nat6.c
633
a1 = np->in_snip6;
sys/netpfil/ipfilter/netinet/ip_nat6.c
634
IP6_INC(&a1);
sys/netpfil/ipfilter/netinet/ip_nat6.c
635
IP6_AND(&a1, &np->in_nsrcmsk6, &a2);
sys/netpfil/ipfilter/netinet/ip_raudio_pxy.c
180
int a1, a2, a3, a4;
sys/netpfil/ipfilter/netinet/ip_raudio_pxy.c
223
a1 = s - membuf;
sys/netpfil/ipfilter/netinet/ip_raudio_pxy.c
224
dlen -= a1;
sys/netpfil/ipfilter/netinet/ip_raudio_pxy.c
225
a1 = 0;
sys/netpfil/ipfilter/netinet/ip_raudio_pxy.c
233
a1 = seq - rap->rap_sseq;
sys/netpfil/ipfilter/netinet/ip_raudio_pxy.c
235
a2 -= a1;
sys/netpfil/ipfilter/netinet/ip_raudio_pxy.c
240
for (a3 = a1, a4 = a2; (a4 > 0) && (a3 < 19) && (a3 >= 0); a4--,a3++) {
sys/netpfil/pf/pf.c
5007
pf_match(u_int8_t op, u_int32_t a1, u_int32_t a2, u_int32_t p)
sys/netpfil/pf/pf.c
5011
return ((p > a1) && (p < a2));
sys/netpfil/pf/pf.c
5013
return ((p < a1) || (p > a2));
sys/netpfil/pf/pf.c
5015
return ((p >= a1) && (p <= a2));
sys/netpfil/pf/pf.c
5017
return (p == a1);
sys/netpfil/pf/pf.c
5019
return (p != a1);
sys/netpfil/pf/pf.c
5021
return (p < a1);
sys/netpfil/pf/pf.c
5023
return (p <= a1);
sys/netpfil/pf/pf.c
5025
return (p > a1);
sys/netpfil/pf/pf.c
5027
return (p >= a1);
sys/netpfil/pf/pf.c
5033
pf_match_port(u_int8_t op, u_int16_t a1, u_int16_t a2, u_int16_t p)
sys/netpfil/pf/pf.c
5035
return (pf_match(op, ntohs(a1), ntohs(a2), ntohs(p)));
sys/netpfil/pf/pf.c
5039
pf_match_uid(u_int8_t op, uid_t a1, uid_t a2, uid_t u)
sys/netpfil/pf/pf.c
5043
return (pf_match(op, a1, a2, u));
sys/netpfil/pf/pf.c
5047
pf_match_gid(u_int8_t op, gid_t a1, gid_t a2, gid_t g)
sys/netpfil/pf/pf.c
5051
return (pf_match(op, a1, a2, g));
sys/netpfil/pf/pf_ioctl.c
1180
struct pf_altq *a1, *a2, *a3;
sys/netpfil/pf/pf_ioctl.c
1201
TAILQ_FOREACH(a1, V_pf_altq_ifs_active, entries) {
sys/netpfil/pf/pf_ioctl.c
1207
bcopy(a1, a2, sizeof(struct pf_altq));
sys/netpfil/pf/pf_ioctl.c
1217
TAILQ_FOREACH(a1, V_pf_altqs_active, entries) {
sys/netpfil/pf/pf_ioctl.c
1223
bcopy(a1, a2, sizeof(struct pf_altq));
sys/netpfil/pf/pf_table.c
73
#define SWAP(type, a1, a2) \
sys/netpfil/pf/pf_table.c
75
type tmp = a1; \
sys/netpfil/pf/pf_table.c
76
a1 = a2; \
sys/netsmb/smb_conn.h
165
#define CONNADDREQ(a1,a2) ((a1)->sa_len == (a2)->sa_len && \
sys/netsmb/smb_conn.h
166
bcmp(a1, a2, (a1)->sa_len) == 0)
sys/ofed/include/rdma/ib.h
84
static inline int ib_addr_cmp(const struct ib_addr *a1, const struct ib_addr *a2)
sys/ofed/include/rdma/ib.h
86
return memcmp(a1, a2, sizeof(struct ib_addr));
sys/powerpc/fpu/fpu_mul.c
103
u_int a3, a2, a1, a0, x3, x2, x1, x0, bit, m;
sys/powerpc/fpu/fpu_mul.c
159
sticky = a3 = a2 = a1 = a0 = 0;
sys/powerpc/fpu/fpu_mul.c
164
FPU_ADDCS(a1, a1, x1); \
sys/powerpc/fpu/fpu_mul.c
169
a2 = (a2 >> 1) | (a1 << 31), a1 = (a1 >> 1) | (a0 << 31), a0 >>= 1
sys/powerpc/fpu/fpu_mul.c
172
sticky |= a3, a3 = a2, a2 = a1, a1 = a0, a0 = 0
sys/powerpc/fpu/fpu_mul.c
230
x->fp_mant[1] = a1;
sys/riscv/include/sbi.h
152
register uintptr_t a1 __asm ("a1") = (uintptr_t)(arg1);
sys/riscv/include/sbi.h
161
:"+r"(a0), "+r"(a1) \
sys/riscv/include/sbi.h
166
ret.value = a1;
sys/sys/ktr.h
145
#define KTR_EVENT2(m, egroup, ident, etype, edat, a0, v0, a1, v1) \
sys/sys/ktr.h
146
CTR4(m, KTR_EFMT(egroup, ident, etype) a0 ", " a1, \
sys/sys/ktr.h
148
#define KTR_EVENT3(m, egroup, ident, etype, edat, a0, v0, a1, v1, a2, v2)\
sys/sys/ktr.h
149
CTR5(m,KTR_EFMT(egroup, ident, etype) a0 ", " a1 ", " a2, \
sys/sys/ktr.h
152
a0, v0, a1, v1, a2, v2, a3, v3) \
sys/sys/ktr.h
153
CTR6(m,KTR_EFMT(egroup, ident, etype) a0 ", " a1 ", " a2 ", " a3,\
sys/sys/ktr.h
163
#define KTR_STATE2(m, egroup, ident, state, a0, v0, a1, v1) \
sys/sys/ktr.h
164
KTR_EVENT2(m, egroup, ident, "state:\"%s\"", state, a0, (v0), a1, (v1))
sys/sys/ktr.h
165
#define KTR_STATE3(m, egroup, ident, state, a0, v0, a1, v1, a2, v2) \
sys/sys/ktr.h
167
state, a0, (v0), a1, (v1), a2, (v2))
sys/sys/ktr.h
168
#define KTR_STATE4(m, egroup, ident, state, a0, v0, a1, v1, a2, v2, a3, v3)\
sys/sys/ktr.h
170
state, a0, (v0), a1, (v1), a2, (v2), a3, (v3))
sys/sys/ktr.h
180
#define KTR_COUNTER2(m, egroup, ident, counter, a0, v0, a1, v1) \
sys/sys/ktr.h
181
KTR_EVENT2(m, egroup, ident, "counter:%d", counter, a0, (v0), a1, (v1))
sys/sys/ktr.h
182
#define KTR_COUNTER3(m, egroup, ident, counter, a0, v0, a1, v1, a2, v2) \
sys/sys/ktr.h
184
counter, a0, (v0), a1, (v1), a2, (v2))
sys/sys/ktr.h
185
#define KTR_COUNTER4(m, egroup, ident, counter, a0, v0, a1, v1, a2, v2, a3, v3)\
sys/sys/ktr.h
187
counter, a0, (v0), a1, (v1), a2, (v2), a3, (v3))
sys/sys/ktr.h
196
#define KTR_POINT2(m, egroup, ident, point, a0, v0, a1, v1) \
sys/sys/ktr.h
197
KTR_EVENT2(m, egroup, ident, "point:\"%s\"", point, a0, (v0), a1, (v1))
sys/sys/ktr.h
198
#define KTR_POINT3(m, egroup, ident, point, a0, v0, a1, v1, a2, v2) \
sys/sys/ktr.h
200
a0, (v0), a1, (v1), a2, (v2))
sys/sys/ktr.h
201
#define KTR_POINT4(m, egroup, ident, point, a0, v0, a1, v1, a2, v2, a3, v3)\
sys/sys/ktr.h
203
point, a0, (v0), a1, (v1), a2, (v2), a3, (v3))
sys/sys/ktr.h
218
#define KTR_START2(m, egroup, ident, key, a0, v0, a1, v1) \
sys/sys/ktr.h
220
a0, (v0), a1, (v1))
sys/sys/ktr.h
221
#define KTR_START3(m, egroup, ident, key, a0, v0, a1, v1, a2, v2)\
sys/sys/ktr.h
223
a0, (v0), a1, (v1), a2, (v2))
sys/sys/ktr.h
225
a0, v0, a1, v1, a2, v2, a3, v3) \
sys/sys/ktr.h
227
a0, (v0), a1, (v1), a2, (v2), a3, (v3))
sys/sys/ktr.h
238
#define KTR_STOP2(m, egroup, ident, key, a0, v0, a1, v1) \
sys/sys/ktr.h
240
a0, (v0), a1, (v1))
sys/sys/ktr.h
241
#define KTR_STOP3(m, egroup, ident, key, a0, v0, a1, v1, a2, v2)\
sys/sys/ktr.h
243
a0, (v0), a1, (v1), a2, (v2))
sys/sys/ktr.h
245
key, a0, v0, a1, v1, a2, v2, a3, v3) \
sys/sys/ktr.h
247
a0, (v0), a1, (v1), a2, (v2), a3, (v3))
sys/sys/sysctl.h
294
#define SYSCTL_OID_RAW(id, parent_child_head, nbr, name, kind, a1, a2, handler, fmt, descr, label) \
sys/sys/sysctl.h
300
.oid_arg1 = (a1), \
sys/sys/sysctl.h
312
#define SYSCTL_OID(parent, nbr, name, kind, a1, a2, handler, fmt, descr) \
sys/sys/sysctl.h
313
SYSCTL_OID_WITH_LABEL(parent, nbr, name, kind, a1, a2, \
sys/sys/sysctl.h
316
#define SYSCTL_OID_WITH_LABEL(parent, nbr, name, kind, a1, a2, handler, fmt, descr, label) \
sys/sys/sysctl.h
319
nbr, #name, kind, a1, a2, handler, fmt, descr, label)
sys/sys/sysctl.h
322
#define SYSCTL_OID_GLOBAL(parent, nbr, name, kind, a1, a2, handler, fmt, descr, label) \
sys/sys/sysctl.h
325
nbr, #name, kind, a1, a2, handler, fmt, descr, label)
sys/sys/sysctl.h
327
#define SYSCTL_ADD_OID(ctx, parent, nbr, name, kind, a1, a2, handler, fmt, descr) \
sys/sys/sysctl.h
330
sysctl_add_oid(ctx, parent, nbr, name, kind, a1, a2,handler, \
tools/tools/net80211/wlanwds/wlanwds.c
73
#define IEEE80211_ADDR_EQ(a1,a2) (memcmp(a1,a2,IEEE80211_ADDR_LEN) == 0)
usr.bin/lex/initparse.c
64
#define format_warn3(fmt, a1, a2) \
usr.bin/lex/initparse.c
67
snprintf( fw3_msg, MAXLINE,(fmt), (a1), (a2) );\
usr.bin/ruptime/ruptime.c
155
hscmp(const void *a1, const void *a2)
usr.bin/ruptime/ruptime.c
158
strcmp(HS(a1)->hs_wd.wd_hostname, HS(a2)->hs_wd.wd_hostname));
usr.bin/ruptime/ruptime.c
163
lcmp(const void *a1, const void *a2)
usr.bin/ruptime/ruptime.c
165
if (ISDOWN(HS(a1)))
usr.bin/ruptime/ruptime.c
167
return (tcmp(a1, a2));
usr.bin/ruptime/ruptime.c
174
(HS(a2)->hs_wd.wd_loadav[0] - HS(a1)->hs_wd.wd_loadav[0]));
usr.bin/ruptime/ruptime.c
279
ucmp(const void *a1, const void *a2)
usr.bin/ruptime/ruptime.c
281
if (ISDOWN(HS(a1)))
usr.bin/ruptime/ruptime.c
283
return (tcmp(a1, a2));
usr.bin/ruptime/ruptime.c
289
return (rflg * (HS(a2)->hs_nusers - HS(a1)->hs_nusers));
usr.bin/ruptime/ruptime.c
294
tcmp(const void *a1, const void *a2)
usr.bin/ruptime/ruptime.c
300
(ISDOWN(HS(a1)) ? HS(a1)->hs_wd.wd_recvtime - now
usr.bin/ruptime/ruptime.c
301
: HS(a1)->hs_wd.wd_sendtime - HS(a1)->hs_wd.wd_boottime)
usr.bin/sed/compile.c
190
if ((cmd->a1 = malloc(sizeof(struct s_addr))) == NULL)
usr.bin/sed/compile.c
192
p = compile_addr(p, cmd->a1);
usr.bin/sed/compile.c
206
cmd->a1 = cmd->a2 = NULL;
usr.bin/sed/defs.h
93
struct s_addr *a1, *a2; /* Start and end address */
usr.bin/sed/process.c
300
if (cp->a1 == NULL && cp->a2 == NULL)
usr.bin/sed/process.c
330
} else if (cp->a1 && MATCH(cp->a1)) {
usr.bin/sed/process.c
349
r = MATCH(cp->a1);
usr.sbin/bhyve/acpi.c
146
vcpu_affinity_cmp(struct acpi_vcpu_affinity_entry *a1,
usr.sbin/bhyve/acpi.c
149
return (a1->vcpuid < a2->vcpuid ? -1 : a1->vcpuid > a2->vcpuid);
usr.sbin/bhyve/acpi.c
95
static int vcpu_affinity_cmp(struct acpi_vcpu_affinity_entry *const a1,
usr.sbin/bsnmpd/modules/snmp_pf/pf_snmp.c
1684
struct pfa_entry *a1, *a2;
usr.sbin/bsnmpd/modules/snmp_pf/pf_snmp.c
1712
a1 = TAILQ_FIRST(&pfa_table);
usr.sbin/bsnmpd/modules/snmp_pf/pf_snmp.c
1713
while (a1 != NULL) {
usr.sbin/bsnmpd/modules/snmp_pf/pf_snmp.c
1714
a2 = TAILQ_NEXT(a1, link);
usr.sbin/bsnmpd/modules/snmp_pf/pf_snmp.c
1715
free(a1);
usr.sbin/bsnmpd/modules/snmp_pf/pf_snmp.c
1716
a1 = a2;
usr.sbin/ifmcstat/ifmcstat.c
103
#define sa_dl_equal(a1, a2) \
usr.sbin/ifmcstat/ifmcstat.c
104
((((struct sockaddr_dl *)(a1))->sdl_len == \
usr.sbin/ifmcstat/ifmcstat.c
106
(bcmp(LLADDR((struct sockaddr_dl *)(a1)), \
usr.sbin/ifmcstat/ifmcstat.c
108
((struct sockaddr_dl *)(a1))->sdl_alen) == 0))
usr.sbin/mountd/mountd.c
2406
#define COMPARE_ARRAYS(a1, a2, n) \
usr.sbin/mountd/mountd.c
2411
if ((a1)[i] != (a2)[i]) \
usr.sbin/mountd/mountd.c
2420
if ((a1)[i] == (a2)[j]) { \
usr.sbin/moused/moused/moused.c
2478
r_statetrans(struct rodent *r, mousestatus_t *a1, mousestatus_t *a2, int trans)
usr.sbin/moused/moused/moused.c
2484
a2->dx = a1->dx;
usr.sbin/moused/moused/moused.c
2485
a2->dy = a1->dy;
usr.sbin/moused/moused/moused.c
2486
a2->dz = a1->dz;
usr.sbin/moused/moused/moused.c
2488
a2->button = a1->button;
usr.sbin/moused/moused/moused.c
2489
a2->flags = a1->flags;
usr.sbin/moused/moused/moused.c
511
static int r_statetrans(struct rodent *r, mousestatus_t *a1,
usr.sbin/nscd/agent.c
37
agent_cmp_func(const void *a1, const void *a2)
usr.sbin/nscd/agent.c
39
struct agent const *ap1 = *((struct agent const **)a1);
usr.sbin/rmt/rmt.c
59
#define DEBUG2(f,a1,a2) if (debug) fprintf(debug, f, a1, a2)
usr.sbin/wlanstat/wlanstat.c
59
#define IEEE80211_ADDR_EQ(a1,a2) (memcmp(a1,a2,IEEE80211_ADDR_LEN) == 0)