Symbol: a2
bin/ed/main.c
1098
line_t *b1, *a1, *b2, *a2;
bin/ed/main.c
1105
a2 = get_addressed_line_node(n);
bin/ed/main.c
1123
a2 = b2->q_forw;
bin/ed/main.c
1125
REQUE(a1->q_back, a2);
bin/ed/main.c
1131
unset_active_nodes(b2->q_forw, a2);
bin/sh/alias.c
159
const struct alias *const *a2 = p2;
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
1226
a2 < 0 || a2 > 255 ||
crypto/heimdal/appl/ftp/ftp/ftp.c
1236
(a2 << 8) | a3);
crypto/heimdal/base/test_base.c
73
heim_string_t a2 = heim_string_create("hejsan");
crypto/heimdal/base/test_base.c
79
heim_dict_add_value(dict, a1, a2);
crypto/heimdal/base/test_base.c
86
heim_release(a2);
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/heimdal/lib/krb5/addr_families.c
645
const krb5_address *a2;
crypto/heimdal/lib/krb5/addr_families.c
649
a2 = addr2;
crypto/heimdal/lib/krb5/addr_families.c
653
a2 = addr1;
crypto/heimdal/lib/krb5/addr_families.c
660
if(a2->addr_type == KRB5_ADDRESS_ARANGE) {
crypto/heimdal/lib/krb5/addr_families.c
661
struct arange *b = a2->address.data;
crypto/heimdal/lib/krb5/addr_families.c
666
} else if(a2->addr_type == a->low.addr_type) {
crypto/heimdal/lib/krb5/addr_families.c
667
tmp1 = krb5_address_order(context, &a->low, a2);
crypto/heimdal/lib/krb5/addr_families.c
670
tmp2 = krb5_address_order(context, &a->high, 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/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
349
a2 != NULL ? ", " : "", a2 != NULL ? a2 : "");
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
362
fprintf(stderr, "%12s = 0x%s\n", a2, BN_bn2hex(aa2));
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
375
assert_ptr(file, line, a2, "NULL", aa2, 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
381
fprintf(stderr, "%12s = %s (len %zu)\n", a2, aa2, strlen(aa2));
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
414
assert_ptr(file, line, a2, "NULL", aa2, 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
422
fprintf(stderr, "%12s = %s (len %zu)\n", a2, aa2_tohex, l);
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
476
fprintf(stderr, "%12s = %d\n", a2, aa2);
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
487
fprintf(stderr, "%12s = %zu\n", a2, aa2);
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
498
fprintf(stderr, "%12s = %u / 0x%x\n", a2, aa2, aa2);
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
509
fprintf(stderr, "%12s = %ld / 0x%lx\n", a2, aa2, aa2);
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
520
fprintf(stderr, "%12s = %lld / 0x%llx\n", a2, aa2, aa2);
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
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
546
fprintf(stderr, "%12s = 0x%02x %u\n", a2, aa2, aa2);
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
557
fprintf(stderr, "%12s = 0x%04x %u\n", a2, aa2, aa2);
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
568
fprintf(stderr, "%12s = 0x%08x %u\n", a2, aa2, aa2);
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
580
fprintf(stderr, "%12s = 0x%016llx %llu\n", a2,
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
592
fprintf(stderr, "%12s = %p\n", a2, aa2);
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
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
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
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/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
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
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
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
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
165
a2 = ((x & 0xCCCCCCCCu) >> 2) | ((x & 0x33333333u) << 2);
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
190
a2 = a3;
crypto/openssl/crypto/aes/aes_core.c
191
a2 ^= (a3 & 0x0C0C0C0Cu) >> 2;
crypto/openssl/crypto/aes/aes_core.c
192
a4 = a3 & a2;
crypto/openssl/crypto/aes/aes_core.c
194
a4 ^= (((a3 << 1) & a2) ^ ((a2 << 1) & a3)) & 0x0A0A0A0Au;
crypto/openssl/crypto/aes/aes_core.c
202
a3 = a2 & a4;
crypto/openssl/crypto/aes/aes_core.c
204
a3 ^= (((a2 << 1) & a4) ^ ((a4 << 1) & a2)) & 0x0A0A0A0Au;
crypto/openssl/crypto/aes/aes_core.c
206
a2 = ((a1 & 0xCCCCCCCCu) >> 2) | ((a1 & 0x33333333u) << 2);
crypto/openssl/crypto/aes/aes_core.c
210
a4 = a2 & a3;
crypto/openssl/crypto/aes/aes_core.c
212
a4 ^= (((a2 << 1) & a3) ^ ((a3 << 1) & a2)) & 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
256
a2 = ((x & U64(0xCCCCCCCCCCCCCCCC)) >> 2) | ((x & U64(0x3333333333333333)) << 2);
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
281
a2 = a3;
crypto/openssl/crypto/aes/aes_core.c
282
a2 ^= (a3 & U64(0x0C0C0C0C0C0C0C0C)) >> 2;
crypto/openssl/crypto/aes/aes_core.c
283
a4 = a3 & a2;
crypto/openssl/crypto/aes/aes_core.c
285
a4 ^= (((a3 << 1) & a2) ^ ((a2 << 1) & a3)) & U64(0x0A0A0A0A0A0A0A0A);
crypto/openssl/crypto/aes/aes_core.c
293
a3 = a2 & a4;
crypto/openssl/crypto/aes/aes_core.c
295
a3 ^= (((a2 << 1) & a4) ^ ((a4 << 1) & a2)) & U64(0x0A0A0A0A0A0A0A0A);
crypto/openssl/crypto/aes/aes_core.c
297
a2 = ((a1 & U64(0xCCCCCCCCCCCCCCCC)) >> 2) | ((a1 & U64(0x3333333333333333)) << 2);
crypto/openssl/crypto/aes/aes_core.c
301
a4 = a2 & a3;
crypto/openssl/crypto/aes/aes_core.c
303
a4 ^= (((a2 << 1) & a3) ^ ((a3 << 1) & a2)) & 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
353
a2 = ((x & U64(0xCCCCCCCCCCCCCCCC)) >> 2) | ((x & U64(0x3333333333333333)) << 2);
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
378
a2 = a3;
crypto/openssl/crypto/aes/aes_core.c
379
a2 ^= (a3 & U64(0x0C0C0C0C0C0C0C0C)) >> 2;
crypto/openssl/crypto/aes/aes_core.c
380
a4 = a3 & a2;
crypto/openssl/crypto/aes/aes_core.c
382
a4 ^= (((a3 << 1) & a2) ^ ((a2 << 1) & a3)) & U64(0x0A0A0A0A0A0A0A0A);
crypto/openssl/crypto/aes/aes_core.c
390
a3 = a2 & a4;
crypto/openssl/crypto/aes/aes_core.c
392
a3 ^= (((a2 << 1) & a4) ^ ((a4 << 1) & a2)) & U64(0x0A0A0A0A0A0A0A0A);
crypto/openssl/crypto/aes/aes_core.c
394
a2 = ((a1 & U64(0xCCCCCCCCCCCCCCCC)) >> 2) | ((a1 & U64(0x3333333333333333)) << 2);
crypto/openssl/crypto/aes/aes_core.c
398
a4 = a2 & a3;
crypto/openssl/crypto/aes/aes_core.c
400
a4 ^= (((a2 << 1) & a3) ^ ((a3 << 1) & a2)) & U64(0xAAAAAAAAAAAAAAAA);
crypto/openssl/crypto/bn/bn_exp.c
1445
BIGNUM *rr2, const BIGNUM *a2, const BIGNUM *p2,
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
1486
rr2->d, a2->d, p2->d, m2->d,
crypto/openssl/crypto/bn/bn_exp.c
1507
ret &= BN_mod_exp_mont_consttime(rr2, a2, p2, m2, ctx, in_mont2);
crypto/openssl/crypto/bn/bn_exp2.c
103
a_mod_m = a2;
crypto/openssl/crypto/bn/bn_exp2.c
17
const BIGNUM *a2, const BIGNUM *p2, const BIGNUM *m,
crypto/openssl/crypto/bn/bn_exp2.c
30
bn_check_top(a2);
crypto/openssl/crypto/bn/bn_exp2.c
98
if (a2->neg || BN_ucmp(a2, m) >= 0) {
crypto/openssl/crypto/bn/bn_exp2.c
99
if (!BN_mod(val2[0], a2, m, ctx))
crypto/openssl/crypto/bn/bn_gf2m.c
126
register BN_ULONG a1, a2, a4, a8;
crypto/openssl/crypto/bn/bn_gf2m.c
129
a2 = a1 << 1;
crypto/openssl/crypto/bn/bn_gf2m.c
130
a4 = a2 << 1;
crypto/openssl/crypto/bn/bn_gf2m.c
135
tab[2] = a2;
crypto/openssl/crypto/bn/bn_gf2m.c
136
tab[3] = a1 ^ a2;
crypto/openssl/crypto/bn/bn_gf2m.c
139
tab[6] = a2 ^ a4;
crypto/openssl/crypto/bn/bn_gf2m.c
140
tab[7] = a1 ^ a2 ^ a4;
crypto/openssl/crypto/bn/bn_gf2m.c
143
tab[10] = a2 ^ a8;
crypto/openssl/crypto/bn/bn_gf2m.c
144
tab[11] = a1 ^ a2 ^ a8;
crypto/openssl/crypto/bn/bn_gf2m.c
147
tab[14] = a2 ^ a4 ^ a8;
crypto/openssl/crypto/bn/bn_gf2m.c
148
tab[15] = a1 ^ a2 ^ a4 ^ a8;
crypto/openssl/crypto/bn/bn_gf2m.c
57
register BN_ULONG a1, a2, a4;
crypto/openssl/crypto/bn/bn_gf2m.c
60
a2 = a1 << 1;
crypto/openssl/crypto/bn/bn_gf2m.c
61
a4 = a2 << 1;
crypto/openssl/crypto/bn/bn_gf2m.c
65
tab[2] = a2;
crypto/openssl/crypto/bn/bn_gf2m.c
66
tab[3] = a1 ^ a2;
crypto/openssl/crypto/bn/bn_gf2m.c
69
tab[6] = a2 ^ 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
346
bn_cp_64(to, 1, from, (a2) - 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
481
bn_cp_32(to, 5, from, (a2) - 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
650
bn_cp_32(to, 6, from, (a2) - 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
883
bn_cp_32(to, 10, from, (a2) - 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
54
const BIGNUM *p1, const BIGNUM *a2, const BIGNUM *p2,
crypto/openssl/crypto/ec/curve25519.c
5123
int64_t a2 = kBottom21Bits & (load_3(a + 5) >> 2);
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/curve25519.c
5218
s13 = a2 * b11 + a3 * b10 + a4 * b9 + a5 * b8 + a6 * b7 + a7 * b6 + a8 * b5 + a9 * b4 + a10 * b3 + a11 * b2;
crypto/openssl/crypto/ec/ec_lib.c
628
BIGNUM *a1, *a2, *a3, *b1, *b2, *b3;
crypto/openssl/crypto/ec/ec_lib.c
651
a2 = 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
402
a1 |= (a2 = mod_sub_64(range, *in++)) << 52;
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
403
a2 = (a2 >> 12) | (mod_sub_64(range, *in++) << 1);
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
404
a2 |= mod_sub_64(range, *in++) << 14;
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
405
a2 |= mod_sub_64(range, *in++) << 27;
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
408
out = OPENSSL_store_u32_le(out, (uint32_t)a2);
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
409
*out = (uint8_t)(a2 >> 32);
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
433
uint32_t a2, b13;
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
438
in = OPENSSL_load_u32_le(&a2, in);
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
446
*out++ = mod_sub(range, (a2 >> 1) & mask_13_bits);
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
447
*out++ = mod_sub(range, (a2 >> 14) & mask_13_bits);
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
448
*out++ = mod_sub(range, (a2 >> 27) | (b13 << 5));
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
517
uint32_t a1, a2;
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
523
in = OPENSSL_load_u32_le(&a2, in);
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
528
*out++ = mod_sub(range, (a2 >> 8) & mask_20_bits);
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
529
*out++ = mod_sub(range, (a2 >> 28) | (a3 << 4));
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
598
uint32_t a1, a2, a3;
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
603
in = OPENSSL_load_u32_le(&a2, in);
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
607
*out++ = mod_sub(range, (a1 >> 18) | ((a2 & 0xF) << 14));
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
608
*out++ = mod_sub(range, (a2 >> 4) & mask_18_bits);
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
609
*out++ = mod_sub(range, (a2 >> 22) | (a3 << 10));
crypto/openssl/include/openssl/bn.h
320
const BIGNUM *a2, const BIGNUM *p2, const BIGNUM *m,
crypto/openssl/include/openssl/bn.h
326
BIGNUM *rr2, const BIGNUM *a2, const BIGNUM *p2,
crypto/openssl/test/exptest.c
250
BIGNUM *a2 = NULL;
crypto/openssl/test/exptest.c
272
|| !TEST_ptr(a2 = BN_new())
crypto/openssl/test/exptest.c
280
BN_rand(a2, factor_size, BN_RAND_TOP_ONE, BN_RAND_BOTTOM_ANY);
crypto/openssl/test/exptest.c
286
|| !TEST_true(BN_mod(a2, a2, m2, ctx))
crypto/openssl/test/exptest.c
289
|| !TEST_true(BN_mod_exp_simple(r_simple2, a2, b2, m2, ctx))
crypto/openssl/test/exptest.c
291
r_mont_const_x2_2, a2, b2, m2, NULL,
crypto/openssl/test/exptest.c
305
BN_print_var(a2);
crypto/openssl/test/exptest.c
324
BN_free(a2);
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
114
i2 = *(const u_int *)a2;
lib/libsys/_libsys.h
580
int __sys_semsys(int which, int a2, int a3, int a4, int a5);
lib/libsys/_libsys.h
581
int __sys_msgsys(int which, int a2, int a3, int a4, int a5, int a6);
lib/libsys/_libsys.h
582
int __sys_shmsys(int which, int a2, int a3, int a4);
lib/msun/ld128/e_lgammal_r.c
273
p1 = a0+z*(a2+z*(a4+z*(a6+z*(a8+z*(a10+z*(a12+z*(a14+z*(a16+
lib/msun/ld128/e_lgammal_r.c
38
a2 = 6.73523010531980951332460538330282217e-02L,
lib/msun/ld80/e_lgammal_r.c
311
p1 = a0+z*(a2+z*(a4+z*(a6+z*(a8+z*(a10+z*a12)))));
lib/msun/src/e_lgamma_r.c
249
p1 = a0+z*(a2+z*(a4+z*(a6+z*(a8+z*a10))));
lib/msun/src/e_lgamma_r.c
93
a2 = 6.73523010531292681824e-02, /* 0x3FB13E00, 0x1A5562A7 */
lib/msun/src/e_lgammaf_r.c
171
p1 = a0+z*(a2+z*a4);
lib/msun/src/e_lgammaf_r.c
33
a2 = 6.73484802e-02, /* 0x3d89ee00 */
sbin/dump/optr.c
413
datesort(const void *a1, const void *a2)
sbin/dump/optr.c
416
struct dumpdates *d2 = *(struct dumpdates **)a2;
sbin/ipf/ipscan/ipscan_y.y
418
combine(int a1, int a2, int a3, int a4)
sbin/ipf/ipscan/ipscan_y.y
424
a2 &= 0xff;
sbin/ipf/ipscan/ipscan_y.y
425
in.s_addr |= (a2 << 16);
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
106
if (inet_aton(s, &a2) != 1)
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/pfctl/parse.y
6161
char a1[6], a2[6], op[13] = "";
sbin/pfctl/parse.y
6165
snprintf(a2, sizeof(a2), "%u", ntohs(addr->port[1]));
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/pfctl_optimize.c
465
struct pfctl_rule a, a2, b, b2;
sbin/pfctl/pfctl_optimize.c
473
memcpy(&a2, &a, sizeof(a2));
sbin/pfctl/pfctl_optimize.c
477
exclude_supersets(&b2, &a2);
sbin/pfctl/pfctl_optimize.c
485
} else if (memcmp(&a2, &b2, sizeof(a2)) == 0) {
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
342
printf(" %s:%s", a1, a2);
sbin/pfctl/pfctl_parser.c
348
char a1[6], a2[6];
sbin/pfctl/pfctl_parser.c
358
snprintf(a2, sizeof(a2), "%u", p2);
sbin/pfctl/pfctl_parser.c
361
print_op(op, s->s_name, a2);
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
372
snprintf(a2, sizeof(a2), "%ju", (uintmax_t)i2);
sbin/pfctl/pfctl_parser.c
375
print_op(op, "unknown", a2);
sbin/pfctl/pfctl_parser.c
377
print_op(op, a1, a2);
sbin/pfctl/pfctl_table.c
132
struct pfr_addr *a, *a2;
sbin/pfctl/pfctl_table.c
367
a2 = NULL;
sbin/pfctl/pfctl_table.c
369
a2 = pfr_buf_next(&b2, a2);
sbin/pfctl/pfctl_table.c
370
print_addrx(a2, a, opts & PF_OPT_USEDNS);
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
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
99
#define VATPIC_CTR2(vatpic, fmt, a1, a2) \
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
107
a2 = 0;
sys/arm64/intel/stratix10-svc.c
117
a2 = (uint64_t)msg->payload_length;
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
183
size = res.a2;
sys/arm64/intel/stratix10-svc.c
75
register_t a0, a1, a2;
sys/arm64/intel/stratix10-svc.c
83
a2 = 0;
sys/arm64/intel/stratix10-svc.c
85
ret = sc->callfn(a0, a1, a2, 0, 0, 0, 0, 0, &res);
sys/compat/freebsd32/freebsd32_proto.h
137
char a2_l_[PADL_(int)]; int a2; char a2_r_[PADR_(int)];
sys/compat/freebsd32/freebsd32_proto.h
144
char a2_l_[PADL_(int)]; int a2; char a2_r_[PADR_(int)];
sys/compat/freebsd32/freebsd32_proto.h
152
char a2_l_[PADL_(int)]; int a2; char a2_r_[PADR_(int)];
sys/compat/freebsd32/freebsd32_systrace_args.c
815
iarg[a++] = p->a2; /* int */
sys/compat/freebsd32/freebsd32_systrace_args.c
826
iarg[a++] = p->a2; /* int */
sys/compat/freebsd32/freebsd32_systrace_args.c
838
iarg[a++] = p->a2; /* int */
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/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
107
args[2] = ((uint64_t)a3 << 32) | a2;
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
68
args.a2 = HV_PARTITION_ID_SELF;
sys/dev/mwl/mwlhal.c
1415
uint8_t Tid, uint8_t ParamInfo, void *a1, void *a2)
sys/dev/mwl/mwlhal.c
1436
sp->public.data[1] = a2;
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
130
register_t a2;
sys/dev/psci/smccc.h
62
register_t a2;
sys/dev/psci/smccc.h
99
#define arm_smccc_invoke_3(func, a0, a1, a2, res) \
sys/dev/sound/pcm/feeder_eq.c
178
w -= (intpcm64_t)info->treble.o2[i] * treble->a2;
sys/dev/sound/pcm/feeder_eq.c
191
w -= (intpcm64_t)info->bass.o2[i] * bass->a2;
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
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
613
a2 = &(aclp->acl_entry[aclp->acl_cnt - 5]);
sys/kern/subr_acl_nfs4.c
619
if (!_acl_entry_matches(a2, ACL_USER_OBJ, ACL_WRITE_ACL |
sys/kern/subr_acl_nfs4.c
644
a2 = _acl_append(aclp, ACL_USER_OBJ, ACL_WRITE_ACL |
sys/kern/subr_acl_nfs4.c
656
KASSERT(a1 != NULL && a2 != NULL && a3 != NULL && a4 != NULL &&
sys/kern/subr_acl_nfs4.c
664
a2->ae_perm |= ACL_READ_DATA;
sys/kern/subr_acl_nfs4.c
668
a2->ae_perm |= (ACL_WRITE_DATA | ACL_APPEND_DATA);
sys/kern/subr_acl_nfs4.c
672
a2->ae_perm |= ACL_EXECUTE;
sys/kern/systrace_args.c
838
iarg[a++] = p->a2; /* int */
sys/kern/systrace_args.c
849
iarg[a++] = p->a2; /* int */
sys/kern/systrace_args.c
861
iarg[a++] = p->a2; /* int */
sys/kern/sysv_msg.c
1716
(struct freebsd7_freebsd32_msgctl_args *)&uap->a2));
sys/kern/sysv_msg.c
1719
(struct freebsd32_msgsnd_args *)&uap->a2));
sys/kern/sysv_msg.c
1722
(struct freebsd32_msgrcv_args *)&uap->a2));
sys/kern/sysv_msg.c
1887
error = (*msgcalls[uap->which])(td, &uap->a2);
sys/kern/sysv_sem.c
1805
error = (*semcalls[uap->which])(td, &uap->a2);
sys/kern/sysv_sem.c
1902
(struct freebsd7_freebsd32___semctl_args *)&uap->a2));
sys/kern/sysv_shm.c
1415
int a2;
sys/kern/sysv_shm.c
1427
return ((*shmcalls[uap->which])(td, &uap->a2));
sys/kern/sysv_shm.c
1445
ap.shmid = uap->a2;
sys/kern/sysv_shm.c
1453
ap.shmaddr = PTRIN(uap->a2);
sys/kern/sysv_shm.c
1459
ap.key = uap->a2;
sys/kern/sysv_shm.c
1467
ap.shmid = uap->a2;
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
681
a2 = *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
4620
const unsigned char *p2 = a2;
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
1752
a2 = (a1 >> 16) & 0xff;
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
317
a2 = ipf_p_ftp_atoi(&s);
sys/netpfil/ipfilter/netinet/ip_ftp_pxy.c
330
a1 |= a2;
sys/netpfil/ipfilter/netinet/ip_ftp_pxy.c
382
a2 = (a1 >> 16) & 0xff;
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
730
a2 = ipf_p_ftp_atoi(&s);
sys/netpfil/ipfilter/netinet/ip_ftp_pxy.c
743
a1 |= a2;
sys/netpfil/ipfilter/netinet/ip_ftp_pxy.c
792
a2 = (a1 >> 16) & 0xff;
sys/netpfil/ipfilter/netinet/ip_ftp_pxy.c
798
"227 Entering Passive Mode", brackets[0], a1, a2, a3, a4,
sys/netpfil/ipfilter/netinet/ip_nat.c
3733
struct in_addr a1, a2, a3, a4;
sys/netpfil/ipfilter/netinet/ip_nat.c
3853
a2.s_addr = ntohl(oip->ip_dst.s_addr);
sys/netpfil/ipfilter/netinet/ip_nat.c
3859
a2.s_addr = ntohl(oip->ip_dst.s_addr);
sys/netpfil/ipfilter/netinet/ip_nat.c
3869
CALC_SUMD(a2.s_addr, a3.s_addr, sum1);
sys/netpfil/ipfilter/netinet/ip_nat6.c
1547
i6addr_t a1, a2, a3, a4;
sys/netpfil/ipfilter/netinet/ip_nat6.c
1667
a2.in6 = oip6->ip6_dst;
sys/netpfil/ipfilter/netinet/ip_nat6.c
1673
a2.in6 = oip6->ip6_dst;
sys/netpfil/ipfilter/netinet/ip_nat6.c
1682
if (IP6_NEQ(&a3, &a2) || IP6_NEQ(&a1, &a4)) {
sys/netpfil/ipfilter/netinet/ip_nat6.c
1683
if (IP6_GT(&a3, &a2)) {
sys/netpfil/ipfilter/netinet/ip_nat6.c
1684
sumd = ipf_nat6_ip6subtract(&a2, &a3);
sys/netpfil/ipfilter/netinet/ip_nat6.c
1687
sumd = ipf_nat6_ip6subtract(&a2, &a3);
sys/netpfil/ipfilter/netinet/ip_nat6.c
631
i6addr_t a1, a2;
sys/netpfil/ipfilter/netinet/ip_nat6.c
635
IP6_AND(&a1, &np->in_nsrcmsk6, &a2);
sys/netpfil/ipfilter/netinet/ip_nat6.c
638
IP6_GT(&a2, &np->in_nsrcip6)) {
sys/netpfil/ipfilter/netinet/ip_raudio_pxy.c
180
int a1, a2, a3, a4;
sys/netpfil/ipfilter/netinet/ip_raudio_pxy.c
227
a2 = MIN(dlen, sizeof(rap->rap_svr));
sys/netpfil/ipfilter/netinet/ip_raudio_pxy.c
234
a2 = MIN(dlen, sizeof(rap->rap_svr));
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
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
1202
a2 = malloc(sizeof(*a2), M_PFALTQ, M_NOWAIT);
sys/netpfil/pf/pf_ioctl.c
1203
if (a2 == NULL) {
sys/netpfil/pf/pf_ioctl.c
1207
bcopy(a1, a2, sizeof(struct pf_altq));
sys/netpfil/pf/pf_ioctl.c
1209
error = pf_altq_ifnet_event_add(ifp, remove, ticket, a2);
sys/netpfil/pf/pf_ioctl.c
1213
TAILQ_INSERT_TAIL(V_pf_altq_ifs_inactive, a2, entries);
sys/netpfil/pf/pf_ioctl.c
1218
a2 = malloc(sizeof(*a2), M_PFALTQ, M_NOWAIT);
sys/netpfil/pf/pf_ioctl.c
1219
if (a2 == NULL) {
sys/netpfil/pf/pf_ioctl.c
1223
bcopy(a1, a2, sizeof(struct pf_altq));
sys/netpfil/pf/pf_ioctl.c
1225
if ((a2->qid = pf_qname2qid(a2->qname, true)) == 0) {
sys/netpfil/pf/pf_ioctl.c
1227
free(a2, M_PFALTQ);
sys/netpfil/pf/pf_ioctl.c
1230
a2->altq_disc = NULL;
sys/netpfil/pf/pf_ioctl.c
1232
if (strncmp(a3->ifname, a2->ifname,
sys/netpfil/pf/pf_ioctl.c
1234
a2->altq_disc = a3->altq_disc;
sys/netpfil/pf/pf_ioctl.c
1238
error = pf_altq_ifnet_event_add(ifp, remove, ticket, a2);
sys/netpfil/pf/pf_ioctl.c
1242
TAILQ_INSERT_TAIL(V_pf_altqs_inactive, a2, entries);
sys/netpfil/pf/pf_table.c
73
#define SWAP(type, a1, a2) \
sys/netpfil/pf/pf_table.c
76
a1 = a2; \
sys/netpfil/pf/pf_table.c
77
a2 = tmp; \
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
163
FPU_ADDCS(a2, a2, x2); \
sys/powerpc/fpu/fpu_mul.c
168
sticky |= a3 & 1, a3 = (a3 >> 1) | (a2 << 31), \
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
229
x->fp_mant[2] = a2;
sys/riscv/include/sbi.h
153
register uintptr_t a2 __asm ("a2") = (uintptr_t)(arg2);
sys/riscv/include/sbi.h
162
:"r"(a2), "r"(a3), "r"(a4), "r"(a6), "r"(a7) \
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
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
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
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
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
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
301
.oid_arg2 = (a2), \
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, \
sys/sys/sysproto.h
490
char a2_l_[PADL_(int)]; int a2; char a2_r_[PADR_(int)];
sys/sys/sysproto.h
497
char a2_l_[PADL_(int)]; int a2; char a2_r_[PADR_(int)];
sys/sys/sysproto.h
505
char a2_l_[PADL_(int)]; int a2; char a2_r_[PADR_(int)];
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
166
if (ISDOWN(HS(a2)))
usr.bin/ruptime/ruptime.c
167
return (tcmp(a1, a2));
usr.bin/ruptime/ruptime.c
170
else if (ISDOWN(HS(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
282
if (ISDOWN(HS(a2)))
usr.bin/ruptime/ruptime.c
283
return (tcmp(a1, a2));
usr.bin/ruptime/ruptime.c
286
else if (ISDOWN(HS(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
297
(ISDOWN(HS(a2)) ? HS(a2)->hs_wd.wd_recvtime - now
usr.bin/ruptime/ruptime.c
298
: HS(a2)->hs_wd.wd_sendtime - HS(a2)->hs_wd.wd_boottime)
usr.bin/sed/compile.c
198
if ((cmd->a2 = malloc(sizeof(struct s_addr)))
usr.bin/sed/compile.c
201
p = compile_addr(p, cmd->a2);
usr.bin/sed/compile.c
204
cmd->a2 = NULL;
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
135
if (cp->a2 == NULL || lastaddr || lastline())
usr.bin/sed/process.c
300
if (cp->a1 == NULL && cp->a2 == NULL)
usr.bin/sed/process.c
302
else if (cp->a2)
usr.bin/sed/process.c
304
switch (cp->a2->type) {
usr.bin/sed/process.c
306
if (linenum - cp->startline <= cp->a2->u.l)
usr.bin/sed/process.c
314
if (MATCH(cp->a2)) {
usr.bin/sed/process.c
318
} else if (cp->a2->type == AT_LINE &&
usr.bin/sed/process.c
319
linenum > cp->a2->u.l) {
usr.bin/sed/process.c
338
if ((cp->a2->type == AT_LINE &&
usr.bin/sed/process.c
339
linenum >= cp->a2->u.l) ||
usr.bin/sed/process.c
340
(cp->a2->type == AT_RELLINE && cp->a2->u.l == 0))
usr.bin/sed/process.c
365
if (cp->a2)
usr.sbin/bhyve/acpi.c
147
struct acpi_vcpu_affinity_entry *a2)
usr.sbin/bhyve/acpi.c
149
return (a1->vcpuid < a2->vcpuid ? -1 : a1->vcpuid > a2->vcpuid);
usr.sbin/bhyve/acpi.c
96
struct acpi_vcpu_affinity_entry *const a2);
usr.sbin/bsnmpd/modules/snmp_pf/pf_snmp.c
1684
struct pfa_entry *a1, *a2;
usr.sbin/bsnmpd/modules/snmp_pf/pf_snmp.c
1714
a2 = TAILQ_NEXT(a1, link);
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
105
((struct sockaddr_dl *)(a2))->sdl_len) && \
usr.sbin/ifmcstat/ifmcstat.c
107
LLADDR((struct sockaddr_dl *)(a2)), \
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
2487
a2->obutton = a2->button;
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
2505
if ((a2->dx != 0 || a2->dy != 0) &&
usr.sbin/moused/moused/moused.c
2513
a2->dx = a2->dy = 0;
usr.sbin/moused/moused/moused.c
2522
a2->button &= ~(MOUSE_BUTTON1DOWN | MOUSE_BUTTON2DOWN |
usr.sbin/moused/moused/moused.c
2524
a2->button &= states[e3b->mouse_button_state].mask;
usr.sbin/moused/moused/moused.c
2525
a2->button |= states[e3b->mouse_button_state].buttons;
usr.sbin/moused/moused/moused.c
2526
flags = a2->flags & MOUSE_POSCHANGED;
usr.sbin/moused/moused/moused.c
2527
flags |= a2->obutton ^ a2->button;
usr.sbin/moused/moused/moused.c
2529
a2->flags = flags & MOUSE_BUTTON2DOWN;
usr.sbin/moused/moused/moused.c
2530
r_timestamp(a2, &r->btstate, e3b, &r->drift);
usr.sbin/moused/moused/moused.c
2532
a2->flags = flags;
usr.sbin/moused/moused/moused.c
512
mousestatus_t *a2, int trans);
usr.sbin/nscd/agent.c
37
agent_cmp_func(const void *a1, const void *a2)
usr.sbin/nscd/agent.c
40
struct agent const *ap2 = *((struct agent const **)a2);
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)