games/atc/grammar.y
294
int d1, d2;
games/atc/grammar.y
299
d1 = ABS(x2 - x1);
games/atc/grammar.y
302
if (!(d1 == d2) && !(d1 == 0) && !(d2 == 0))
games/gomoku/bdinit.c
169
int i, f, r, n, d1, d2;
games/gomoku/bdinit.c
182
d1 = dd[r = cbp->c_dir];
games/gomoku/bdinit.c
189
for (i = 0; i < s; i++, sp1 += d1, vertex += d1) {
games/gomoku/main.c
344
int i, pnum, n, s1, s2, d1, d2;
games/gomoku/main.c
411
for (d1 = 0; d1 < 4; d1++)
games/gomoku/main.c
412
if (str[-1] == pdir[d1])
games/gomoku/main.c
416
n = (sp->s_frame[d1] - frames) * FAREA;
games/gomoku/main.c
429
"overlap %s%c,", stoc(s1), pdir[d1]);
games/gomoku/makemove.c
212
int i, f, r, r1, d, d1, n;
games/gomoku/makemove.c
279
d1 = dd[r1];
games/gomoku/makemove.c
282
for (i = 6; --i >= 0; sp -= d1) { /* for each spot */
games/hack/hack.mon.c
454
{ int d1 = DIST(nx,ny,gx,gy);
games/hack/hack.mon.c
456
nearer = (d1 < d2);
games/hack/hack.unix.c
390
int dx,dy,nfx = fx,nfy = fy,d1,d2;
games/hack/hack.unix.c
393
d1 = DIST(fx,fy,md->mx,md->my);
games/hack/hack.unix.c
397
if(d2 < d1) {
games/hack/hack.unix.c
398
d1 = d2;
lib/libc/arch/sparc64/fpu/fpu_div.c
161
u_int r0, r1, r2, r3, d0, d1, d2, d3, y0, y1, y2, y3;
lib/libc/arch/sparc64/fpu/fpu_div.c
209
FPU_SUBCS(d1, r1, y1); FPU_SUBC(d0, r0, y0)
lib/libc/arch/sparc64/fpu/fpu_div.c
230
r0 = d0, r1 = d1, r2 = d2, r3 = d3; \
lib/libc/arch/sparc64/fpu/fpu_div.c
254
r0 = d0, r1 = d1, r2 = d2, r3 = d3;
lib/libc/arch/sparc64/fpu/fpu_sqrt.c
197
u_int d0, d1, d2, d3;
lib/libc/arch/sparc64/fpu/fpu_sqrt.c
301
FPU_SUBS(d1, x1, t1);
lib/libc/arch/sparc64/fpu/fpu_sqrt.c
304
x0 = d0, x1 = d1; /* x -= t */
lib/libc/arch/sparc64/fpu/fpu_sqrt.c
312
FPU_SUBS(d1, x1, t1);
lib/libc/arch/sparc64/fpu/fpu_sqrt.c
315
x0 = d0, x1 = d1;
lib/libc/arch/sparc64/fpu/fpu_sqrt.c
333
FPU_SUBCS(d1, x1, t1);
lib/libc/arch/sparc64/fpu/fpu_sqrt.c
336
x0 = d0, x1 = d1, x2 = d2;
lib/libc/arch/sparc64/fpu/fpu_sqrt.c
345
FPU_SUBCS(d1, x1, t1);
lib/libc/arch/sparc64/fpu/fpu_sqrt.c
348
x0 = d0, x1 = d1, x2 = d2;
lib/libc/arch/sparc64/fpu/fpu_sqrt.c
367
FPU_SUBCS(d1, x1, t1);
lib/libc/arch/sparc64/fpu/fpu_sqrt.c
370
x0 = d0, x1 = d1, x2 = d2, x3 = d3;
lib/libc/arch/sparc64/fpu/fpu_sqrt.c
380
FPU_SUBCS(d1, x1, t1);
lib/libc/arch/sparc64/fpu/fpu_sqrt.c
383
x0 = d0, x1 = d1, x2 = d2, x3 = d3;
lib/libc/gdtoa/misc.c
661
ULong d0, d1;
lib/libc/gdtoa/misc.c
679
d1 = y << ((32-Ebits) + k) | w >> (Ebits - k);
lib/libc/gdtoa/misc.c
686
d1 = z << k | y >> (32 - k);
lib/libc/gdtoa/misc.c
690
d1 = z;
lib/libc/gdtoa/misc.c
698
d1 = z << k + 16 - Ebits | w << k - Ebits | y >> 16 + Ebits - k;
lib/libc/gdtoa/misc.c
706
d1 = w << k + 16 | y << k;
lib/libc/gdtoa/misc.c
711
word1(&d) = d1 >> 16 | d1 << 16;
lib/libc/gdtoa/misc.c
734
ULong d0, d1;
lib/libc/gdtoa/misc.c
742
d1 = word1(&d) >> 16 | word1(&d) << 16;
lib/libc/gdtoa/misc.c
766
if ( (y = d1) !=0) {
lib/libc/gdtoa/misc.c
788
if ( (y = d1) !=0) {
lib/libc/gen/scandir.c
178
alphasort(const struct dirent **d1, const struct dirent **d2)
lib/libc/gen/scandir.c
180
return(strcmp((*d1)->d_name, (*d2)->d_name));
lib/libcrypto/asn1/tasn_enc.c
421
const DER_ENC *d1 = a, *d2 = b;
lib/libcrypto/asn1/tasn_enc.c
424
cmplen = (d1->length < d2->length) ? d1->length : d2->length;
lib/libcrypto/asn1/tasn_enc.c
425
i = memcmp(d1->data, d2->data, cmplen);
lib/libcrypto/asn1/tasn_enc.c
428
return d1->length - d2->length;
lib/libcrypto/bn/bn_div.c
182
bn_div_3_words(const BN_ULONG *m, BN_ULONG d1, BN_ULONG d0)
lib/libcrypto/bn/bn_div.c
196
bn_mulw(d1, q, &t2h, &t2l);
lib/libcrypto/bn/bn_div.c
205
if (t2l < d1)
lib/libcrypto/bn/bn_div.c
207
t2l -= d1;
lib/libcrypto/bn/bn_div.c
232
BN_ULONG d0, d1;
lib/libcrypto/bn/bn_div.c
324
d1 = (div_n == 1) ? 0 : sdiv->d[div_n - 2];
lib/libcrypto/bn/bn_div.c
366
q = bn_div_3_words(wnump, d1, d0);
lib/libcrypto/bn/bn_div.c
71
BN_ULONG bn_div_3_words(const BN_ULONG *m, BN_ULONG d1, BN_ULONG d0);
lib/libcrypto/des/des.c
216
DES_LONG d0, d1, v0, v1;
lib/libcrypto/des/des.c
234
c2ln(in, d0, d1, n);
lib/libcrypto/des/des.c
237
d1 ^= ti[1];
lib/libcrypto/des/des.c
238
l2cn(d0, d1, out, n);
lib/libcrypto/des/des.c
247
v1 = d1;
lib/libcrypto/des/des.c
253
l2c(d1, iv);
lib/libcrypto/des/des.c
276
c2ln(in, d0, d1, n);
lib/libcrypto/des/des.c
285
v1 = d1;
lib/libcrypto/des/des.c
291
l2c(d1, iv);
lib/libcrypto/des/des.c
308
d1 ^= ti[1];
lib/libcrypto/des/des.c
309
l2cn(d0, d1, out, n);
lib/libcrypto/des/des.c
316
v0 = v1 = d0 = d1 = ti[0] = ti[1] = 0;
lib/libcrypto/des/des.c
397
DES_LONG d0, d1, v0, v1;
lib/libcrypto/des/des.c
420
c2ln(in, d0, d1, n);
lib/libcrypto/des/des.c
423
d1 ^= ti[1];
lib/libcrypto/des/des.c
424
l2cn(d0, d1, out, n);
lib/libcrypto/des/des.c
433
v1 = d1;
lib/libcrypto/des/des.c
440
l2c(d1, iv);
lib/libcrypto/des/des.c
442
sh[0] = v0, sh[1] = v1, sh[2] = d0, sh[3] = d1;
lib/libcrypto/des/des.c
466
c2ln(in, d0, d1, n);
lib/libcrypto/des/des.c
475
v1 = d1;
lib/libcrypto/des/des.c
482
l2c(d1, iv);
lib/libcrypto/des/des.c
484
sh[0] = v0, sh[1] = v1, sh[2] = d0, sh[3] = d1;
lib/libcrypto/des/des.c
502
d1 ^= ti[1];
lib/libcrypto/des/des.c
503
l2cn(d0, d1, out, n);
lib/libcrypto/des/des.c
510
v0 = v1 = d0 = d1 = ti[0] = ti[1] = 0;
lib/libcrypto/des/des.c
807
DES_LONG d0, d1, vv0, vv1, v0, v1, n = (numbits + 7)/8;
lib/libcrypto/des/des.c
841
c2ln(in, d0, d1, n);
lib/libcrypto/des/des.c
844
d1 = (d1 ^ vv1) & mask1;
lib/libcrypto/des/des.c
845
l2cn(d0, d1, out, n);
lib/libcrypto/des/des.c
867
v0 = v1 = d0 = d1 = ti[0] = ti[1] = vv0 = vv1 = 0;
lib/libcrypto/mlkem/mlkem_internal.c
458
uint16_t d1 = block[i] + 256 * (block[i + 1] % 16);
lib/libcrypto/mlkem/mlkem_internal.c
461
if (d1 < kPrime) {
lib/libcrypto/mlkem/mlkem_internal.c
462
out->c[done++] = d1;
lib/libcrypto/poly1305/poly1305-donna.c
124
d1 = ((unsigned long long)h0 * r1) +
lib/libcrypto/poly1305/poly1305-donna.c
148
d1 += c;
lib/libcrypto/poly1305/poly1305-donna.c
149
c = (unsigned long)(d1 >> 26);
lib/libcrypto/poly1305/poly1305-donna.c
150
h1 = (unsigned long)d1 & 0x3ffffff;
lib/libcrypto/poly1305/poly1305-donna.c
90
unsigned long long d0, d1, d2, d3, d4;
lib/libform/fty_ipv4.c
57
unsigned int d1 = 0, d2 = 0, d3 = 0, d4 = 0;
lib/libform/fty_ipv4.c
61
num = sscanf(bp, "%u.%u.%u.%u%n", &d1, &d2, &d3, &d4, &len);
lib/libform/fty_ipv4.c
69
return ((num != 4 || *bp || d1 > 255 || d2 > 255
lib/libssl/d1_both.c
1013
item = pqueue_find(s->d1->sent_messages, seq64be);
lib/libssl/d1_both.c
1042
s->d1->retransmitting = 1;
lib/libssl/d1_both.c
1059
s->d1->retransmitting = 0;
lib/libssl/d1_both.c
1072
for(item = pqueue_pop(s->d1->sent_messages); item != NULL;
lib/libssl/d1_both.c
1073
item = pqueue_pop(s->d1->sent_messages)) {
lib/libssl/d1_both.c
1088
if (frag_off == 0 && !s->d1->listen) {
lib/libssl/d1_both.c
1089
s->d1->handshake_write_seq = s->d1->next_handshake_write_seq;
lib/libssl/d1_both.c
1090
s->d1->next_handshake_write_seq++;
lib/libssl/d1_both.c
1093
dtls1_set_message_header_int(s, mt, len, s->d1->handshake_write_seq,
lib/libssl/d1_both.c
1102
struct hm_header_st *msg_hdr = &s->d1->w_msg_hdr;
lib/libssl/d1_both.c
1114
struct hm_header_st *msg_hdr = &s->d1->w_msg_hdr;
lib/libssl/d1_both.c
219
if (s->d1->mtu < dtls1_min_mtu() &&
lib/libssl/d1_both.c
221
s->d1->mtu = BIO_ctrl(SSL_get_wbio(s),
lib/libssl/d1_both.c
229
if (s->d1->mtu < dtls1_min_mtu()) {
lib/libssl/d1_both.c
230
s->d1->mtu = 0;
lib/libssl/d1_both.c
231
s->d1->mtu = dtls1_guess_mtu(s->d1->mtu);
lib/libssl/d1_both.c
233
s->d1->mtu, NULL);
lib/libssl/d1_both.c
237
OPENSSL_assert(s->d1->mtu >= dtls1_min_mtu());
lib/libssl/d1_both.c
242
(int)s->d1->w_msg_hdr.msg_len + DTLS1_HM_HEADER_LENGTH);
lib/libssl/d1_both.c
249
curr_mtu = s->d1->mtu - BIO_wpending(SSL_get_wbio(s)) -
lib/libssl/d1_both.c
257
curr_mtu = s->d1->mtu - DTLS1_RT_HEADER_LENGTH -
lib/libssl/d1_both.c
282
if (!dtls1_write_message_header(&s->d1->w_msg_hdr,
lib/libssl/d1_both.c
283
s->d1->w_msg_hdr.frag_off, s->d1->w_msg_hdr.frag_len,
lib/libssl/d1_both.c
302
s->d1->mtu = BIO_ctrl(SSL_get_wbio(s),
lib/libssl/d1_both.c
316
!s->d1->retransmitting) {
lib/libssl/d1_both.c
323
const struct hm_header_st *msg_hdr = &s->d1->w_msg_hdr;
lib/libssl/d1_both.c
395
msg_hdr = &s->d1->r_msg_hdr;
lib/libssl/d1_both.c
423
if (!s->d1->listen)
lib/libssl/d1_both.c
424
s->d1->handshake_read_seq++;
lib/libssl/d1_both.c
454
if ( s->d1->r_msg_hdr.frag_off == 0) /* first fragment */
lib/libssl/d1_both.c
467
s->d1->r_msg_hdr.msg_len = msg_len;
lib/libssl/d1_both.c
469
s->d1->r_msg_hdr.type = msg_hdr->type;
lib/libssl/d1_both.c
470
s->d1->r_msg_hdr.seq = msg_hdr->seq;
lib/libssl/d1_both.c
471
} else if (msg_len != s->d1->r_msg_hdr.msg_len) {
lib/libssl/d1_both.c
497
item = pqueue_peek(s->d1->buffered_messages);
lib/libssl/d1_both.c
507
if (s->d1->handshake_read_seq == frag->msg_header.seq) {
lib/libssl/d1_both.c
509
pqueue_pop(s->d1->buffered_messages);
lib/libssl/d1_both.c
574
item = pqueue_find(s->d1->buffered_messages, seq64be);
lib/libssl/d1_both.c
639
pqueue_insert(s->d1->buffered_messages, item);
lib/libssl/d1_both.c
668
item = pqueue_find(s->d1->buffered_messages, seq64be);
lib/libssl/d1_both.c
683
if (msg_hdr->seq <= s->d1->handshake_read_seq ||
lib/libssl/d1_both.c
684
msg_hdr->seq > s->d1->handshake_read_seq + 10 || item != NULL ||
lib/libssl/d1_both.c
685
(s->d1->handshake_read_seq == 0 &&
lib/libssl/d1_both.c
726
pqueue_insert(s->d1->buffered_messages, item);
lib/libssl/d1_both.c
780
if (msg_hdr.seq != s->d1->handshake_read_seq &&
lib/libssl/d1_both.c
781
!(s->d1->listen && msg_hdr.seq == 1))
lib/libssl/d1_both.c
791
if (!s->server && s->d1->r_msg_hdr.frag_off == 0 &&
lib/libssl/d1_both.c
913
pqueue sent = s->d1->sent_messages;
lib/libssl/d1_both.c
959
OPENSSL_assert(s->d1->w_msg_hdr.msg_len +
lib/libssl/d1_both.c
963
frag->msg_header.msg_len = s->d1->w_msg_hdr.msg_len;
lib/libssl/d1_both.c
964
frag->msg_header.seq = s->d1->w_msg_hdr.seq;
lib/libssl/d1_both.c
965
frag->msg_header.type = s->d1->w_msg_hdr.type;
lib/libssl/d1_both.c
967
frag->msg_header.frag_len = s->d1->w_msg_hdr.msg_len;
lib/libssl/d1_both.c
987
pqueue_insert(s->d1->sent_messages, item);
lib/libssl/d1_lib.c
158
dtls1_drain_records(s->d1->unprocessed_rcds.q);
lib/libssl/d1_lib.c
159
dtls1_drain_fragments(s->d1->buffered_messages);
lib/libssl/d1_lib.c
160
dtls1_drain_fragments(s->d1->sent_messages);
lib/libssl/d1_lib.c
161
dtls1_drain_rcontents(s->d1->buffered_app_data.q);
lib/libssl/d1_lib.c
172
if (s->d1 == NULL)
lib/libssl/d1_lib.c
177
pqueue_free(s->d1->unprocessed_rcds.q);
lib/libssl/d1_lib.c
178
pqueue_free(s->d1->buffered_messages);
lib/libssl/d1_lib.c
179
pqueue_free(s->d1->sent_messages);
lib/libssl/d1_lib.c
180
pqueue_free(s->d1->buffered_app_data.q);
lib/libssl/d1_lib.c
182
freezero(s->d1, sizeof(*s->d1));
lib/libssl/d1_lib.c
183
s->d1 = NULL;
lib/libssl/d1_lib.c
195
if (s->d1) {
lib/libssl/d1_lib.c
196
unprocessed_rcds = s->d1->unprocessed_rcds.q;
lib/libssl/d1_lib.c
197
buffered_messages = s->d1->buffered_messages;
lib/libssl/d1_lib.c
198
sent_messages = s->d1->sent_messages;
lib/libssl/d1_lib.c
199
buffered_app_data = s->d1->buffered_app_data.q;
lib/libssl/d1_lib.c
200
mtu = s->d1->mtu;
lib/libssl/d1_lib.c
204
memset(s->d1, 0, sizeof(*s->d1));
lib/libssl/d1_lib.c
206
s->d1->unprocessed_rcds.epoch =
lib/libssl/d1_lib.c
210
s->d1->cookie_len = sizeof(s->d1->cookie);
lib/libssl/d1_lib.c
214
s->d1->mtu = mtu;
lib/libssl/d1_lib.c
217
s->d1->unprocessed_rcds.q = unprocessed_rcds;
lib/libssl/d1_lib.c
218
s->d1->buffered_messages = buffered_messages;
lib/libssl/d1_lib.c
219
s->d1->sent_messages = sent_messages;
lib/libssl/d1_lib.c
220
s->d1->buffered_app_data.q = buffered_app_data;
lib/libssl/d1_lib.c
258
if (s->d1->next_timeout.tv_sec == 0 && s->d1->next_timeout.tv_usec == 0) {
lib/libssl/d1_lib.c
259
s->d1->timeout_duration = 1;
lib/libssl/d1_lib.c
263
gettimeofday(&(s->d1->next_timeout), NULL);
lib/libssl/d1_lib.c
266
s->d1->next_timeout.tv_sec += s->d1->timeout_duration;
lib/libssl/d1_lib.c
268
&s->d1->next_timeout);
lib/libssl/d1_lib.c
277
if (s->d1->next_timeout.tv_sec == 0 && s->d1->next_timeout.tv_usec == 0) {
lib/libssl/d1_lib.c
285
if (s->d1->next_timeout.tv_sec < timenow.tv_sec ||
lib/libssl/d1_lib.c
286
(s->d1->next_timeout.tv_sec == timenow.tv_sec &&
lib/libssl/d1_lib.c
287
s->d1->next_timeout.tv_usec <= timenow.tv_usec)) {
lib/libssl/d1_lib.c
293
memcpy(timeleft, &(s->d1->next_timeout), sizeof(struct timeval));
lib/libssl/d1_lib.c
335
s->d1->timeout_duration *= 2;
lib/libssl/d1_lib.c
336
if (s->d1->timeout_duration > 60)
lib/libssl/d1_lib.c
337
s->d1->timeout_duration = 60;
lib/libssl/d1_lib.c
345
memset(&(s->d1->timeout), 0, sizeof(struct dtls1_timeout_st));
lib/libssl/d1_lib.c
346
memset(&(s->d1->next_timeout), 0, sizeof(struct timeval));
lib/libssl/d1_lib.c
347
s->d1->timeout_duration = 1;
lib/libssl/d1_lib.c
349
&(s->d1->next_timeout));
lib/libssl/d1_lib.c
357
s->d1->timeout.num_alerts++;
lib/libssl/d1_lib.c
360
if (s->d1->timeout.num_alerts > 2) {
lib/libssl/d1_lib.c
361
s->d1->mtu = BIO_ctrl(SSL_get_wbio(s),
lib/libssl/d1_lib.c
366
if (s->d1->timeout.num_alerts > DTLS1_TMO_ALERT_COUNT) {
lib/libssl/d1_lib.c
388
s->d1->timeout.read_timeouts++;
lib/libssl/d1_lib.c
389
if (s->d1->timeout.read_timeouts > DTLS1_TMO_READ_COUNT) {
lib/libssl/d1_lib.c
390
s->d1->timeout.read_timeouts = 1;
lib/libssl/d1_lib.c
406
s->d1->listen = 1;
lib/libssl/d1_lib.c
84
if ((s->d1 = calloc(1, sizeof(*s->d1))) == NULL)
lib/libssl/d1_lib.c
87
if ((s->d1->unprocessed_rcds.q = pqueue_new()) == NULL)
lib/libssl/d1_lib.c
89
if ((s->d1->buffered_messages = pqueue_new()) == NULL)
lib/libssl/d1_lib.c
91
if ((s->d1->sent_messages = pqueue_new()) == NULL)
lib/libssl/d1_lib.c
93
if ((s->d1->buffered_app_data.q = pqueue_new()) == NULL)
lib/libssl/d1_lib.c
97
s->d1->cookie_len = sizeof(s->d1->cookie);
lib/libssl/d1_pkt.c
1107
return &s->d1->bitmap;
lib/libssl/d1_pkt.c
1113
return &s->d1->next_bitmap;
lib/libssl/d1_pkt.c
1122
memcpy(&(s->d1->bitmap), &(s->d1->next_bitmap), sizeof(DTLS1_BITMAP));
lib/libssl/d1_pkt.c
1123
memset(&(s->d1->next_bitmap), 0, sizeof(DTLS1_BITMAP));
lib/libssl/d1_pkt.c
336
if (s->d1->unprocessed_rcds.epoch !=
lib/libssl/d1_pkt.c
341
if (pqueue_peek(s->d1->unprocessed_rcds.q) == NULL) {
lib/libssl/d1_pkt.c
342
s->d1->unprocessed_rcds.epoch =
lib/libssl/d1_pkt.c
348
if (!dtls1_retrieve_buffered_record(s, &s->d1->unprocessed_rcds))
lib/libssl/d1_pkt.c
509
if (!(s->d1->listen && rr->type == SSL3_RT_HANDSHAKE &&
lib/libssl/d1_pkt.c
524
if ((SSL_in_init(s) || s->in_handshake) && !s->d1->listen) {
lib/libssl/d1_pkt.c
525
if (dtls1_buffer_record(s, &(s->d1->unprocessed_rcds),
lib/libssl/d1_pkt.c
617
s->d1->handshake_read_seq++;
lib/libssl/d1_pkt.c
812
dtls1_retrieve_buffered_rcontent(s, &s->d1->buffered_app_data);
lib/libssl/d1_pkt.c
826
if (s->d1->listen &&
lib/libssl/d1_pkt.c
843
if (dtls1_buffer_rcontent(s, &s->d1->buffered_app_data,
lib/libssl/ssl_clnt.c
2355
s->d1->handshake_write_seq =
lib/libssl/ssl_clnt.c
2356
s->d1->next_handshake_write_seq;
lib/libssl/ssl_clnt.c
2358
s->d1->handshake_write_seq, 0, 0);
lib/libssl/ssl_clnt.c
278
s->d1->send_cookie = 0;
lib/libssl/ssl_clnt.c
298
if (SSL_is_dtls(s) && s->d1->send_cookie) {
lib/libssl/ssl_clnt.c
343
if (s->d1->send_cookie) /* start again, with a cookie */
lib/libssl/ssl_clnt.c
550
s->d1->change_cipher_spec_ok = 1;
lib/libssl/ssl_clnt.c
615
s->d1->handshake_read_seq = 0;
lib/libssl/ssl_clnt.c
616
s->d1->next_handshake_write_seq = 0;
lib/libssl/ssl_clnt.c
680
if (!SSL_is_dtls(s) || s->d1->send_cookie == 0)
lib/libssl/ssl_clnt.c
712
if (s->d1->cookie_len > sizeof(s->d1->cookie)) {
lib/libssl/ssl_clnt.c
718
if (!CBB_add_bytes(&cookie, s->d1->cookie,
lib/libssl/ssl_clnt.c
719
s->d1->cookie_len))
lib/libssl/ssl_clnt.c
773
s->d1->send_cookie = 0;
lib/libssl/ssl_clnt.c
803
if (!CBS_write_bytes(&cookie, s->d1->cookie,
lib/libssl/ssl_clnt.c
804
sizeof(s->d1->cookie), &cookie_len)) {
lib/libssl/ssl_clnt.c
805
s->d1->cookie_len = 0;
lib/libssl/ssl_clnt.c
809
s->d1->cookie_len = cookie_len;
lib/libssl/ssl_clnt.c
810
s->d1->send_cookie = 1;
lib/libssl/ssl_clnt.c
844
if (s->d1->send_cookie == 0) {
lib/libssl/ssl_lib.c
1388
s->d1->mtu = larg;
lib/libssl/ssl_local.h
877
struct dtls1_state_st *d1; /* DTLSv1 variables */
lib/libssl/ssl_pkt.c
758
if (!s->d1->change_cipher_spec_ok) {
lib/libssl/ssl_pkt.c
767
s->d1->change_cipher_spec_ok = 0;
lib/libssl/ssl_srvr.c
1190
s->ctx->app_gen_cookie_cb(s, s->d1->cookie,
lib/libssl/ssl_srvr.c
1191
&(s->d1->cookie_len)) == 0) {
lib/libssl/ssl_srvr.c
1208
if (!CBB_add_bytes(&cookie, s->d1->cookie, s->d1->cookie_len))
lib/libssl/ssl_srvr.c
201
listen = s->d1->listen;
lib/libssl/ssl_srvr.c
209
s->d1->listen = listen;
lib/libssl/ssl_srvr.c
2396
s->d1->handshake_write_seq =
lib/libssl/ssl_srvr.c
2397
s->d1->next_handshake_write_seq;
lib/libssl/ssl_srvr.c
2399
s->d1->handshake_write_seq, 0, 0);
lib/libssl/ssl_srvr.c
364
s->d1->listen = 0;
lib/libssl/ssl_srvr.c
369
s->d1->handshake_read_seq = 2;
lib/libssl/ssl_srvr.c
370
s->d1->handshake_write_seq = 1;
lib/libssl/ssl_srvr.c
371
s->d1->next_handshake_write_seq = 1;
lib/libssl/ssl_srvr.c
604
s->d1->change_cipher_spec_ok = 1;
lib/libssl/ssl_srvr.c
619
s->d1->change_cipher_spec_ok = 1;
lib/libssl/ssl_srvr.c
723
s->d1->handshake_read_seq = 0;
lib/libssl/ssl_srvr.c
725
s->d1->handshake_write_seq = 0;
lib/libssl/ssl_srvr.c
726
s->d1->next_handshake_write_seq = 0;
lib/libssl/ssl_srvr.c
933
if (CBS_len(&cookie) > sizeof(s->d1->rcvd_cookie)) {
lib/libssl/ssl_srvr.c
945
if (!CBS_write_bytes(&cookie, s->d1->rcvd_cookie,
lib/libssl/ssl_srvr.c
946
sizeof(s->d1->rcvd_cookie), &cookie_len))
lib/libssl/ssl_srvr.c
951
s->d1->rcvd_cookie, cookie_len) == 0) {
lib/libssl/ssl_srvr.c
958
} else if (timingsafe_memcmp(s->d1->rcvd_cookie,
lib/libssl/ssl_srvr.c
959
s->d1->cookie, s->d1->cookie_len) != 0) {
lib/libutil/pkcs5_pbkdf2.c
100
hmac_sha1(asalt, salt_len + 4, pass, pass_len, d1);
lib/libutil/pkcs5_pbkdf2.c
101
memcpy(obuf, d1, sizeof(obuf));
lib/libutil/pkcs5_pbkdf2.c
104
hmac_sha1(d1, sizeof(d1), pass, pass_len, d2);
lib/libutil/pkcs5_pbkdf2.c
105
memcpy(d1, d2, sizeof(d1));
lib/libutil/pkcs5_pbkdf2.c
107
obuf[j] ^= d1[j];
lib/libutil/pkcs5_pbkdf2.c
116
explicit_bzero(d1, sizeof(d1));
lib/libutil/pkcs5_pbkdf2.c
81
uint8_t d1[SHA1_DIGEST_LENGTH], d2[SHA1_DIGEST_LENGTH];
libexec/ld.so/ldconfig/ld.h
22
int cmpndewey(int d1[], int n1, int d2[], int n2);
libexec/ld.so/ldconfig/shlib.c
169
cmpndewey(int d1[], int n1, int d2[], int n2)
libexec/ld.so/ldconfig/shlib.c
174
if (d1[i] < d2[i])
libexec/ld.so/ldconfig/shlib.c
176
if (d1[i] > d2[i])
regress/lib/libc/cephes/ieetst.c
248
d1 = -24.0;
regress/lib/libc/cephes/ieetst.c
249
e53toe( &d1, q1 );
regress/lib/libc/cephes/ieetst.c
363
d1 = k2;
regress/lib/libc/cephes/ieetst.c
364
e53toe( &d1, q1 );
regress/lib/libc/cephes/ieetst.c
368
d1 = -mprec + 4;
regress/lib/libc/cephes/ieetst.c
369
e53toe( &d1, q1 );
regress/lib/libc/cephes/ieetst.c
61
static double d1, d2;
regress/lib/libcrypto/asn1/asn1basic.c
41
asn1_compare_bytes(const char *label, const unsigned char *d1, int len1,
regress/lib/libcrypto/asn1/asn1basic.c
48
hexdump(d1, len1);
regress/lib/libcrypto/asn1/asn1basic.c
53
if (memcmp(d1, d2, len1) != 0) {
regress/lib/libcrypto/asn1/asn1basic.c
56
hexdump(d1, len1);
regress/lib/libcrypto/asn1/asn1complex.c
38
asn1_compare_bytes(const char *label, const unsigned char *d1, int len1,
regress/lib/libcrypto/asn1/asn1complex.c
46
if (memcmp(d1, d2, len1) != 0) {
regress/lib/libcrypto/asn1/asn1complex.c
49
hexdump(d1, len1);
regress/lib/libcrypto/asn1/asn1evp.c
48
compare_data(const char *label, const unsigned char *d1, size_t d1_len,
regress/lib/libcrypto/asn1/asn1evp.c
56
if (memcmp(d1, d2, d1_len) != 0) {
regress/lib/libcrypto/asn1/asn1evp.c
59
hexdump(d1, d1_len);
regress/lib/libcrypto/asn1/asn1object.c
45
asn1_compare_bytes(const char *label, const unsigned char *d1, int len1,
regress/lib/libcrypto/asn1/asn1object.c
52
hexdump(d1, len1);
regress/lib/libcrypto/asn1/asn1object.c
57
if (memcmp(d1, d2, len1) != 0) {
regress/lib/libcrypto/asn1/asn1object.c
60
hexdump(d1, len1);
regress/lib/libcrypto/asn1/asn1time.c
198
asn1_compare_bytes(int test_no, const unsigned char *d1,
regress/lib/libcrypto/asn1/asn1time.c
206
if (memcmp(d1, d2, len1) != 0) {
regress/lib/libcrypto/asn1/asn1time.c
209
hexdump(d1, len1);
regress/lib/libcrypto/asn1/asn1x509.c
239
compare_data(const char *label, const unsigned char *d1, size_t d1_len,
regress/lib/libcrypto/asn1/asn1x509.c
247
if (memcmp(d1, d2, d1_len) != 0) {
regress/lib/libcrypto/asn1/asn1x509.c
250
hexdump(d1, d1_len);
regress/lib/libcrypto/ec/ec_asn1_test.c
123
compare_data(const char *label, const unsigned char *d1, size_t d1_len,
regress/lib/libcrypto/ec/ec_asn1_test.c
131
if (memcmp(d1, d2, d1_len) != 0) {
regress/lib/libcrypto/ec/ec_asn1_test.c
134
hexdump(d1, d1_len);
regress/lib/libcrypto/evp/evp_test.c
781
kdf_compare_bytes(const char *label, const unsigned char *d1, int len1,
regress/lib/libcrypto/evp/evp_test.c
788
hexdump(d1, len1);
regress/lib/libcrypto/evp/evp_test.c
793
if (memcmp(d1, d2, len1) != 0) {
regress/lib/libcrypto/evp/evp_test.c
796
hexdump(d1, len1);
regress/lib/libcrypto/objects/objectstest.c
36
obj_compare_bytes(const char *label, const unsigned char *d1, int len1,
regress/lib/libcrypto/objects/objectstest.c
43
hexdump(d1, len1);
regress/lib/libcrypto/objects/objectstest.c
48
if (memcmp(d1, d2, len1) != 0) {
regress/lib/libcrypto/objects/objectstest.c
51
hexdump(d1, len1);
regress/lib/libm/msun/csqrt_test.c
66
#define assert_equal(d1, d2) CHECK_CFPEQUAL_CS(d1, d2, CS_BOTH)
regress/lib/libm/msun/test-utils.h
169
cfpequal(long double complex d1, long double complex d2)
regress/lib/libm/msun/test-utils.h
172
return (fpequal_cs(creall(d1), creall(d2), true) &&
regress/lib/libm/msun/test-utils.h
173
fpequal_cs(cimagl(d1), cimagl(d2), true));
regress/lib/libpthread/preemption_float/preemption_float.c
53
double d, d1, d2;
regress/lib/libpthread/preemption_float/preemption_float.c
60
d1 = d;
regress/lib/libpthread/preemption_float/preemption_float.c
65
if (memcmp (&d2, &d1, sizeof(double))) {
regress/lib/libpthread/preemption_float/preemption_float.c
66
printf("log loop: %f != %f\n", d1, d2);
regress/lib/libpthread/preemption_float/preemption_float.c
77
double d, d1, d2;
regress/lib/libpthread/preemption_float/preemption_float.c
86
d1 = d;
regress/lib/libpthread/preemption_float/preemption_float.c
91
if (memcmp (&d2, &d1, sizeof(double))) {
regress/lib/libpthread/preemption_float/preemption_float.c
92
printf("trig loop: %f != %f\n", d1, d2);
regress/usr.bin/bc/t19.c
49
long double v, d1, d2, diff, prec;
regress/usr.bin/bc/t19.c
58
ret = fscanf(fp, "%Lf", &d1);
regress/usr.bin/bc/t19.c
61
diff = fabsl(d1 - d2);
regress/usr.bin/bc/t19.c
72
v, d1, d2, diff, prec);
sbin/dump/optr.c
421
struct dumpdates *d1 = *(struct dumpdates **)a1;
sbin/dump/optr.c
425
diff = strncmp(d1->dd_name, d2->dd_name, sizeof(d1->dd_name));
sbin/dump/optr.c
427
return (d2->dd_ddate < d1->dd_ddate ? -1 :
sbin/dump/optr.c
428
(d2->dd_ddate > d1->dd_ddate ? 1 : 0));
sbin/unwind/libunbound/iterator/iter_utils.c
1015
struct packed_rrset_data* d1 = (struct packed_rrset_data*)
sbin/unwind/libunbound/iterator/iter_utils.c
1027
d1->count != d2->count ||
sbin/unwind/libunbound/iterator/iter_utils.c
1028
d1->rrsig_count != d2->rrsig_count ||
sbin/unwind/libunbound/iterator/iter_utils.c
1029
d1->trust != d2->trust ||
sbin/unwind/libunbound/iterator/iter_utils.c
1030
d1->security != d2->security)
sbin/unwind/libunbound/iterator/iter_utils.c
1032
t = d1->count + d1->rrsig_count;
sbin/unwind/libunbound/iterator/iter_utils.c
1034
if(d1->rr_len[i] != d2->rr_len[i] ||
sbin/unwind/libunbound/iterator/iter_utils.c
1036
memcmp(d1->rr_data[i], d2->rr_data[i],
sbin/unwind/libunbound/iterator/iter_utils.c
1037
d1->rr_len[i]) != 0)
sbin/unwind/libunbound/services/localzone.c
159
local_data_cmp(const void* d1, const void* d2)
sbin/unwind/libunbound/services/localzone.c
161
struct local_data* a = (struct local_data*)d1;
sbin/unwind/libunbound/services/localzone.h
244
int local_data_cmp(const void* d1, const void* d2);
sbin/unwind/libunbound/services/outside_network.c
2951
uint8_t* d1 = sldns_buffer_begin(pkt)+12;
sbin/unwind/libunbound/services/outside_network.c
2958
len1 = *d1++;
sbin/unwind/libunbound/services/outside_network.c
2963
if(d1 >= sldns_buffer_at(pkt, sldns_buffer_limit(pkt)))
sbin/unwind/libunbound/services/outside_network.c
2965
d1 = sldns_buffer_begin(pkt)+PTR_OFFSET(len1, *d1);
sbin/unwind/libunbound/services/outside_network.c
2967
if(d1 >= sldns_buffer_at(pkt, sldns_buffer_limit(pkt)))
sbin/unwind/libunbound/services/outside_network.c
2969
len1 = *d1++;
sbin/unwind/libunbound/services/outside_network.c
2981
if(d1+len1 >= sldns_buffer_at(pkt, sldns_buffer_limit(pkt)))
sbin/unwind/libunbound/services/outside_network.c
2987
if(memcmp(d1, d2, len1) != 0)
sbin/unwind/libunbound/services/outside_network.c
2989
d1 += len1;
sbin/unwind/libunbound/services/outside_network.c
2991
len1 = *d1++;
sbin/unwind/libunbound/sldns/wire2str.c
1407
uint64_t d0, d1, d2, d3, d4, d5;
sbin/unwind/libunbound/sldns/wire2str.c
1410
d1 = (*d)[1];
sbin/unwind/libunbound/sldns/wire2str.c
1415
tsigtime = (d0<<40) | (d1<<32) | (d2<<24) | (d3<<16) | (d4<<8) | d5;
sbin/unwind/libunbound/util/data/dname.c
100
query_dname_compare(register uint8_t* d1, register uint8_t* d2)
sbin/unwind/libunbound/util/data/dname.c
103
log_assert(d1 && d2);
sbin/unwind/libunbound/util/data/dname.c
104
lab1 = *d1++;
sbin/unwind/libunbound/util/data/dname.c
118
if(*d1 != *d2 &&
sbin/unwind/libunbound/util/data/dname.c
119
tolower((unsigned char)*d1) != tolower((unsigned char)*d2)) {
sbin/unwind/libunbound/util/data/dname.c
120
if(tolower((unsigned char)*d1) < tolower((unsigned char)*d2))
sbin/unwind/libunbound/util/data/dname.c
124
d1++;
sbin/unwind/libunbound/util/data/dname.c
128
lab1 = *d1++;
sbin/unwind/libunbound/util/data/dname.c
233
dname_pkt_compare(sldns_buffer* pkt, uint8_t* d1, uint8_t* d2)
sbin/unwind/libunbound/util/data/dname.c
237
log_assert(pkt && d1 && d2);
sbin/unwind/libunbound/util/data/dname.c
238
len1 = *d1++;
sbin/unwind/libunbound/util/data/dname.c
243
if((size_t)PTR_OFFSET(len1, *d1)
sbin/unwind/libunbound/util/data/dname.c
248
d1 = sldns_buffer_at(pkt, PTR_OFFSET(len1, *d1));
sbin/unwind/libunbound/util/data/dname.c
249
len1 = *d1++;
sbin/unwind/libunbound/util/data/dname.c
272
if(tolower((unsigned char)*d1) != tolower((unsigned char)*d2)) {
sbin/unwind/libunbound/util/data/dname.c
273
if(tolower((unsigned char)*d1) < tolower((unsigned char)*d2))
sbin/unwind/libunbound/util/data/dname.c
277
d1++;
sbin/unwind/libunbound/util/data/dname.c
280
len1 = *d1++;
sbin/unwind/libunbound/util/data/dname.c
486
dname_lab_cmp(uint8_t* d1, int labs1, uint8_t* d2, int labs2, int* mlabs)
sbin/unwind/libunbound/util/data/dname.c
495
len1 = *d1++;
sbin/unwind/libunbound/util/data/dname.c
496
d1 += len1;
sbin/unwind/libunbound/util/data/dname.c
515
len1 = *d1++;
sbin/unwind/libunbound/util/data/dname.c
523
d1 += len1;
sbin/unwind/libunbound/util/data/dname.c
531
if(*d1 != *d2 && tolower((unsigned char)*d1)
sbin/unwind/libunbound/util/data/dname.c
533
if(tolower((unsigned char)*d1) <
sbin/unwind/libunbound/util/data/dname.c
537
d1 += len1;
sbin/unwind/libunbound/util/data/dname.c
543
d1 += len1;
sbin/unwind/libunbound/util/data/dname.c
547
d1++;
sbin/unwind/libunbound/util/data/dname.c
681
dname_strict_subdomain(uint8_t* d1, int labs1, uint8_t* d2, int labs2)
sbin/unwind/libunbound/util/data/dname.c
687
if(dname_lab_cmp(d1, labs1, d2, labs2, &m) > 0) {
sbin/unwind/libunbound/util/data/dname.c
695
dname_strict_subdomain_c(uint8_t* d1, uint8_t* d2)
sbin/unwind/libunbound/util/data/dname.c
697
return dname_strict_subdomain(d1, dname_count_labels(d1), d2,
sbin/unwind/libunbound/util/data/dname.c
702
dname_subdomain_c(uint8_t* d1, uint8_t* d2)
sbin/unwind/libunbound/util/data/dname.c
707
int labs1 = dname_count_labels(d1);
sbin/unwind/libunbound/util/data/dname.c
711
if(dname_lab_cmp(d1, labs1, d2, labs2, &m) < 0) {
sbin/unwind/libunbound/util/data/dname.c
820
dname_canon_lab_cmp(uint8_t* d1, int labs1, uint8_t* d2, int labs2, int* mlabs)
sbin/unwind/libunbound/util/data/dname.c
833
len1 = *d1++;
sbin/unwind/libunbound/util/data/dname.c
834
d1 += len1;
sbin/unwind/libunbound/util/data/dname.c
853
len1 = *d1++;
sbin/unwind/libunbound/util/data/dname.c
856
if((c=memcanoncmp(d1, len1, d2, len2)) != 0) {
sbin/unwind/libunbound/util/data/dname.c
863
d1 += len1;
sbin/unwind/libunbound/util/data/dname.c
882
dname_canonical_compare(uint8_t* d1, uint8_t* d2)
sbin/unwind/libunbound/util/data/dname.c
885
labs1 = dname_count_labels(d1);
sbin/unwind/libunbound/util/data/dname.c
887
return dname_canon_lab_cmp(d1, labs1, d2, labs2, &m);
sbin/unwind/libunbound/util/data/dname.c
890
uint8_t* dname_get_shared_topdomain(uint8_t* d1, uint8_t* d2)
sbin/unwind/libunbound/util/data/dname.c
894
labs1 = dname_count_labels(d1);
sbin/unwind/libunbound/util/data/dname.c
896
(void)dname_lab_cmp(d1, labs1, d2, labs2, &m);
sbin/unwind/libunbound/util/data/dname.c
897
dname_remove_labels(&d1, &len, labs1-m);
sbin/unwind/libunbound/util/data/dname.c
898
return d1;
sbin/unwind/libunbound/util/data/dname.h
121
int dname_pkt_compare(struct sldns_buffer* pkt, uint8_t* d1, uint8_t* d2);
sbin/unwind/libunbound/util/data/dname.h
186
int dname_lab_cmp(uint8_t* d1, int labs1, uint8_t* d2, int labs2, int* mlabs);
sbin/unwind/libunbound/util/data/dname.h
217
int dname_strict_subdomain(uint8_t* d1, int labs1, uint8_t* d2, int labs2);
sbin/unwind/libunbound/util/data/dname.h
225
int dname_strict_subdomain_c(uint8_t* d1, uint8_t* d2);
sbin/unwind/libunbound/util/data/dname.h
233
int dname_subdomain_c(uint8_t* d1, uint8_t* d2);
sbin/unwind/libunbound/util/data/dname.h
318
int dname_canon_lab_cmp(uint8_t* d1, int labs1, uint8_t* d2, int labs2,
sbin/unwind/libunbound/util/data/dname.h
329
int dname_canonical_compare(uint8_t* d1, uint8_t* d2);
sbin/unwind/libunbound/util/data/dname.h
337
uint8_t* dname_get_shared_topdomain(uint8_t* d1, uint8_t* d2);
sbin/unwind/libunbound/util/data/dname.h
99
int query_dname_compare(uint8_t* d1, uint8_t* d2);
sbin/unwind/libunbound/util/data/packed_rrset.c
146
rrsetdata_equal(struct packed_rrset_data* d1, struct packed_rrset_data* d2)
sbin/unwind/libunbound/util/data/packed_rrset.c
150
if(d1->count != d2->count || d1->rrsig_count != d2->rrsig_count)
sbin/unwind/libunbound/util/data/packed_rrset.c
152
total = d1->count + d1->rrsig_count;
sbin/unwind/libunbound/util/data/packed_rrset.c
154
if(d1->rr_len[i] != d2->rr_len[i])
sbin/unwind/libunbound/util/data/packed_rrset.c
156
if(memcmp(d1->rr_data[i], d2->rr_data[i], d1->rr_len[i]) != 0)
sbin/unwind/libunbound/util/data/packed_rrset.h
343
int rrsetdata_equal(struct packed_rrset_data* d1, struct packed_rrset_data* d2);
sbin/unwind/libunbound/validator/val_sigcrypt.c
1192
struct packed_rrset_data* d1=(struct packed_rrset_data*)k1->entry.data;
sbin/unwind/libunbound/validator/val_sigcrypt.c
1206
if(d1->ttl != d2->ttl ||
sbin/unwind/libunbound/validator/val_sigcrypt.c
1207
d1->count != d2->count ||
sbin/unwind/libunbound/validator/val_sigcrypt.c
1208
d1->rrsig_count != d2->rrsig_count ||
sbin/unwind/libunbound/validator/val_sigcrypt.c
1209
d1->trust != d2->trust ||
sbin/unwind/libunbound/validator/val_sigcrypt.c
1210
d1->security != d2->security)
sbin/unwind/libunbound/validator/val_sigcrypt.c
1222
if(d1->count > RR_COUNT_MAX || d2->count > RR_COUNT_MAX)
sbin/unwind/libunbound/validator/val_sigcrypt.c
1224
rrs1 = regional_alloc(region, sizeof(struct canon_rr)*d1->count);
sbin/unwind/libunbound/validator/val_sigcrypt.c
1229
canonical_sort(k1, d1, &sortree1, rrs1);
sbin/unwind/libunbound/validator/val_sigcrypt.c
1239
flen[0] = d1->rr_len[p1->rr_idx];
sbin/unwind/libunbound/validator/val_sigcrypt.c
1241
fdata[0] = d1->rr_data[p1->rr_idx];
sys/arch/hppa/hppa/db_disasm.c
64
struct doubleword d1;
sys/arch/luna88k/cbus/nec86hw.c
1031
register u_int8_t d0, d1;
sys/arch/luna88k/cbus/nec86hw.c
1040
d1 = (u_int8_t) sc->conv_last1;
sys/arch/luna88k/cbus/nec86hw.c
1043
d0 = d1;
sys/arch/luna88k/cbus/nec86hw.c
1044
d1 = *p++;
sys/arch/luna88k/cbus/nec86hw.c
1048
d = ((d0 * (hw_orate - acc)) + (d1 * acc)) / hw_orate;
sys/arch/luna88k/cbus/nec86hw.c
1065
sc->conv_last1 = (u_short) d1;
sys/arch/luna88k/cbus/nec86hw.c
1078
register u_short d, d0, d1;
sys/arch/luna88k/cbus/nec86hw.c
1087
d1 = sc->conv_last1;
sys/arch/luna88k/cbus/nec86hw.c
1090
d0 = d1;
sys/arch/luna88k/cbus/nec86hw.c
1092
d1 = (*p | (*(p + 1) << 8)) ^ 0x8000;
sys/arch/luna88k/cbus/nec86hw.c
1097
d = ((d0 * (hw_orate - acc)) + (d1 * acc)) / hw_orate;
sys/arch/luna88k/cbus/nec86hw.c
1118
sc->conv_last1 = d1;
sys/arch/sparc64/fpu/fpu_div.c
156
u_int r0, r1, r2, r3, d0, d1, d2, d3, y0, y1, y2, y3;
sys/arch/sparc64/fpu/fpu_div.c
204
FPU_SUBCS(d1, r1, y1); FPU_SUBC(d0, r0, y0)
sys/arch/sparc64/fpu/fpu_div.c
225
r0 = d0, r1 = d1, r2 = d2, r3 = d3; \
sys/arch/sparc64/fpu/fpu_div.c
249
r0 = d0, r1 = d1, r2 = d2, r3 = d3;
sys/arch/sparc64/fpu/fpu_sqrt.c
193
u_int d0, d1, d2, d3;
sys/arch/sparc64/fpu/fpu_sqrt.c
297
FPU_SUBS(d1, x1, t1);
sys/arch/sparc64/fpu/fpu_sqrt.c
300
x0 = d0, x1 = d1; /* x -= t */
sys/arch/sparc64/fpu/fpu_sqrt.c
308
FPU_SUBS(d1, x1, t1);
sys/arch/sparc64/fpu/fpu_sqrt.c
311
x0 = d0, x1 = d1;
sys/arch/sparc64/fpu/fpu_sqrt.c
329
FPU_SUBCS(d1, x1, t1);
sys/arch/sparc64/fpu/fpu_sqrt.c
332
x0 = d0, x1 = d1, x2 = d2;
sys/arch/sparc64/fpu/fpu_sqrt.c
341
FPU_SUBCS(d1, x1, t1);
sys/arch/sparc64/fpu/fpu_sqrt.c
344
x0 = d0, x1 = d1, x2 = d2;
sys/arch/sparc64/fpu/fpu_sqrt.c
363
FPU_SUBCS(d1, x1, t1);
sys/arch/sparc64/fpu/fpu_sqrt.c
366
x0 = d0, x1 = d1, x2 = d2, x3 = d3;
sys/arch/sparc64/fpu/fpu_sqrt.c
376
FPU_SUBCS(d1, x1, t1);
sys/arch/sparc64/fpu/fpu_sqrt.c
379
x0 = d0, x1 = d1, x2 = d2, x3 = d3;
sys/crypto/poly1305.c
106
d1 = ((unsigned long long)h0 * r1) +
sys/crypto/poly1305.c
130
d1 += c;
sys/crypto/poly1305.c
131
c = (unsigned long)(d1 >> 26);
sys/crypto/poly1305.c
132
h1 = (unsigned long)d1 & 0x3ffffff;
sys/crypto/poly1305.c
72
unsigned long long d0, d1, d2, d3, d4;
sys/dev/pci/drm/amd/amdgpu/amdgpu_ring.h
443
#define amdgpu_ring_emit_reg_write_reg_wait(r, d0, d1, v, m) (r)->funcs->emit_reg_write_reg_wait((r), (d0), (d1), (v), (m))
sys/dev/usb/if_otus.c
1863
uint8_t chansel, d0, d1;
sys/dev/usb/if_otus.c
1884
d1 = otus_reverse_bits(chansel);
sys/dev/usb/if_otus.c
1887
data = (d1 & 0x1f) << 5 | (d0 & 0x1f);
sys/dev/usb/if_otus.c
1890
data = (d1 >> 5) << 5 | (d0 >> 5);
sys/lib/libsa/pkcs5_pbkdf2.c
35
u_int8_t d1[SHA1_DIGEST_LENGTH], d2[SHA1_DIGEST_LENGTH];
sys/lib/libsa/pkcs5_pbkdf2.c
54
hmac_sha1(asalt, salt_len + 4, pass, pass_len, d1);
sys/lib/libsa/pkcs5_pbkdf2.c
55
memcpy(obuf, d1, sizeof(obuf));
sys/lib/libsa/pkcs5_pbkdf2.c
58
hmac_sha1(d1, sizeof(d1), pass, pass_len, d2);
sys/lib/libsa/pkcs5_pbkdf2.c
59
memcpy(d1, d2, sizeof(d1));
sys/lib/libsa/pkcs5_pbkdf2.c
61
obuf[j] ^= d1[j];
sys/lib/libsa/pkcs5_pbkdf2.c
71
explicit_bzero(d1, sizeof(d1));
usr.bin/cvs/diff3.c
163
BUF *b1, *d1, *d2, *diffb;
usr.bin/cvs/diff3.c
169
b1 = d1 = d2 = diffb = NULL;
usr.bin/cvs/diff3.c
175
d1 = buf_alloc(128);
usr.bin/cvs/diff3.c
191
diffreg(path1, path3, fds[2], fds[4], d1, D_FORCEASCII);
usr.bin/cvs/diff3.c
195
fds[0] = buf_write_stmp(d1, dp13, NULL);
usr.bin/cvs/diff3.c
196
buf_free(d1);
usr.bin/cvs/diff3.c
540
struct diff *d1, *d2, *d3;
usr.bin/cvs/diff3.c
543
d1 = d13;
usr.bin/cvs/diff3.c
547
t1 = (d1 < d13 + m1);
usr.bin/cvs/diff3.c
554
d1->old.from, d1->old.to,
usr.bin/cvs/diff3.c
555
d1->new.from, d1->new.to,
usr.bin/cvs/diff3.c
561
if (!t2 || (t1 && d1->new.to < d2->new.from)) {
usr.bin/cvs/diff3.c
565
change(1, &d1->old, 0);
usr.bin/cvs/diff3.c
566
keep(2, &d1->new);
usr.bin/cvs/diff3.c
567
change(3, &d1->new, 0);
usr.bin/cvs/diff3.c
569
d1++;
usr.bin/cvs/diff3.c
574
if (!t1 || (t2 && d2->new.to < d1->new.from)) {
usr.bin/cvs/diff3.c
589
if (d1 + 1 < d13 + m1 && d1->new.to >= d1[1].new.from) {
usr.bin/cvs/diff3.c
590
d1[1].old.from = d1->old.from;
usr.bin/cvs/diff3.c
591
d1[1].new.from = d1->new.from;
usr.bin/cvs/diff3.c
592
d1++;
usr.bin/cvs/diff3.c
604
if (d1->new.from == d2->new.from && d1->new.to == d2->new.to) {
usr.bin/cvs/diff3.c
605
dpl = duplicate(&d1->old,&d2->old);
usr.bin/cvs/diff3.c
615
change(1, &d1->old, dpl);
usr.bin/cvs/diff3.c
617
d3 = d1->old.to > d1->old.from ? d1 : d2;
usr.bin/cvs/diff3.c
620
j = edit(d1, dpl, j);
usr.bin/cvs/diff3.c
621
d1++;
usr.bin/cvs/diff3.c
630
if (d1->new.from < d2->new.from) {
usr.bin/cvs/diff3.c
631
d2->old.from -= d2->new.from-d1->new.from;
usr.bin/cvs/diff3.c
632
d2->new.from = d1->new.from;
usr.bin/cvs/diff3.c
633
} else if (d2->new.from < d1->new.from) {
usr.bin/cvs/diff3.c
634
d1->old.from -= d1->new.from-d2->new.from;
usr.bin/cvs/diff3.c
635
d1->new.from = d2->new.from;
usr.bin/cvs/diff3.c
637
if (d1->new.to > d2->new.to) {
usr.bin/cvs/diff3.c
638
d2->old.to += d1->new.to - d2->new.to;
usr.bin/cvs/diff3.c
639
d2->new.to = d1->new.to;
usr.bin/cvs/diff3.c
640
} else if (d2->new.to > d1->new.to) {
usr.bin/cvs/diff3.c
641
d1->old.to += d2->new.to - d1->new.to;
usr.bin/cvs/diff3.c
642
d1->new.to = d2->new.to;
usr.bin/diff3/diff3prog.c
298
struct diff *d1, *d2, *d3;
usr.bin/diff3/diff3prog.c
301
d1 = d13;
usr.bin/diff3/diff3prog.c
305
t1 = (d1 < d13 + m1);
usr.bin/diff3/diff3prog.c
312
d1->old.from,d1->old.to,
usr.bin/diff3/diff3prog.c
313
d1->new.from,d1->new.to,
usr.bin/diff3/diff3prog.c
318
if (!t2 || (t1 && d1->new.to < d2->new.from)) {
usr.bin/diff3/diff3prog.c
322
change(1, &d1->old, 0);
usr.bin/diff3/diff3prog.c
323
keep(2, &d1->new);
usr.bin/diff3/diff3prog.c
324
change(3, &d1->new, 0);
usr.bin/diff3/diff3prog.c
326
d1++;
usr.bin/diff3/diff3prog.c
330
if (!t1 || (t2 && d2->new.to < d1->new.from)) {
usr.bin/diff3/diff3prog.c
344
if (d1 + 1 < d13 + m1 && d1->new.to >= d1[1].new.from) {
usr.bin/diff3/diff3prog.c
345
d1[1].old.from = d1->old.from;
usr.bin/diff3/diff3prog.c
346
d1[1].new.from = d1->new.from;
usr.bin/diff3/diff3prog.c
347
d1++;
usr.bin/diff3/diff3prog.c
359
if (d1->new.from == d2->new.from && d1->new.to == d2->new.to) {
usr.bin/diff3/diff3prog.c
360
dup = duplicate(&d1->old,&d2->old);
usr.bin/diff3/diff3prog.c
367
change(1, &d1->old, dup);
usr.bin/diff3/diff3prog.c
369
d3 = d1->old.to > d1->old.from ? d1 : d2;
usr.bin/diff3/diff3prog.c
372
j = edit(d1, dup, j);
usr.bin/diff3/diff3prog.c
373
d1++;
usr.bin/diff3/diff3prog.c
381
if (d1->new.from < d2->new.from) {
usr.bin/diff3/diff3prog.c
382
d2->old.from -= d2->new.from-d1->new.from;
usr.bin/diff3/diff3prog.c
383
d2->new.from = d1->new.from;
usr.bin/diff3/diff3prog.c
384
} else if (d2->new.from < d1->new.from) {
usr.bin/diff3/diff3prog.c
385
d1->old.from -= d1->new.from-d2->new.from;
usr.bin/diff3/diff3prog.c
386
d1->new.from = d2->new.from;
usr.bin/diff3/diff3prog.c
388
if (d1->new.to > d2->new.to) {
usr.bin/diff3/diff3prog.c
389
d2->old.to += d1->new.to - d2->new.to;
usr.bin/diff3/diff3prog.c
390
d2->new.to = d1->new.to;
usr.bin/diff3/diff3prog.c
391
} else if (d2->new.to > d1->new.to) {
usr.bin/diff3/diff3prog.c
392
d1->old.to += d2->new.to - d1->new.to;
usr.bin/diff3/diff3prog.c
393
d1->new.to = d2->new.to;
usr.bin/dig/lib/dns/rdata/generic/loc_29.c
102
d1 = (int)latitude;
usr.bin/dig/lib/dns/rdata/generic/loc_29.c
135
d1, m1, s1, fs1, north ? "N" : "S",
usr.bin/dig/lib/dns/rdata/generic/loc_29.c
28
int d1, m1, s1, fs1;
usr.bin/file/magic-load.c
419
int d0, d1, d2;
usr.bin/file/magic-load.c
444
d1 = magic_odigit(cp[1]);
usr.bin/file/magic-load.c
446
d1 = -1;
usr.bin/file/magic-load.c
452
if (d0 != -1 && d1 != -1 && d2 != -1) {
usr.bin/file/magic-load.c
453
*out = d2 | (d1 << 3) | (d0 << 6);
usr.bin/file/magic-load.c
455
} else if (d0 != -1 && d1 != -1) {
usr.bin/file/magic-load.c
456
*out = d1 | (d0 << 3);
usr.bin/file/magic-load.c
467
d1 = magic_xdigit(cp[2]);
usr.bin/file/magic-load.c
469
d1 = -1;
usr.bin/file/magic-load.c
471
if (d0 != -1 && d1 != -1) {
usr.bin/file/magic-load.c
472
*out = d1 | (d0 << 4);
usr.bin/mg/dired.c
1015
struct delentry *dt, *d1 = NULL;
usr.bin/mg/dired.c
1032
SLIST_FOREACH_SAFE(d1, &delhead, entry, dt) {
usr.bin/mg/dired.c
1033
fnlen = strlen(d1->fn);
usr.bin/mg/dired.c
1035
(strncmp(p, d1->fn, plen) == 0)) {
usr.bin/mg/dired.c
1038
SLIST_REMOVE(&delhead, d1, delentry, entry);
usr.bin/mg/dired.c
1050
d1 = SLIST_FIRST(&delhead);
usr.bin/mg/dired.c
1052
free(d1->fn);
usr.bin/mg/dired.c
1053
free(d1);
usr.bin/mg/dired.c
1064
struct delentry *d1 = NULL, *d2;
usr.bin/mg/dired.c
1081
if ((d1 = malloc(sizeof(struct delentry)))
usr.bin/mg/dired.c
1084
if ((d1->fn = strdup(p)) == NULL) {
usr.bin/mg/dired.c
1085
free(d1);
usr.bin/mg/dired.c
1088
SLIST_INSERT_HEAD(&delhead, d1, entry);
usr.bin/mg/dired.c
1092
free(d1->fn);
usr.bin/mg/dired.c
1093
free(d1);
usr.bin/mg/dired.c
1097
free(d1->fn);
usr.bin/mg/dired.c
1098
free(d1);
usr.bin/mg/dired.c
1102
if (!d1)
usr.bin/mg/dired.c
1105
SLIST_INSERT_AFTER(d1, d2, entry);
usr.bin/mg/dired.c
1106
d1 = d2;
usr.bin/rcs/diff3.c
159
BUF *b1, *b2, *b3, *d1, *d2, *diffb;
usr.bin/rcs/diff3.c
163
b1 = b2 = b3 = d1 = d2 = diffb = NULL;
usr.bin/rcs/diff3.c
177
d1 = buf_alloc(128);
usr.bin/rcs/diff3.c
192
if ((diffreg(path1, path3, d1, D_FORCEASCII) == D_ERROR) ||
usr.bin/rcs/diff3.c
200
buf_write_stmp(d1, dp13);
usr.bin/rcs/diff3.c
202
buf_free(d1);
usr.bin/rcs/diff3.c
203
d1 = NULL;
usr.bin/rcs/diff3.c
240
buf_free(d1);
usr.bin/rcs/diff3.c
266
BUF *b1, *b2, *b3, *d1, *d2, *diffb;
usr.bin/rcs/diff3.c
270
b1 = b2 = b3 = d1 = d2 = diffb = NULL;
usr.bin/rcs/diff3.c
293
d1 = buf_alloc(128);
usr.bin/rcs/diff3.c
308
if ((diffreg(path1, path3, d1, D_FORCEASCII) == D_ERROR) ||
usr.bin/rcs/diff3.c
316
buf_write_stmp(d1, dp13);
usr.bin/rcs/diff3.c
318
buf_free(d1);
usr.bin/rcs/diff3.c
319
d1 = NULL;
usr.bin/rcs/diff3.c
356
buf_free(d1);
usr.bin/rcs/diff3.c
635
struct diff *d1, *d2, *d3;
usr.bin/rcs/diff3.c
638
d1 = d13;
usr.bin/rcs/diff3.c
642
t1 = (d1 < d13 + m1);
usr.bin/rcs/diff3.c
649
d1->old.from, d1->old.to,
usr.bin/rcs/diff3.c
650
d1->new.from, d1->new.to,
usr.bin/rcs/diff3.c
656
if (!t2 || (t1 && d1->new.to < d2->new.from)) {
usr.bin/rcs/diff3.c
660
change(1, &d1->old, 0);
usr.bin/rcs/diff3.c
661
keep(2, &d1->new);
usr.bin/rcs/diff3.c
662
change(3, &d1->new, 0);
usr.bin/rcs/diff3.c
664
d1++;
usr.bin/rcs/diff3.c
669
if (!t1 || (t2 && d2->new.to < d1->new.from)) {
usr.bin/rcs/diff3.c
684
if (d1 + 1 < d13 + m1 && d1->new.to >= d1[1].new.from) {
usr.bin/rcs/diff3.c
685
d1[1].old.from = d1->old.from;
usr.bin/rcs/diff3.c
686
d1[1].new.from = d1->new.from;
usr.bin/rcs/diff3.c
687
d1++;
usr.bin/rcs/diff3.c
699
if (d1->new.from == d2->new.from && d1->new.to == d2->new.to) {
usr.bin/rcs/diff3.c
700
dpl = duplicate(&d1->old,&d2->old);
usr.bin/rcs/diff3.c
710
change(1, &d1->old, dpl);
usr.bin/rcs/diff3.c
712
d3 = d1->old.to > d1->old.from ? d1 : d2;
usr.bin/rcs/diff3.c
715
j = edit(d1, dpl, j);
usr.bin/rcs/diff3.c
716
d1++;
usr.bin/rcs/diff3.c
725
if (d1->new.from < d2->new.from) {
usr.bin/rcs/diff3.c
726
d2->old.from -= d2->new.from-d1->new.from;
usr.bin/rcs/diff3.c
727
d2->new.from = d1->new.from;
usr.bin/rcs/diff3.c
728
} else if (d2->new.from < d1->new.from) {
usr.bin/rcs/diff3.c
729
d1->old.from -= d1->new.from-d2->new.from;
usr.bin/rcs/diff3.c
730
d1->new.from = d2->new.from;
usr.bin/rcs/diff3.c
732
if (d1->new.to > d2->new.to) {
usr.bin/rcs/diff3.c
733
d2->old.to += d1->new.to - d2->new.to;
usr.bin/rcs/diff3.c
734
d2->new.to = d1->new.to;
usr.bin/rcs/diff3.c
735
} else if (d2->new.to > d1->new.to) {
usr.bin/rcs/diff3.c
736
d1->old.to += d2->new.to - d1->new.to;
usr.bin/rcs/diff3.c
737
d1->new.to = d2->new.to;
usr.bin/rup/rup.c
108
const struct rup_data *d1 = v1;
usr.bin/rup/rup.c
113
return strcmp(d1->host, d2->host);
usr.bin/rup/rup.c
115
return d1->statstime.avenrun[0]
usr.bin/rup/rup.c
118
return d1->statstime.boottime.tv_sec
usr.bin/sndioctl/sndioctl.c
100
res = d1->type - d2->type;
usr.bin/sndioctl/sndioctl.c
103
res = strcmp(d1->func, d2->func);
usr.bin/sndioctl/sndioctl.c
106
res = d1->node0.unit - d2->node0.unit;
usr.bin/sndioctl/sndioctl.c
107
if (d1->type == SIOCTL_SEL ||
usr.bin/sndioctl/sndioctl.c
108
d1->type == SIOCTL_VEC ||
usr.bin/sndioctl/sndioctl.c
109
d1->type == SIOCTL_LIST) {
usr.bin/sndioctl/sndioctl.c
112
res = strcmp(d1->node1.name, d2->node1.name);
usr.bin/sndioctl/sndioctl.c
115
res = d1->node1.unit - d2->node1.unit;
usr.bin/sndioctl/sndioctl.c
90
cmpdesc(struct sioctl_desc *d1, struct sioctl_desc *d2)
usr.bin/sndioctl/sndioctl.c
94
res = strcmp(d1->group, d2->group);
usr.bin/sndioctl/sndioctl.c
97
res = strcmp(d1->node0.name, d2->node0.name);
usr.bin/sort/coll.c
1063
cmp_nans(double d1, double d2)
usr.bin/sort/coll.c
1065
if (d1 == d2)
usr.bin/sort/coll.c
1067
return d1 < d2 ? -1 : 1;
usr.bin/sort/coll.c
1077
double d1, d2;
usr.bin/sort/coll.c
1081
d1 = d2 = 0;
usr.bin/sort/coll.c
1092
d1 = bwstod(kv1->k, &empty1);
usr.bin/sort/coll.c
1099
kv1->hint->v.gh.d = d1;
usr.bin/sort/coll.c
1100
kv1->hint->v.gh.nan = is_nan(d1);
usr.bin/sort/coll.c
1144
d1 = kv1->hint->v.gh.d;
usr.bin/sort/coll.c
1147
if (d1 < d2)
usr.bin/sort/coll.c
1149
else if (d1 > d2)
usr.bin/sort/coll.c
1157
d1 = bwstod(kv1->k, &empty1);
usr.bin/sort/coll.c
1179
if (is_nan(d1))
usr.bin/sort/coll.c
1180
return is_nan(d2) ? cmp_nans(d1, d2) : -1;
usr.bin/sort/coll.c
1187
if (huge_minus(d1, err1)) {
usr.bin/sort/coll.c
1189
if (d1 == d2)
usr.bin/sort/coll.c
1191
return d1 < d2 ? -1 : 1;
usr.bin/sort/coll.c
1196
if (huge_minus(d1, err1)) {
usr.bin/sort/coll.c
1197
if (d1 == d2)
usr.bin/sort/coll.c
1199
return d1 < d2 ? -1 : 1;
usr.bin/sort/coll.c
1205
if (huge_plus(d1, err1)) {
usr.bin/sort/coll.c
1207
if (d1 == d2)
usr.bin/sort/coll.c
1209
return d1 < d2 ? -1 : 1;
usr.bin/sort/coll.c
1213
if (huge_plus(d1, err1)) {
usr.bin/sort/coll.c
1214
if (d1 == d2)
usr.bin/sort/coll.c
1216
return d1 < d2 ? -1 : 1;
usr.bin/sort/coll.c
1222
if (d1 == d2)
usr.bin/sort/coll.c
1224
return d1 < d2 ? -1 : 1;
usr.bin/spell/spellprog.c
119
char *d1;
usr.bin/spell/spellprog.c
382
if ((*t->p1)(ep-t->n1, t->d1, t->a1, lev+1))
usr.bin/spell/spellprog.c
734
if (strchr(tab->d1, 'z')) {
usr.bin/spell/spellprog.c
735
tab->d1 = estrdup(tab->d1);
usr.bin/spell/spellprog.c
736
ztos(tab->d1);
usr.bin/ssh/libcrux_mlkem768_sha3.h
6949
int16_t d1 = (b2 & (int16_t)15) << 8U | b1;
usr.bin/ssh/libcrux_mlkem768_sha3.h
6951
if (d1 < LIBCRUX_ML_KEM_VECTOR_TRAITS_FIELD_MODULUS) {
usr.bin/ssh/libcrux_mlkem768_sha3.h
6953
Eurydice_slice_index(result, sampled, int16_t, int16_t *) = d1;
usr.bin/ssh/umac.c
337
UINT32 d0,d1,d2,d3,d4,d5,d6,d7;
usr.bin/ssh/umac.c
342
d0 = LOAD_UINT32_LITTLE(d+0); d1 = LOAD_UINT32_LITTLE(d+1);
usr.bin/ssh/umac.c
349
h += MUL64((k1 + d1), (k5 + d5));
usr.bin/ssh/umac.c
370
UINT32 d0,d1,d2,d3,d4,d5,d6,d7;
usr.bin/ssh/umac.c
378
d0 = LOAD_UINT32_LITTLE(d+0); d1 = LOAD_UINT32_LITTLE(d+1);
usr.bin/ssh/umac.c
388
h1 += MUL64((k1 + d1), (k5 + d5));
usr.bin/ssh/umac.c
389
h2 += MUL64((k5 + d1), (k9 + d5));
usr.bin/ssh/umac.c
417
UINT32 d0,d1,d2,d3,d4,d5,d6,d7;
usr.bin/ssh/umac.c
427
d0 = LOAD_UINT32_LITTLE(d+0); d1 = LOAD_UINT32_LITTLE(d+1);
usr.bin/ssh/umac.c
438
h1 += MUL64((k1 + d1), (k5 + d5));
usr.bin/ssh/umac.c
439
h2 += MUL64((k5 + d1), (k9 + d5));
usr.bin/ssh/umac.c
440
h3 += MUL64((k9 + d1), (k13 + d5));
usr.bin/ssh/umac.c
472
UINT32 d0,d1,d2,d3,d4,d5,d6,d7;
usr.bin/ssh/umac.c
484
d0 = LOAD_UINT32_LITTLE(d+0); d1 = LOAD_UINT32_LITTLE(d+1);
usr.bin/ssh/umac.c
497
h1 += MUL64((k1 + d1), (k5 + d5));
usr.bin/ssh/umac.c
498
h2 += MUL64((k5 + d1), (k9 + d5));
usr.bin/ssh/umac.c
499
h3 += MUL64((k9 + d1), (k13 + d5));
usr.bin/ssh/umac.c
500
h4 += MUL64((k13 + d1), (k17 + d5));
usr.sbin/bgpctl/bgpctl.c
1037
fmt_large_community(uint32_t d1, uint32_t d2, uint32_t d3)
usr.sbin/bgpctl/bgpctl.c
1041
snprintf(buf, sizeof(buf), "%u:%u:%u", d1, d2, d3);
usr.sbin/lpr/lpc/cmds.c
269
sortq(const struct dirent **d1, const struct dirent **d2)
usr.sbin/lpr/lpc/cmds.c
273
if ((c1 = strcmp((*d1)->d_name + 3, (*d2)->d_name + 3)) != 0)
usr.sbin/lpr/lpc/cmds.c
275
c1 = (*d1)->d_name[0];
usr.sbin/lpr/lpc/cmds.c
278
return((*d1)->d_name[2] - (*d2)->d_name[2]);
usr.sbin/nsd/namedb.h
338
static inline int domain_is_subdomain(domain_type* d1, domain_type* d2)
usr.sbin/nsd/namedb.h
339
{ return dname_is_subdomain(domain_dname(d1), domain_dname(d2)); }
usr.sbin/nsd/simdzone/src/generic/nsap.h
38
uint32_t d1 = base16_table_dec_32bit_d1[data[1]];
usr.sbin/nsd/simdzone/src/generic/nsap.h
39
if ((d0 | d1) > 0xff) {
usr.sbin/nsd/simdzone/src/generic/nsap.h
46
d1 = base16_table_dec_32bit_d1[data[0]];
usr.sbin/nsd/simdzone/src/generic/nsap.h
47
if (d1 > 0xff)
usr.sbin/nsd/simdzone/src/generic/nsap.h
53
*rdata->octets++ = (uint8_t)(d0 | d1);
usr.sbin/sa/main.c
393
cmp_usrsys(const DBT *d1, const DBT *d2)
usr.sbin/sa/main.c
398
memcpy(&c1, d1->data, sizeof(c1));
usr.sbin/sa/main.c
414
cmp_avgusrsys(const DBT *d1, const DBT *d2)
usr.sbin/sa/main.c
419
memcpy(&c1, d1->data, sizeof(c1));
usr.sbin/sa/main.c
438
cmp_dkio(const DBT *d1, const DBT *d2)
usr.sbin/sa/main.c
442
memcpy(&c1, d1->data, sizeof(c1));
usr.sbin/sa/main.c
455
cmp_avgdkio(const DBT *d1, const DBT *d2)
usr.sbin/sa/main.c
460
memcpy(&c1, d1->data, sizeof(c1));
usr.sbin/sa/main.c
476
cmp_cpumem(const DBT *d1, const DBT *d2)
usr.sbin/sa/main.c
480
memcpy(&c1, d1->data, sizeof(c1));
usr.sbin/sa/main.c
493
cmp_avgcpumem(const DBT *d1, const DBT *d2)
usr.sbin/sa/main.c
499
memcpy(&c1, d1->data, sizeof(c1));
usr.sbin/sa/main.c
518
cmp_calls(const DBT *d1, const DBT *d2)
usr.sbin/sa/main.c
522
memcpy(&c1, d1->data, sizeof(c1));
usr.sbin/sa/usrdb.c
267
uid_t d1, d2;
usr.sbin/sa/usrdb.c
269
memcpy(&d1, k1->data, sizeof(d1));
usr.sbin/sa/usrdb.c
272
if (d1 < d2)
usr.sbin/sa/usrdb.c
274
else if (d1 == d2)
usr.sbin/snmpd/mib.y
2223
item_cmp_cs(struct item *d1, struct item *d2)
usr.sbin/snmpd/mib.y
2225
return strcmp(d1->name, d2->name);
usr.sbin/snmpd/mib.y
2229
item_cmp_ci(struct item *d1, struct item *d2)
usr.sbin/snmpd/mib.y
2231
return strcasecmp(d1->name, d2->name);
usr.sbin/unbound/iterator/iter_utils.c
1015
struct packed_rrset_data* d1 = (struct packed_rrset_data*)
usr.sbin/unbound/iterator/iter_utils.c
1027
d1->count != d2->count ||
usr.sbin/unbound/iterator/iter_utils.c
1028
d1->rrsig_count != d2->rrsig_count ||
usr.sbin/unbound/iterator/iter_utils.c
1029
d1->trust != d2->trust ||
usr.sbin/unbound/iterator/iter_utils.c
1030
d1->security != d2->security)
usr.sbin/unbound/iterator/iter_utils.c
1032
t = d1->count + d1->rrsig_count;
usr.sbin/unbound/iterator/iter_utils.c
1034
if(d1->rr_len[i] != d2->rr_len[i] ||
usr.sbin/unbound/iterator/iter_utils.c
1036
memcmp(d1->rr_data[i], d2->rr_data[i],
usr.sbin/unbound/iterator/iter_utils.c
1037
d1->rr_len[i]) != 0)
usr.sbin/unbound/services/localzone.c
159
local_data_cmp(const void* d1, const void* d2)
usr.sbin/unbound/services/localzone.c
161
struct local_data* a = (struct local_data*)d1;
usr.sbin/unbound/services/localzone.h
244
int local_data_cmp(const void* d1, const void* d2);
usr.sbin/unbound/services/outside_network.c
2951
uint8_t* d1 = sldns_buffer_begin(pkt)+12;
usr.sbin/unbound/services/outside_network.c
2958
len1 = *d1++;
usr.sbin/unbound/services/outside_network.c
2963
if(d1 >= sldns_buffer_at(pkt, sldns_buffer_limit(pkt)))
usr.sbin/unbound/services/outside_network.c
2965
d1 = sldns_buffer_begin(pkt)+PTR_OFFSET(len1, *d1);
usr.sbin/unbound/services/outside_network.c
2967
if(d1 >= sldns_buffer_at(pkt, sldns_buffer_limit(pkt)))
usr.sbin/unbound/services/outside_network.c
2969
len1 = *d1++;
usr.sbin/unbound/services/outside_network.c
2981
if(d1+len1 >= sldns_buffer_at(pkt, sldns_buffer_limit(pkt)))
usr.sbin/unbound/services/outside_network.c
2987
if(memcmp(d1, d2, len1) != 0)
usr.sbin/unbound/services/outside_network.c
2989
d1 += len1;
usr.sbin/unbound/services/outside_network.c
2991
len1 = *d1++;
usr.sbin/unbound/sldns/wire2str.c
1407
uint64_t d0, d1, d2, d3, d4, d5;
usr.sbin/unbound/sldns/wire2str.c
1410
d1 = (*d)[1];
usr.sbin/unbound/sldns/wire2str.c
1415
tsigtime = (d0<<40) | (d1<<32) | (d2<<24) | (d3<<16) | (d4<<8) | d5;
usr.sbin/unbound/util/data/dname.c
100
query_dname_compare(register uint8_t* d1, register uint8_t* d2)
usr.sbin/unbound/util/data/dname.c
103
log_assert(d1 && d2);
usr.sbin/unbound/util/data/dname.c
104
lab1 = *d1++;
usr.sbin/unbound/util/data/dname.c
118
if(*d1 != *d2 &&
usr.sbin/unbound/util/data/dname.c
119
tolower((unsigned char)*d1) != tolower((unsigned char)*d2)) {
usr.sbin/unbound/util/data/dname.c
120
if(tolower((unsigned char)*d1) < tolower((unsigned char)*d2))
usr.sbin/unbound/util/data/dname.c
124
d1++;
usr.sbin/unbound/util/data/dname.c
128
lab1 = *d1++;
usr.sbin/unbound/util/data/dname.c
233
dname_pkt_compare(sldns_buffer* pkt, uint8_t* d1, uint8_t* d2)
usr.sbin/unbound/util/data/dname.c
237
log_assert(pkt && d1 && d2);
usr.sbin/unbound/util/data/dname.c
238
len1 = *d1++;
usr.sbin/unbound/util/data/dname.c
243
if((size_t)PTR_OFFSET(len1, *d1)
usr.sbin/unbound/util/data/dname.c
248
d1 = sldns_buffer_at(pkt, PTR_OFFSET(len1, *d1));
usr.sbin/unbound/util/data/dname.c
249
len1 = *d1++;
usr.sbin/unbound/util/data/dname.c
272
if(tolower((unsigned char)*d1) != tolower((unsigned char)*d2)) {
usr.sbin/unbound/util/data/dname.c
273
if(tolower((unsigned char)*d1) < tolower((unsigned char)*d2))
usr.sbin/unbound/util/data/dname.c
277
d1++;
usr.sbin/unbound/util/data/dname.c
280
len1 = *d1++;
usr.sbin/unbound/util/data/dname.c
486
dname_lab_cmp(uint8_t* d1, int labs1, uint8_t* d2, int labs2, int* mlabs)
usr.sbin/unbound/util/data/dname.c
495
len1 = *d1++;
usr.sbin/unbound/util/data/dname.c
496
d1 += len1;
usr.sbin/unbound/util/data/dname.c
515
len1 = *d1++;
usr.sbin/unbound/util/data/dname.c
523
d1 += len1;
usr.sbin/unbound/util/data/dname.c
531
if(*d1 != *d2 && tolower((unsigned char)*d1)
usr.sbin/unbound/util/data/dname.c
533
if(tolower((unsigned char)*d1) <
usr.sbin/unbound/util/data/dname.c
537
d1 += len1;
usr.sbin/unbound/util/data/dname.c
543
d1 += len1;
usr.sbin/unbound/util/data/dname.c
547
d1++;
usr.sbin/unbound/util/data/dname.c
681
dname_strict_subdomain(uint8_t* d1, int labs1, uint8_t* d2, int labs2)
usr.sbin/unbound/util/data/dname.c
687
if(dname_lab_cmp(d1, labs1, d2, labs2, &m) > 0) {
usr.sbin/unbound/util/data/dname.c
695
dname_strict_subdomain_c(uint8_t* d1, uint8_t* d2)
usr.sbin/unbound/util/data/dname.c
697
return dname_strict_subdomain(d1, dname_count_labels(d1), d2,
usr.sbin/unbound/util/data/dname.c
702
dname_subdomain_c(uint8_t* d1, uint8_t* d2)
usr.sbin/unbound/util/data/dname.c
707
int labs1 = dname_count_labels(d1);
usr.sbin/unbound/util/data/dname.c
711
if(dname_lab_cmp(d1, labs1, d2, labs2, &m) < 0) {
usr.sbin/unbound/util/data/dname.c
820
dname_canon_lab_cmp(uint8_t* d1, int labs1, uint8_t* d2, int labs2, int* mlabs)
usr.sbin/unbound/util/data/dname.c
833
len1 = *d1++;
usr.sbin/unbound/util/data/dname.c
834
d1 += len1;
usr.sbin/unbound/util/data/dname.c
853
len1 = *d1++;
usr.sbin/unbound/util/data/dname.c
856
if((c=memcanoncmp(d1, len1, d2, len2)) != 0) {
usr.sbin/unbound/util/data/dname.c
863
d1 += len1;
usr.sbin/unbound/util/data/dname.c
882
dname_canonical_compare(uint8_t* d1, uint8_t* d2)
usr.sbin/unbound/util/data/dname.c
885
labs1 = dname_count_labels(d1);
usr.sbin/unbound/util/data/dname.c
887
return dname_canon_lab_cmp(d1, labs1, d2, labs2, &m);
usr.sbin/unbound/util/data/dname.c
890
uint8_t* dname_get_shared_topdomain(uint8_t* d1, uint8_t* d2)
usr.sbin/unbound/util/data/dname.c
894
labs1 = dname_count_labels(d1);
usr.sbin/unbound/util/data/dname.c
896
(void)dname_lab_cmp(d1, labs1, d2, labs2, &m);
usr.sbin/unbound/util/data/dname.c
897
dname_remove_labels(&d1, &len, labs1-m);
usr.sbin/unbound/util/data/dname.c
898
return d1;
usr.sbin/unbound/util/data/dname.h
121
int dname_pkt_compare(struct sldns_buffer* pkt, uint8_t* d1, uint8_t* d2);
usr.sbin/unbound/util/data/dname.h
186
int dname_lab_cmp(uint8_t* d1, int labs1, uint8_t* d2, int labs2, int* mlabs);
usr.sbin/unbound/util/data/dname.h
217
int dname_strict_subdomain(uint8_t* d1, int labs1, uint8_t* d2, int labs2);
usr.sbin/unbound/util/data/dname.h
225
int dname_strict_subdomain_c(uint8_t* d1, uint8_t* d2);
usr.sbin/unbound/util/data/dname.h
233
int dname_subdomain_c(uint8_t* d1, uint8_t* d2);
usr.sbin/unbound/util/data/dname.h
318
int dname_canon_lab_cmp(uint8_t* d1, int labs1, uint8_t* d2, int labs2,
usr.sbin/unbound/util/data/dname.h
329
int dname_canonical_compare(uint8_t* d1, uint8_t* d2);
usr.sbin/unbound/util/data/dname.h
337
uint8_t* dname_get_shared_topdomain(uint8_t* d1, uint8_t* d2);
usr.sbin/unbound/util/data/dname.h
99
int query_dname_compare(uint8_t* d1, uint8_t* d2);
usr.sbin/unbound/util/data/packed_rrset.c
146
rrsetdata_equal(struct packed_rrset_data* d1, struct packed_rrset_data* d2)
usr.sbin/unbound/util/data/packed_rrset.c
150
if(d1->count != d2->count || d1->rrsig_count != d2->rrsig_count)
usr.sbin/unbound/util/data/packed_rrset.c
152
total = d1->count + d1->rrsig_count;
usr.sbin/unbound/util/data/packed_rrset.c
154
if(d1->rr_len[i] != d2->rr_len[i])
usr.sbin/unbound/util/data/packed_rrset.c
156
if(memcmp(d1->rr_data[i], d2->rr_data[i], d1->rr_len[i]) != 0)
usr.sbin/unbound/util/data/packed_rrset.h
343
int rrsetdata_equal(struct packed_rrset_data* d1, struct packed_rrset_data* d2);
usr.sbin/unbound/validator/val_sigcrypt.c
1192
struct packed_rrset_data* d1=(struct packed_rrset_data*)k1->entry.data;
usr.sbin/unbound/validator/val_sigcrypt.c
1206
if(d1->ttl != d2->ttl ||
usr.sbin/unbound/validator/val_sigcrypt.c
1207
d1->count != d2->count ||
usr.sbin/unbound/validator/val_sigcrypt.c
1208
d1->rrsig_count != d2->rrsig_count ||
usr.sbin/unbound/validator/val_sigcrypt.c
1209
d1->trust != d2->trust ||
usr.sbin/unbound/validator/val_sigcrypt.c
1210
d1->security != d2->security)
usr.sbin/unbound/validator/val_sigcrypt.c
1222
if(d1->count > RR_COUNT_MAX || d2->count > RR_COUNT_MAX)
usr.sbin/unbound/validator/val_sigcrypt.c
1224
rrs1 = regional_alloc(region, sizeof(struct canon_rr)*d1->count);
usr.sbin/unbound/validator/val_sigcrypt.c
1229
canonical_sort(k1, d1, &sortree1, rrs1);
usr.sbin/unbound/validator/val_sigcrypt.c
1239
flen[0] = d1->rr_len[p1->rr_idx];
usr.sbin/unbound/validator/val_sigcrypt.c
1241
fdata[0] = d1->rr_data[p1->rr_idx];