games/atc/grammar.y
318
int d1, d2;
games/atc/grammar.y
324
d2 = ABS(py2 - py1);
games/atc/grammar.y
326
if (!(d1 == d2) && !(d1 == 0) && !(d2 == 0))
games/hack/hack.mon.c
481
int d2 = DIST(nix, niy, gx, gy);
games/hack/hack.mon.c
482
nearer = (d1 < d2);
games/hack/hack.unix.c
469
d2;
games/hack/hack.unix.c
476
d2 = DIST(fx + dx, fy + dy, md->mx, md->my);
games/hack/hack.unix.c
477
if (d2 < d1) {
games/hack/hack.unix.c
478
d1 = d2;
include/vis_proto.h
353
vis_array8(vis_u64 d1, vis_s32 d2)
include/vis_proto.h
356
return __builtin_vis_array8(d1, d2);
include/vis_proto.h
362
: "r"(d1), "f"(d2));
include/vis_proto.h
369
vis_array16(vis_u64 d1, vis_s32 d2)
include/vis_proto.h
372
return __builtin_vis_array16(d1, d2);
include/vis_proto.h
378
: "r"(d1), "f"(d2));
include/vis_proto.h
385
vis_array32(vis_u64 d1, vis_s32 d2)
include/vis_proto.h
388
return __builtin_vis_array32(d1, d2);
include/vis_proto.h
394
: "r"(d1), "r"(d2));
include/vis_proto.h
514
vis_to_double(vis_u32 d1, vis_u32 d2)
include/vis_proto.h
518
out = ((vis_u64)d1 << 32ULL) | d2;
include/vis_proto.h
576
vis_fmul8sux16(vis_d64 d1, vis_d64 d2)
include/vis_proto.h
582
: "f"(d1), "f"(d2));
include/vis_proto.h
588
vis_fmul8ulx16(vis_d64 d1, vis_d64 d2)
include/vis_proto.h
594
: "f"(d1), "f"(d2));
include/vis_proto.h
600
vis_fmuld8sux16(vis_f32 d1, vis_f32 d2)
include/vis_proto.h
606
: "f"(d1), "f"(d2));
include/vis_proto.h
612
vis_fmuld8ulx16(vis_f32 d1, vis_f32 d2)
include/vis_proto.h
618
: "f"(d1), "f"(d2));
include/vis_proto.h
626
vis_fcmpgt16(vis_d64 d1, vis_d64 d2)
include/vis_proto.h
632
: "f"(d1), "f"(d2));
include/vis_proto.h
638
vis_fcmple16(vis_d64 d1, vis_d64 d2)
include/vis_proto.h
644
: "f"(d1), "f"(d2));
include/vis_proto.h
650
vis_fcmpeq16(vis_d64 d1, vis_d64 d2)
include/vis_proto.h
656
: "f"(d1), "f"(d2));
include/vis_proto.h
662
vis_fcmpne16(vis_d64 d1, vis_d64 d2)
include/vis_proto.h
668
: "f"(d1), "f"(d2));
include/vis_proto.h
674
vis_fcmpgt32(vis_d64 d1, vis_d64 d2)
include/vis_proto.h
680
: "f"(d1), "f"(d2));
include/vis_proto.h
686
vis_fcmple32(vis_d64 d1, vis_d64 d2)
include/vis_proto.h
692
: "f"(d1), "f"(d2));
include/vis_proto.h
698
vis_fcmpeq32(vis_d64 d1, vis_d64 d2)
include/vis_proto.h
704
: "f"(d1), "f"(d2));
include/vis_proto.h
710
vis_fcmpne32(vis_d64 d1, vis_d64 d2)
include/vis_proto.h
716
: "f"(d1), "f"(d2));
include/vis_proto.h
722
vis_fcmplt16(vis_d64 d1, vis_d64 d2)
include/vis_proto.h
724
return vis_fcmpgt16(d2, d1);
include/vis_proto.h
729
vis_fcmpge16(vis_d64 d1, vis_d64 d2)
include/vis_proto.h
731
return vis_fcmple16(d2, d1);
include/vis_proto.h
736
vis_fcmplt32(vis_d64 d1, vis_d64 d2)
include/vis_proto.h
738
return vis_fcmpgt32(d2, d1);
include/vis_proto.h
743
vis_fcmpge32(vis_d64 d1, vis_d64 d2)
include/vis_proto.h
745
return vis_fcmple32(d2, d1);
lib/libc/citrus/citrus_module.c
156
_cmpndewey(int d1[], unsigned int n1, int d2[], unsigned int n2)
lib/libc/citrus/citrus_module.c
161
_DIAGASSERT(d2 != NULL);
lib/libc/citrus/citrus_module.c
164
if (d1[i] < d2[i])
lib/libc/citrus/citrus_module.c
166
if (d1[i] > d2[i])
lib/libc/gdtoa/dtoa.c
131
U d, d2, eps;
lib/libc/gdtoa/dtoa.c
212
dval(&d2) = dval(&d);
lib/libc/gdtoa/dtoa.c
213
word0(&d2) &= Frac_mask1;
lib/libc/gdtoa/dtoa.c
214
word0(&d2) |= Exp_11;
lib/libc/gdtoa/dtoa.c
216
if (( j = 11 - hi0bits(word0(&d2) & Frac_mask) )!=0)
lib/libc/gdtoa/dtoa.c
217
dval(&d2) /= 1 << j;
lib/libc/gdtoa/dtoa.c
256
dval(&d2) = x;
lib/libc/gdtoa/dtoa.c
257
word0(&d2) -= 31*Exp_msk1; /* adjust exponent */
lib/libc/gdtoa/dtoa.c
262
ds = (dval(&d2)-1.5)*0.289529654602168 + 0.1760912590558 + i*0.301029995663981;
lib/libc/gdtoa/dtoa.c
347
dval(&d2) = dval(&d);
lib/libc/gdtoa/dtoa.c
439
dval(&d) = dval(&d2);
lib/libc/gdtoa/gdtoa.c
167
double d2, ds;
lib/libc/gdtoa/gdtoa.c
348
d2 = dval(&d);
lib/libc/gdtoa/gdtoa.c
449
dval(&d) = d2;
lib/libc/gen/alphasort.c
55
alphasort(const ALPHASORTARG d1, const ALPHASORTARG d2)
lib/libc/gen/alphasort.c
59
_DIAGASSERT(d2 != NULL);
lib/libc/gen/alphasort.c
62
(*(const struct dirent *const *)d2)->d_name));
lib/libc/gen/sysctl.c
304
struct sysctldesc *d1 = (void *)&buf[0], *d2 = oldp;
lib/libc/gen/sysctl.c
333
if (d2 != NULL)
lib/libc/gen/sysctl.c
334
memcpy(d2, d1, d);
lib/libc/gen/sysctl.c
336
d2 = (void *)((char *)(void *)d2 + d);
sbin/dump/optr.c
528
const struct dumpdates *d2 = *(const struct dumpdates *const *)a2;
sbin/dump/optr.c
531
diff = strncmp(d1->dd_name, d2->dd_name, sizeof(d1->dd_name));
sbin/dump/optr.c
533
return (d2->dd_ddate - d1->dd_ddate);
sbin/gpt/gpt.c
850
const char *d1, *d2, *d = " <device>";
sbin/gpt/gpt.c
854
d2 = d;
sbin/gpt/gpt.c
856
d2 = "";
sbin/gpt/gpt.c
860
d1, cmd->name, a[0], d2);
sbin/gpt/gpt.c
864
d1, cmd->name, a[i], d2);
sbin/ldconfig/shlib.c
136
cmpndewey(int d1[], int n1, int d2[], int n2)
sbin/ldconfig/shlib.c
141
if (d1[i] < d2[i])
sbin/ldconfig/shlib.c
143
if (d1[i] > d2[i])
sbin/mount_umap/mount_umap.c
106
long d1, d2;
sbin/mount_umap/mount_umap.c
176
if ((fscanf(fp, "%lu %lu\n", &d1, &d2)) != 2) {
sbin/mount_umap/mount_umap.c
186
mapdata[count][1] = d2;
sys/arch/amiga/dev/grf_cv.c
596
long diff, d2;
sys/arch/amiga/dev/grf_cv.c
606
d2 = 0x7fffffff;
sys/arch/amiga/dev/grf_cv.c
619
if (d2 >= diff) {
sys/arch/amiga/dev/grf_cv.c
620
d2 = diff;
sys/arch/amiga/dev/grf_cv3d.c
546
long diff, d2;
sys/arch/amiga/dev/grf_cv3d.c
556
d2 = 0x7fffffff;
sys/arch/amiga/dev/grf_cv3d.c
569
if (d2 >= diff) {
sys/arch/amiga/dev/grf_cv3d.c
570
d2 = diff;
sys/arch/arm/arm32/db_machdep.c
344
const uint32_t d2 = armreg_tlbdata2_read();
sys/arch/arm/arm32/db_machdep.c
346
const uint64_t d12 = ((uint64_t)d2 << 32) | d1;
sys/arch/arm/arm32/db_machdep.c
354
const u_int domain = __SHIFTOUT(d2, ARM_A7_TLBDATA2_DOM);
sys/arch/arm/arm32/db_machdep.c
356
const bool xn_p = (d2 & ARM_A7_TLBDATA2_XN1) != 0;
sys/arch/arm/arm32/db_machdep.c
365
const u_int is = __SHIFTOUT(d2, ARM_A7_TLBDATA2_IS);
sys/arch/arm/arm32/db_machdep.c
367
u_int mt = __SHIFTOUT(d2, ARM_A7_TLBDATA2_SDO_MT);
sys/arch/arm/arm32/db_machdep.c
380
const u_int os = __SHIFTOUT(d2, ARM_A7_TLBDATA2_OS);
sys/arch/arm/arm32/db_machdep.c
381
const u_int sh = __SHIFTOUT(d2, ARM_A7_TLBDATA2_SH);
sys/arch/atari/dev/zs.c
1233
int b2 = freq / 32, d2 = abs(b2 - wanted);
sys/arch/atari/dev/zs.c
1236
if (d1 < d2 && d1 < d3) {
sys/arch/atari/dev/zs.c
1239
} else if (d2 < d3 && d2 < d1) {
sys/arch/m68k/fpe/fpu_div.c
157
uint32_t r0, r1, r2, d0, d1, d2, y0, y1, y2;
sys/arch/m68k/fpe/fpu_div.c
208
FPU_SUBS(d2, r2, y2); \
sys/arch/m68k/fpe/fpu_div.c
230
r0 = d0, r1 = d1, r2 = d2; \
sys/arch/m68k/fpe/fpu_div.c
252
r0 = d0, r1 = d1, r2 = d2;
sys/arch/m68k/fpe/fpu_sqrt.c
195
uint32_t d0, d1, d2;
sys/arch/m68k/fpe/fpu_sqrt.c
330
FPU_SUBS(d2, x2, t2);
sys/arch/m68k/fpe/fpu_sqrt.c
334
x0 = d0, x1 = d1, x2 = d2;
sys/arch/m68k/fpe/fpu_sqrt.c
342
FPU_SUBS(d2, x2, t2);
sys/arch/m68k/fpe/fpu_sqrt.c
346
x0 = d0, x1 = d1, x2 = d2;
sys/arch/macppc/dev/platinumfb.c
362
uint8_t d2;
sys/arch/macppc/dev/platinumfb.c
367
d2 = platinumfb_read_cmap_reg(sc, PLATINUM_CMAP_D2_OFFSET);
sys/arch/macppc/dev/platinumfb.c
369
if (d2 == 2) {
sys/arch/mips/atheros/dev/athflash.c
371
uint8_t d1, d2;
sys/arch/mips/atheros/dev/athflash.c
383
d2 = bus_space_read_2(iot, ioh, offset);
sys/arch/mips/atheros/dev/athflash.c
386
if ((d1 & 0x40) == (d2 & 0x40)) {
sys/arch/powerpc/fpu/fpu_div.c
161
u_int r0, r1, r2, r3, d0, d1, d2, d3, y0, y1, y2, y3;
sys/arch/powerpc/fpu/fpu_div.c
233
FPU_SUBS(d3, r3, y3); FPU_SUBCS(d2, r2, y2); \
sys/arch/powerpc/fpu/fpu_div.c
255
r0 = d0, r1 = d1, r2 = d2, r3 = d3; \
sys/arch/powerpc/fpu/fpu_div.c
279
r0 = d0, r1 = d1, r2 = d2, r3 = d3;
sys/arch/powerpc/fpu/fpu_sqrt.c
199
u_int d0, d1, d2, d3;
sys/arch/powerpc/fpu/fpu_sqrt.c
350
FPU_SUBS(d2, x2, t2);
sys/arch/powerpc/fpu/fpu_sqrt.c
354
x0 = d0, x1 = d1, x2 = d2;
sys/arch/powerpc/fpu/fpu_sqrt.c
362
FPU_SUBS(d2, x2, t2);
sys/arch/powerpc/fpu/fpu_sqrt.c
366
x0 = d0, x1 = d1, x2 = d2;
sys/arch/powerpc/fpu/fpu_sqrt.c
384
FPU_SUBCS(d2, x2, t2);
sys/arch/powerpc/fpu/fpu_sqrt.c
388
x0 = d0, x1 = d1, x2 = d2; x3 = d3;
sys/arch/powerpc/fpu/fpu_sqrt.c
397
FPU_SUBCS(d2, x2, t2);
sys/arch/powerpc/fpu/fpu_sqrt.c
401
x0 = d0, x1 = d1, x2 = d2; x3 = d3;
sys/arch/sparc/fpu/fpu_div.c
157
u_int r0, r1, r2, r3, d0, d1, d2, d3, y0, y1, y2, y3;
sys/arch/sparc/fpu/fpu_div.c
204
FPU_SUBS(d3, r3, y3); FPU_SUBCS(d2, r2, y2); \
sys/arch/sparc/fpu/fpu_div.c
226
r0 = d0, r1 = d1, r2 = d2, r3 = d3; \
sys/arch/sparc/fpu/fpu_div.c
250
r0 = d0, r1 = d1, r2 = d2, r3 = d3;
sys/arch/sparc/fpu/fpu_sqrt.c
195
u_int d0, d1, d2, d3;
sys/arch/sparc/fpu/fpu_sqrt.c
330
FPU_SUBS(d2, x2, t2);
sys/arch/sparc/fpu/fpu_sqrt.c
334
x0 = d0, x1 = d1, x2 = d2;
sys/arch/sparc/fpu/fpu_sqrt.c
342
FPU_SUBS(d2, x2, t2);
sys/arch/sparc/fpu/fpu_sqrt.c
346
x0 = d0, x1 = d1, x2 = d2;
sys/arch/sparc/fpu/fpu_sqrt.c
364
FPU_SUBCS(d2, x2, t2);
sys/arch/sparc/fpu/fpu_sqrt.c
369
x0 = d0, x1 = d1, x2 = d2;
sys/arch/sparc/fpu/fpu_sqrt.c
377
FPU_SUBCS(d2, x2, t2);
sys/arch/sparc/fpu/fpu_sqrt.c
381
x0 = d0, x1 = d1, x2 = d2;
sys/arch/x68k/stand/libdos/dos.h
210
int d2;
sys/arch/x68k/stand/libiocs/iocs.h
122
int d2;
sys/dev/i2c/mt2131.c
127
uint64_t d1, d2;
sys/dev/i2c/mt2131.c
147
d2 = (o2 * 8192)/REF;
sys/dev/i2c/mt2131.c
150
r2 = d2/8192;
sys/dev/i2c/mt2131.c
155
b[4] = (d2 & 0x1fe0) >> 5;
sys/dev/i2c/mt2131.c
156
b[5] = (d2 & 0x001f);
sys/dev/ic/adv.c
856
ccb = adv_ccb_phys_kv(sc, qdonep->d2.ccb_ptr);
sys/dev/ic/advlib.c
1558
tid_no = ASC_TIX_TO_TID(scsiq->d2.target_ix);
sys/dev/ic/advlib.c
1559
target_id = ASC_TIX_TO_TARGET_ID(scsiq->d2.target_ix);
sys/dev/ic/advlib.c
1581
ASC_QADR_BEG + scsiq->d2.target_ix);
sys/dev/ic/advlib.c
1601
if ((adv_ccb_phys_kv(sc, scsiq->d2.ccb_ptr) == 0UL) ||
sys/dev/ic/advlib.c
1843
scsiq->d2.ccb_ptr = MAKELONG(val, ASC_GET_CHIP_LRAM_DATA(iot, ioh));
sys/dev/ic/advlib.c
1845
scsiq->d2.target_ix = LO_BYTE(val);
sys/dev/ic/advlib.c
1846
scsiq->d2.flag = HI_BYTE(val);
sys/dev/ic/advlib.c
1848
scsiq->d2.cdb_len = LO_BYTE(val);
sys/dev/ic/advlib.c
1849
scsiq->d2.tag_code = HI_BYTE(val);
sys/dev/ic/advlib.c
1850
scsiq->d2.vm_id = ASC_GET_CHIP_LRAM_DATA(iot, ioh);
sys/dev/ic/advlib.c
2817
scsiq->d2.ccb_ptr = AscReadLramDWord(iot, ioh,
sys/dev/ic/advlib.c
2819
if (adv_ccb_phys_kv(sc, scsiq->d2.ccb_ptr) == ccb) {
sys/dev/ic/advlib.c
2859
if (scsiq->d2.target_ix == target_ix) {
sys/dev/ic/advlib.h
547
ASC_SCSIQ_2 d2;
sys/dev/onewire/onewire_bitbang.c
132
int s, d1, d2;
sys/dev/onewire/onewire_bitbang.c
136
d2 = 62;
sys/dev/onewire/onewire_bitbang.c
139
d2 = 2;
sys/dev/onewire/onewire_bitbang.c
148
delay(d2);
sys/dev/raidframe/rf_dagfuncs.c
576
unsigned long d0, d1, d2, d3, s0, s1, s2, s3; /* temps */
sys/dev/raidframe/rf_dagfuncs.c
593
d2 = pg_dest[2];
sys/dev/raidframe/rf_dagfuncs.c
601
pg_dest[2] = d2 ^ s2;
sys/dev/raidframe/rf_nwayxor.c
77
unsigned long d0, d1, d2, d3, s0, s1, s2, s3;
sys/dev/raidframe/rf_nwayxor.c
83
d2 = dest[2];
sys/dev/raidframe/rf_nwayxor.c
91
dest[2] = d2 ^ s2;
tests/lib/libc/gen/t_fpclassify.c
1021
long double d2, ip;
tests/lib/libc/gen/t_fpclassify.c
1052
d2 = ldexpl(d0, -i);
tests/lib/libc/gen/t_fpclassify.c
1053
ATF_CHECK_EQ_MSG(d2, d1, "[%d] ldexpl(%La, -%d)=%La != %La",
tests/lib/libc/gen/t_fpclassify.c
1054
i, d0, i, d2, d1);
tests/lib/libc/gen/t_fpclassify.c
1056
d2 = modfl(d1, &ip);
tests/lib/libc/gen/t_fpclassify.c
1057
ATF_CHECK_EQ_MSG(d2, d1,
tests/lib/libc/gen/t_fpclassify.c
1060
i, d1, ip, d2, 0.L, d1);
tests/lib/libc/gen/t_fpclassify.c
1064
i, d1, ip, d2, 0.L, d1);
tests/lib/libc/gen/t_fpclassify.c
365
float d2, ip;
tests/lib/libc/gen/t_fpclassify.c
396
d2 = ldexpf(d0, -i);
tests/lib/libc/gen/t_fpclassify.c
397
ATF_CHECK_EQ_MSG(d2, d1, "[%d] ldexpf(%a, -%d)=%a != %a",
tests/lib/libc/gen/t_fpclassify.c
398
i, d0, i, d2, d1);
tests/lib/libc/gen/t_fpclassify.c
400
d2 = modff(d1, &ip);
tests/lib/libc/gen/t_fpclassify.c
401
ATF_CHECK_EQ_MSG(d2, d1,
tests/lib/libc/gen/t_fpclassify.c
404
i, d1, ip, d2, 0., d1);
tests/lib/libc/gen/t_fpclassify.c
408
i, d1, ip, d2, 0., d1);
tests/lib/libc/gen/t_fpclassify.c
690
double d2, ip;
tests/lib/libc/gen/t_fpclassify.c
721
d2 = ldexp(d0, -i);
tests/lib/libc/gen/t_fpclassify.c
722
ATF_CHECK_EQ_MSG(d2, d1, "[%d] ldexp(%a, -%d)=%a != %a",
tests/lib/libc/gen/t_fpclassify.c
723
i, d0, i, d2, d1);
tests/lib/libc/gen/t_fpclassify.c
725
d2 = modf(d1, &ip);
tests/lib/libc/gen/t_fpclassify.c
726
ATF_CHECK_EQ_MSG(d2, d1,
tests/lib/libc/gen/t_fpclassify.c
729
i, d1, ip, d2, 0., d1);
tests/lib/libc/gen/t_fpclassify.c
733
i, d1, ip, d2, 0., d1);
tests/lib/libc/stdlib/t_strtod.c
281
volatile double d2 = strtod(val, NULL);
tests/lib/libc/stdlib/t_strtod.c
282
ATF_CHECK_MSG(d1 > d2, "d1=%g=%a d2=%g=%a", d1, d1, d2, d2);
tests/lib/libprop/t_proplib.c
273
prop_data_t d1, d2;
tests/lib/libprop/t_proplib.c
304
d2 = prop_data_copy(d1);
tests/lib/libprop/t_proplib.c
305
ATF_REQUIRE(d2 != NULL);
tests/lib/libprop/t_proplib.c
306
ATF_REQUIRE(d2 == d1);
tests/lib/libprop/t_proplib.c
308
prop_object_release(d2);
tests/lib/libprop/t_proplib.c
313
d2 = prop_data_copy(d1);
tests/lib/libprop/t_proplib.c
314
ATF_REQUIRE(d2 != NULL);
tests/lib/libprop/t_proplib.c
315
ATF_REQUIRE(d2 == d1);
tests/lib/libprop/t_proplib.c
316
ATF_REQUIRE(prop_data_equals(d1, d2));
tests/lib/libprop/t_proplib.c
317
prop_object_release(d2);
tests/lib/libprop/t_proplib.c
319
d2 = prop_data_create_copy(const_data2, sizeof(const_data2));
tests/lib/libprop/t_proplib.c
320
ATF_REQUIRE(d2 != NULL);
tests/lib/libprop/t_proplib.c
321
ATF_REQUIRE(prop_data_value(d2) != const_data2);
tests/lib/libprop/t_proplib.c
322
ATF_REQUIRE(!prop_data_equals(d1, d2));
tests/lib/libprop/t_proplib.c
325
ATF_REQUIRE(prop_data_size(d2) == sizeof(const_data2));
tests/lib/libprop/t_proplib.c
329
ATF_REQUIRE(!prop_data_copy_value(d2, buf, sizeof(buf)));
tests/lib/libprop/t_proplib.c
332
prop_object_release(d2);
tests/usr.bin/indent/fmt_decl.c
991
} d2;
tests/usr.bin/indent/lsym_preprocessing.c
107
int d2 ;
tests/usr.bin/indent/lsym_preprocessing.c
124
int d2;
tests/usr.bin/indent/opt_dj.c
105
} d2;
tests/usr.bin/indent/opt_dj.c
127
} d2;
tests/usr.bin/indent/opt_dj.c
146
} d2;
tests/usr.bin/indent/opt_dj.c
90
} d2;
tests/usr.bin/xlint/lint1/msg_247.c
160
unsigned long d2;
usr.bin/config/pack.c
330
const struct devi *const *d2p = b, *d2 = *d2p;
usr.bin/config/pack.c
337
p2 = d2->i_pspec;
usr.bin/config/pack.c
348
else if (d2->i_cfindex > d1->i_cfindex)
usr.bin/config/pack.c
350
else if (d2->i_cfindex < d1->i_cfindex)
usr.bin/diff3/diff3.c
306
struct diff *d1, *d2, *d3;
usr.bin/diff3/diff3.c
311
d2 = d23;
usr.bin/diff3/diff3.c
314
while (t1 = d1 < d13 + m1, t2 = d2 < d23 + m2, t1 || t2) {
usr.bin/diff3/diff3.c
316
if (!t2 || (t1 && d1->new.to < d2->new.from)) {
usr.bin/diff3/diff3.c
328
if (!t1 || (t2 && d2->new.to < d1->new.from)) {
usr.bin/diff3/diff3.c
331
keep(1, &d2->new);
usr.bin/diff3/diff3.c
332
change(3, &d2->new, false);
usr.bin/diff3/diff3.c
333
change(2, &d2->old, false);
usr.bin/diff3/diff3.c
336
j = edit(d2, dup, j, DIFF_TYPE2);
usr.bin/diff3/diff3.c
338
d2++;
usr.bin/diff3/diff3.c
353
if (d2 + 1 < d23 + m2 && d2->new.to >= d2[1].new.from) {
usr.bin/diff3/diff3.c
354
d2[1].old.from = d2->old.from;
usr.bin/diff3/diff3.c
355
d2[1].new.from = d2->new.from;
usr.bin/diff3/diff3.c
356
d2++;
usr.bin/diff3/diff3.c
360
if (d1->new.from == d2->new.from && d1->new.to == d2->new.to) {
usr.bin/diff3/diff3.c
361
dup = duplicate(&d1->old, &d2->old);
usr.bin/diff3/diff3.c
369
change(2, &d2->old, false);
usr.bin/diff3/diff3.c
370
d3 = d1->old.to > d1->old.from ? d1 : d2;
usr.bin/diff3/diff3.c
377
d2++;
usr.bin/diff3/diff3.c
384
if (d1->new.from < d2->new.from) {
usr.bin/diff3/diff3.c
385
d2->old.from -= d2->new.from - d1->new.from;
usr.bin/diff3/diff3.c
386
d2->new.from = d1->new.from;
usr.bin/diff3/diff3.c
387
} else if (d2->new.from < d1->new.from) {
usr.bin/diff3/diff3.c
388
d1->old.from -= d1->new.from - d2->new.from;
usr.bin/diff3/diff3.c
389
d1->new.from = d2->new.from;
usr.bin/diff3/diff3.c
391
if (d1->new.to > d2->new.to) {
usr.bin/diff3/diff3.c
392
d2->old.to += d1->new.to - d2->new.to;
usr.bin/diff3/diff3.c
393
d2->new.to = d1->new.to;
usr.bin/diff3/diff3.c
394
} else if (d2->new.to > d1->new.to) {
usr.bin/diff3/diff3.c
395
d1->old.to += d2->new.to - d1->new.to;
usr.bin/diff3/diff3.c
396
d1->new.to = d2->new.to;
usr.bin/rup/rup.c
161
compare(struct rup_data *d1, struct rup_data *d2)
usr.bin/rup/rup.c
165
return strcmp(d1->host, d2->host);
usr.bin/rup/rup.c
168
- d2->statstime.avenrun[0];
usr.bin/rup/rup.c
171
- d2->statstime.boottime.tv_sec;
usr.bin/spell/spellprog/spellprog.c
147
const char *d2;
usr.bin/spell/spellprog/spellprog.c
156
.n2 = 2, .d2 = "-y+ies", .a2 = "+es" },
usr.bin/spell/spellprog/spellprog.c
193
.n2 = 2, .d2 = "-y+ier", .a2 = "+er" },
usr.bin/spell/spellprog/spellprog.c
196
.n2 = 2, .d2 = "-y+ied", .a2 = "+ed" },
usr.bin/spell/spellprog/spellprog.c
203
.n2 = 3, .d2 = "-y+iest",.a2 = "+est" },
usr.bin/spell/spellprog/spellprog.c
459
return (*t->p2)(ep - t->n2, t->d2, t->a2, lev);
usr.bin/telnet/commands.c
1763
env_list(const char *d1, char *d2)
usr.sbin/bootp/common/readfile.c
1323
nullcmp(hash_datum *d1, hash_datum *d2)
usr.sbin/bootp/common/readfile.c
1335
nmcmp(hash_datum *d1, hash_datum *d2)
usr.sbin/bootp/common/readfile.c
1338
struct host *hp = (struct host *) d2;
usr.sbin/bootp/common/readfile.c
1357
hwinscmp(hash_datum *d1, hash_datum *d2)
usr.sbin/bootp/common/readfile.c
1360
struct host *host2 = (struct host *) d2;
usr.sbin/bootp/common/readfile.c
2003
hwlookcmp(hash_datum *d1, hash_datum *d2)
usr.sbin/bootp/common/readfile.c
2006
struct host *host2 = (struct host *) d2;
usr.sbin/bootp/common/readfile.c
2023
iplookcmp(hash_datum *d1, hash_datum *d2)
usr.sbin/bootp/common/readfile.c
2026
struct host *host2 = (struct host *) d2;
usr.sbin/lpr/lpc/cmds.c
259
sortq(const struct dirent **d1, const struct dirent **d2)
usr.sbin/lpr/lpc/cmds.c
263
if ((c1 = strcmp((*d1)->d_name + 3, (*d2)->d_name + 3)) != 0)
usr.sbin/lpr/lpc/cmds.c
266
c2 = (*d2)->d_name[0];
usr.sbin/lpr/lpc/cmds.c
268
return((*d1)->d_name[2] - (*d2)->d_name[2]);
usr.sbin/sa/main.c
404
cmp_usrsys(const DBT *d1, const DBT *d2)
usr.sbin/sa/main.c
410
memcpy(&c2, d2->data, sizeof(c2));
usr.sbin/sa/main.c
425
cmp_avgusrsys(const DBT *d1, const DBT *d2)
usr.sbin/sa/main.c
431
memcpy(&c2, d2->data, sizeof(c2));
usr.sbin/sa/main.c
449
cmp_dkio(const DBT *d1, const DBT *d2)
usr.sbin/sa/main.c
454
memcpy(&c2, d2->data, sizeof(c2));
usr.sbin/sa/main.c
466
cmp_avgdkio(const DBT *d1, const DBT *d2)
usr.sbin/sa/main.c
472
memcpy(&c2, d2->data, sizeof(c2));
usr.sbin/sa/main.c
487
cmp_cpumem(const DBT *d1, const DBT *d2)
usr.sbin/sa/main.c
492
memcpy(&c2, d2->data, sizeof(c2));
usr.sbin/sa/main.c
504
cmp_avgcpumem(const DBT *d1, const DBT *d2)
usr.sbin/sa/main.c
511
memcpy(&c2, d2->data, sizeof(c2));
usr.sbin/sa/main.c
529
cmp_calls(const DBT *d1, const DBT *d2)
usr.sbin/sa/main.c
534
memcpy(&c2, d2->data, sizeof(c2));
usr.sbin/sa/usrdb.c
295
uid_t d1, d2;
usr.sbin/sa/usrdb.c
298
memcpy(&d2, k2->data, sizeof(d2));
usr.sbin/sa/usrdb.c
300
if (d1 < d2)
usr.sbin/sa/usrdb.c
302
else if (d1 == d2)