games/atc/grammar.y
318
int d1, d2;
games/atc/grammar.y
323
d1 = ABS(px2 - px1);
games/atc/grammar.y
326
if (!(d1 == d2) && !(d1 == 0) && !(d2 == 0))
games/hack/hack.mon.c
480
int d1 = DIST(nx, ny, gx, gy);
games/hack/hack.mon.c
482
nearer = (d1 < d2);
games/hack/hack.unix.c
468
int dx, dy, nfx = fx, nfy = fy, d1,
games/hack/hack.unix.c
472
d1 = DIST(fx, fy, 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
160
_DIAGASSERT(d1 != 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/misc.c
670
ULong d0, d1;
lib/libc/gdtoa/misc.c
688
d1 = y << ((32-Ebits) + k) | w >> (Ebits - k);
lib/libc/gdtoa/misc.c
695
d1 = z << k | y >> (32 - k);
lib/libc/gdtoa/misc.c
699
d1 = z;
lib/libc/gdtoa/misc.c
707
d1 = z << k + 16 - Ebits | w << k - Ebits | y >> 16 + Ebits - k;
lib/libc/gdtoa/misc.c
715
d1 = w << k + 16 | y << k;
lib/libc/gdtoa/misc.c
720
word1(&d) = d1 >> 16 | d1 << 16;
lib/libc/gdtoa/misc.c
743
ULong d0, d1;
lib/libc/gdtoa/misc.c
751
d1 = word1(&d) >> 16 | word1(&d) << 16;
lib/libc/gdtoa/misc.c
775
if ( (y = d1) !=0) {
lib/libc/gdtoa/misc.c
797
if ( (y = d1) !=0) {
lib/libc/gdtoa/test/dt.c
169
U d1;
lib/libc/gdtoa/test/dt.c
175
dval(&d1) = strtod(buf, (char **)0);
lib/libc/gdtoa/test/dt.c
178
if (dval(d) != dval(&d1)) {
lib/libc/gdtoa/test/dt.c
182
dval(&d1), UL word0(&d1), UL word1(&d1));
lib/libc/gdtoa/test/dt.c
189
U d, d1;
lib/libc/gdtoa/test/dt.c
231
dval(&d1) = atof(buf);
lib/libc/gdtoa/test/dt.c
239
if (*buf != '#' && dval(&d) != dval(&d1))
lib/libc/gdtoa/test/dt.c
242
d = %.17g = 0x%lx %lx\n", dval(&d1), UL word0(&d1), UL word1(&d1),
lib/libc/gen/alphasort.c
55
alphasort(const ALPHASORTARG d1, const ALPHASORTARG d2)
lib/libc/gen/alphasort.c
58
_DIAGASSERT(d1 != NULL);
lib/libc/gen/alphasort.c
61
return (strcmp((*(const struct dirent *const *)d1)->d_name,
lib/libc/gen/sysctl.c
304
struct sysctldesc *d1 = (void *)&buf[0], *d2 = oldp;
lib/libc/gen/sysctl.c
319
d1->descr_num = sysctl_usermib[ni].sysctl_num;
lib/libc/gen/sysctl.c
320
d1->descr_ver = sysctl_usermib[ni].sysctl_ver;
lib/libc/gen/sysctl.c
322
d1->descr_len = 1;
lib/libc/gen/sysctl.c
325
(void)strlcpy(d1->descr_str,
lib/libc/gen/sysctl.c
327
sizeof(buf) - sizeof(*d1));
lib/libc/gen/sysctl.c
328
dlen = strlen(d1->descr_str) + 1;
lib/libc/gen/sysctl.c
330
d1->descr_len = (uint32_t)dlen;
lib/libc/gen/sysctl.c
332
d = (size_t)__sysc_desc_len(d1->descr_len);
lib/libc/gen/sysctl.c
334
memcpy(d2, d1, d);
lib/libcrypt/crypt.c
256
#define ZERO(d,d0,d1) d0 = 0, d1 = 0
lib/libcrypt/crypt.c
257
#define LOAD(d,d0,d1,bl) d0 = (bl).b32.i0, d1 = (bl).b32.i1
lib/libcrypt/crypt.c
258
#define LOADREG(d,d0,d1,s,s0,s1) d0 = s0, d1 = s1
lib/libcrypt/crypt.c
259
#define OR(d,d0,d1,bl) d0 |= (bl).b32.i0, d1 |= (bl).b32.i1
lib/libcrypt/crypt.c
261
#define DCL_BLOCK(d,d0,d1) int32_t d0, d1
lib/libcrypt/crypt.c
267
#define PERM6464(d,d0,d1,cpp,p) \
lib/libcrypt/crypt.c
268
LOAD(d,d0,d1,(p)[(0<<CHUNKBITS)+(cpp)[0]]); \
lib/libcrypt/crypt.c
269
OR (d,d0,d1,(p)[(1<<CHUNKBITS)+(cpp)[1]]); \
lib/libcrypt/crypt.c
270
OR (d,d0,d1,(p)[(2<<CHUNKBITS)+(cpp)[2]]); \
lib/libcrypt/crypt.c
271
OR (d,d0,d1,(p)[(3<<CHUNKBITS)+(cpp)[3]]); \
lib/libcrypt/crypt.c
272
OR (d,d0,d1,(p)[(4<<CHUNKBITS)+(cpp)[4]]); \
lib/libcrypt/crypt.c
273
OR (d,d0,d1,(p)[(5<<CHUNKBITS)+(cpp)[5]]); \
lib/libcrypt/crypt.c
274
OR (d,d0,d1,(p)[(6<<CHUNKBITS)+(cpp)[6]]); \
lib/libcrypt/crypt.c
275
OR (d,d0,d1,(p)[(7<<CHUNKBITS)+(cpp)[7]]);
lib/libcrypt/crypt.c
276
#define PERM3264(d,d0,d1,cpp,p) \
lib/libcrypt/crypt.c
277
LOAD(d,d0,d1,(p)[(0<<CHUNKBITS)+(cpp)[0]]); \
lib/libcrypt/crypt.c
278
OR (d,d0,d1,(p)[(1<<CHUNKBITS)+(cpp)[1]]); \
lib/libcrypt/crypt.c
279
OR (d,d0,d1,(p)[(2<<CHUNKBITS)+(cpp)[2]]); \
lib/libcrypt/crypt.c
280
OR (d,d0,d1,(p)[(3<<CHUNKBITS)+(cpp)[3]]);
lib/libcrypt/crypt.c
285
#define PERM6464(d,d0,d1,cpp,p) \
lib/libcrypt/crypt.c
286
{ C_block tblk; permute(cpp,&tblk,p,8); LOAD (d,d0,d1,tblk); }
lib/libcrypt/crypt.c
287
#define PERM3264(d,d0,d1,cpp,p) \
lib/libcrypt/crypt.c
288
{ C_block tblk; permute(cpp,&tblk,p,4); LOAD (d,d0,d1,tblk); }
sbin/dump/optr.c
527
const struct dumpdates *d1 = *(const struct dumpdates *const *)a1;
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
853
d1 = "";
sbin/gpt/gpt.c
857
d1 = d;
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
185
mapdata[count][0] = d1;
sys/arch/arm/arm32/arm32_tlb.c
193
const uint32_t d1 = armreg_tlbdata1_read();
sys/arch/arm/arm32/arm32_tlb.c
195
|| !(d1 & ARM_A7_TLBDATA1_nG))
sys/arch/arm/arm32/arm32_tlb.c
198
const uint64_t d01 = ((uint64_t) d1)|d0;
sys/arch/arm/arm32/db_machdep.c
267
tlb_decode_cortex_a5_vpn(size_t va_index, uint32_t d0, uint32_t d1)
sys/arch/arm/arm32/db_machdep.c
269
const uint64_t d = ((uint64_t)d1 << 32) | d0;
sys/arch/arm/arm32/db_machdep.c
277
tlb_print_cortex_a5_entry(size_t way, size_t va_index, uint32_t d0, uint32_t d1)
sys/arch/arm/arm32/db_machdep.c
283
const uint64_t d = ((uint64_t)d1 << 32) | d0;
sys/arch/arm/arm32/db_machdep.c
286
const vaddr_t vpn = tlb_decode_cortex_a5_vpn(va_index, d0, d1);
sys/arch/arm/arm32/db_machdep.c
330
tlb_decode_cortex_a7_vpn(size_t va_index, uint32_t d0, uint32_t d1)
sys/arch/arm/arm32/db_machdep.c
342
tlb_print_cortex_a7_entry(size_t way, size_t va_index, uint32_t d0, uint32_t d1)
sys/arch/arm/arm32/db_machdep.c
345
const uint64_t d01 = ((uint64_t)d1 << 32) | d0;
sys/arch/arm/arm32/db_machdep.c
346
const uint64_t d12 = ((uint64_t)d2 << 32) | d1;
sys/arch/arm/arm32/db_machdep.c
349
const vaddr_t vpn = tlb_decode_cortex_a7_vpn(va_index, d0, d1);
sys/arch/arm/arm32/db_machdep.c
355
const u_int ap = __SHIFTOUT(d1, ARM_A7_TLBDATA1_AP);
sys/arch/arm/arm32/db_machdep.c
360
const bool ng_p = (d1 & ARM_A7_TLBDATA1_nG) != 0;
sys/arch/arm/arm32/db_machdep.c
428
const uint32_t d1 = armreg_tlbdata1_read();
sys/arch/arm/arm32/db_machdep.c
430
&& vpn == (*dti->dti_decode_vpn)(va_index, d0, d1)) {
sys/arch/arm/arm32/db_machdep.c
432
(*dti->dti_print_entry)(way, va_index, d0, d1);
sys/arch/arm/arm32/db_machdep.c
449
const uint32_t d1 = armreg_tlbdata1_read();
sys/arch/arm/arm32/db_machdep.c
455
(*dti->dti_print_entry)(way, va_index, d0, d1);
sys/arch/atari/dev/zs.c
1232
int b1 = freq / 16, d1 = abs(b1 - 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/hppa/hppa/db_disasm.c
71
struct doubleword 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
209
FPU_SUBCS(d1, r1, y1); FPU_SUBC(d0, r0, y0)
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
299
FPU_SUBS(d1, x1, t1);
sys/arch/m68k/fpe/fpu_sqrt.c
302
x0 = d0, x1 = d1; /* x -= t */
sys/arch/m68k/fpe/fpu_sqrt.c
310
FPU_SUBS(d1, x1, t1);
sys/arch/m68k/fpe/fpu_sqrt.c
313
x0 = d0, x1 = d1;
sys/arch/m68k/fpe/fpu_sqrt.c
331
FPU_SUBCS(d1, x1, t1);
sys/arch/m68k/fpe/fpu_sqrt.c
334
x0 = d0, x1 = d1, x2 = d2;
sys/arch/m68k/fpe/fpu_sqrt.c
343
FPU_SUBCS(d1, x1, t1);
sys/arch/m68k/fpe/fpu_sqrt.c
346
x0 = d0, x1 = d1, x2 = d2;
sys/arch/m68k/fpsp/fpsp.h
46
* movem.l d0-d1/a0-a1,USER_DA(a6)
sys/arch/m68k/fpsp/fpsp.h
76
* movem.l USER_DA(a6),d0-d1/a0-a1
sys/arch/m68k/fpsp/fpsp.h
95
* The registers d0, d1, a0, a1 and fp0-fp3 are always saved and
sys/arch/m68k/fpsp/l_fpsp.h
106
* entry points, the caller should save the fpcr in d1 and zero the
sys/arch/m68k/fpsp/l_fpsp.h
108
* monadic emulation code will place the value supplied in d1 back
sys/arch/m68k/fpsp/l_fpsp.h
57
* movem.l d0-d1/a0-a1,USER_DA(a6)
sys/arch/m68k/fpsp/l_fpsp.h
84
* movem.l USER_DA(a6),d0-d1/a0-a1
sys/arch/m68k/fpsp/l_fpsp.h
90
* Many 68K C compilers treat a0/a1/d0/d1/fp0/fp1 as scratch so
sys/arch/m68k/include/asm.h
208
move.l -(%a1),%d1; /* doesn't change CCR[X] */ \
sys/arch/m68k/include/asm.h
209
addx.l %d0,%d1; \
sys/arch/m68k/include/asm.h
210
move.l %d1,(%a1)
sys/arch/m68k/include/asm.h
217
move.l -(%a1),%d1; /* doesn't change CCR[X] */ \
sys/arch/m68k/include/asm.h
218
addx.l %d0,%d1; \
sys/arch/m68k/include/asm.h
219
move.l %d1,(%a1)
sys/arch/mips/atheros/dev/athflash.c
371
uint8_t d1, d2;
sys/arch/mips/atheros/dev/athflash.c
382
d1 = bus_space_read_1(iot, ioh, offset);
sys/arch/mips/atheros/dev/athflash.c
386
if ((d1 & 0x40) == (d2 & 0x40)) {
sys/arch/mvme68k/include/prom.h
178
#define MVMEPROM_REG_CTRLLUN %d1
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
234
FPU_SUBCS(d1, r1, y1); FPU_SUBC(d0, r0, y0)
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
319
FPU_SUBS(d1, x1, t1);
sys/arch/powerpc/fpu/fpu_sqrt.c
322
x0 = d0, x1 = d1; /* x -= t */
sys/arch/powerpc/fpu/fpu_sqrt.c
330
FPU_SUBS(d1, x1, t1);
sys/arch/powerpc/fpu/fpu_sqrt.c
333
x0 = d0, x1 = d1;
sys/arch/powerpc/fpu/fpu_sqrt.c
351
FPU_SUBCS(d1, x1, t1);
sys/arch/powerpc/fpu/fpu_sqrt.c
354
x0 = d0, x1 = d1, x2 = d2;
sys/arch/powerpc/fpu/fpu_sqrt.c
363
FPU_SUBCS(d1, x1, t1);
sys/arch/powerpc/fpu/fpu_sqrt.c
366
x0 = d0, x1 = d1, x2 = d2;
sys/arch/powerpc/fpu/fpu_sqrt.c
385
FPU_SUBCS(d1, x1, t1);
sys/arch/powerpc/fpu/fpu_sqrt.c
388
x0 = d0, x1 = d1, x2 = d2; x3 = d3;
sys/arch/powerpc/fpu/fpu_sqrt.c
398
FPU_SUBCS(d1, x1, t1);
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
205
FPU_SUBCS(d1, r1, y1); FPU_SUBC(d0, r0, y0)
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
299
FPU_SUBS(d1, x1, t1);
sys/arch/sparc/fpu/fpu_sqrt.c
302
x0 = d0, x1 = d1; /* x -= t */
sys/arch/sparc/fpu/fpu_sqrt.c
310
FPU_SUBS(d1, x1, t1);
sys/arch/sparc/fpu/fpu_sqrt.c
313
x0 = d0, x1 = d1;
sys/arch/sparc/fpu/fpu_sqrt.c
331
FPU_SUBCS(d1, x1, t1);
sys/arch/sparc/fpu/fpu_sqrt.c
334
x0 = d0, x1 = d1, x2 = d2;
sys/arch/sparc/fpu/fpu_sqrt.c
343
FPU_SUBCS(d1, x1, t1);
sys/arch/sparc/fpu/fpu_sqrt.c
346
x0 = d0, x1 = d1, x2 = d2;
sys/arch/sparc/fpu/fpu_sqrt.c
365
FPU_SUBCS(d1, x1, t1);
sys/arch/sparc/fpu/fpu_sqrt.c
369
x0 = d0, x1 = d1, x2 = d2;
sys/arch/sparc/fpu/fpu_sqrt.c
378
FPU_SUBCS(d1, x1, t1);
sys/arch/sparc/fpu/fpu_sqrt.c
381
x0 = d0, x1 = d1, x2 = d2;
sys/arch/x68k/stand/libdos/dos.h
209
int d1;
sys/arch/x68k/stand/libiocs/iocs.h
121
int d1;
sys/arch/x68k/stand/libiocs/iocscall.h
41
moveq IMM s,%d1;\
sys/dev/fdt/pwmregulator.c
246
int duty, d0, d1, v0, v1, uv, rc;
sys/dev/fdt/pwmregulator.c
274
d1 = sc->sc_dutycycle_range[1];
sys/dev/fdt/pwmregulator.c
275
duty = (uv - v0) * (d1 - d0) / (v1 - v0) + d0;
sys/dev/fdt/pwmregulator.c
291
int duty, d0, d1, v0, v1, uv, rc;
sys/dev/fdt/pwmregulator.c
317
d1 = sc->sc_dutycycle_range[1];
sys/dev/fdt/pwmregulator.c
320
uv = (duty - d0) * (v1 - v0) / (d1 - d0) + v0;
sys/dev/i2c/mt2131.c
127
uint64_t d1, d2;
sys/dev/i2c/mt2131.c
146
d1 = (o1 * 8192)/REF;
sys/dev/i2c/mt2131.c
149
r1 = d1/8192;
sys/dev/i2c/mt2131.c
152
b[1] = (d1 & 0x1fe0) >> 5;
sys/dev/i2c/mt2131.c
153
b[2] = (d1 & 0x001f);
sys/dev/i2c/sht3x.c
1288
uint64_t d1 = 65535;
sys/dev/i2c/sht3x.c
1304
q = ((v2 * (svalue / d1)) + v1) / div1;
sys/dev/i2c/sht3x.c
1314
uint64_t d1 = 65535;
sys/dev/i2c/sht3x.c
1330
q = ((v2 * (svalue / d1)) + v1) / div1;
sys/dev/i2c/sht4x.c
765
uint64_t d1 = 65535;
sys/dev/i2c/sht4x.c
810
q = ((v2 * (svalue / d1)) + v1) / div1;
sys/dev/onewire/onewire_bitbang.c
132
int s, d1, d2;
sys/dev/onewire/onewire_bitbang.c
135
d1 = 2;
sys/dev/onewire/onewire_bitbang.c
138
d1 = 62;
sys/dev/onewire/onewire_bitbang.c
144
delay(d1);
sys/dev/raidframe/rf_dagfuncs.c
576
unsigned long d0, d1, d2, d3, s0, s1, s2, s3; /* temps */
sys/dev/raidframe/rf_dagfuncs.c
592
d1 = pg_dest[1];
sys/dev/raidframe/rf_dagfuncs.c
600
pg_dest[1] = d1 ^ s1;
sys/dev/raidframe/rf_nwayxor.c
77
unsigned long d0, d1, d2, d3, s0, s1, s2, s3;
sys/dev/raidframe/rf_nwayxor.c
82
d1 = dest[1];
sys/dev/raidframe/rf_nwayxor.c
90
dest[1] = d1 ^ s1;
sys/dev/usb/if_otus.c
2731
uint8_t chansel, d0, d1;
sys/dev/usb/if_otus.c
2754
d1 = otus_reverse_bits(chansel);
sys/dev/usb/if_otus.c
2757
data = (d1 & 0x1f) << 5 | (d0 & 0x1f);
sys/dev/usb/if_otus.c
2760
data = (d1 >> 5) << 5 | (d0 >> 5);
sys/dev/usb/uaudio.c
1079
const union usb_audio_mixer_unit_1 *d1;
sys/dev/usb/uaudio.c
1086
d1 = (const union usb_audio_mixer_unit_1 *)&d->baSourceId[d->bNrInPins];
sys/dev/usb/uaudio.c
1102
ochs = d1->v1.bNrChannels;
sys/dev/usb/uaudio.c
1104
bm = d1->v1.bmControls;
sys/dev/usb/uaudio.c
1109
ochs = d1->v2.bNrChannels;
sys/dev/usb/uaudio.c
1111
bm = d1->v2.bmMixerControls;
sys/dev/usb/uaudio.c
1655
const struct usb_audio_processing_unit_1 *d1;
sys/dev/usb/uaudio.c
1661
d1 = (const struct usb_audio_processing_unit_1 *)
sys/dev/usb/uaudio.c
1664
&d1->bmControls[d1->bControlSize];
sys/dev/usb/uaudio.c
1668
if (!(d1->bmControls[0] & UA_PROC_MASK(UD_MODE_SELECT_CONTROL))) {
sys/dev/usb/uaudio.c
1693
const struct usb_audio_processing_unit_1 *d1;
sys/dev/usb/uaudio.c
1698
d1 = (const struct usb_audio_processing_unit_1 *)
sys/dev/usb/uaudio.c
1704
if (d1->bmControls[0] & UA_PROC_ENABLE_MASK) {
sys/dev/usb/uaudio.c
1748
const struct usb_audio_extension_unit_1 *d1;
sys/dev/usb/uaudio.c
1752
d1 = (const struct usb_audio_extension_unit_1 *)
sys/dev/usb/uaudio.c
1760
if (d1->bmControls[0] & UA_EXT_ENABLE_MASK) {
tests/lib/libc/gen/t_fpclassify.c
1016
d1 = d0;
tests/lib/libc/gen/t_fpclassify.c
1023
d1 /= 2;
tests/lib/libc/gen/t_fpclassify.c
1025
ATF_CHECK_MSG(!isnan(d1), "d1=%La", d1);
tests/lib/libc/gen/t_fpclassify.c
1029
ATF_CHECK_MSG(!issignalling(d1), "d1=%La", d1);
tests/lib/libc/gen/t_fpclassify.c
1033
ATF_CHECK_MSG(!isinf(d1), "d1=%La", d1);
tests/lib/libc/gen/t_fpclassify.c
1036
ATF_CHECK_MSG(!isnormal(d1), "d1=%La", d1);
tests/lib/libc/gen/t_fpclassify.c
1039
ATF_CHECK_MSG(issubnormal(d1), "d1=%La", d1);
tests/lib/libc/gen/t_fpclassify.c
1042
ATF_CHECK_MSG(!iszero(d1), "d1=%La", d1);
tests/lib/libc/gen/t_fpclassify.c
1045
ATF_CHECK_EQ_MSG(fpclassify(d1), FP_SUBNORMAL,
tests/lib/libc/gen/t_fpclassify.c
1047
i, d1, fpclassify(d1), FP_SUBNORMAL);
tests/lib/libc/gen/t_fpclassify.c
1049
ATF_CHECK_MSG(d1 > 0 && d1 < d0,
tests/lib/libc/gen/t_fpclassify.c
1050
"[%d] d1=%La d0=%La", i, d1, d0);
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
1066
f = frexpl(d1, &e);
tests/lib/libc/gen/t_fpclassify.c
1070
i, d1, f, e, 0.5L, LDBL_MIN_EXP - i);
tests/lib/libc/gen/t_fpclassify.c
1074
i, d1, f, e, 0.5L, LDBL_MIN_EXP - i);
tests/lib/libc/gen/t_fpclassify.c
1078
d1 /= 2;
tests/lib/libc/gen/t_fpclassify.c
1080
ATF_CHECK_MSG(!isnan(d1), "d1=%La", d1);
tests/lib/libc/gen/t_fpclassify.c
1084
ATF_CHECK_MSG(!issignalling(d1), "d1=%La", d1);
tests/lib/libc/gen/t_fpclassify.c
1088
ATF_CHECK_MSG(!isinf(d1), "d1=%La", d1);
tests/lib/libc/gen/t_fpclassify.c
1091
ATF_CHECK_MSG(!isnormal(d1), "d1=%La", d1);
tests/lib/libc/gen/t_fpclassify.c
1094
ATF_CHECK_MSG(!issubnormal(d1), "d1=%La", d1);
tests/lib/libc/gen/t_fpclassify.c
1097
ATF_CHECK_MSG(iszero(d1), "d1=%La", d1);
tests/lib/libc/gen/t_fpclassify.c
1100
ATF_CHECK_EQ_MSG(fpclassify(d1), FP_ZERO,
tests/lib/libc/gen/t_fpclassify.c
1102
d1, fpclassify(d1), FP_ZERO);
tests/lib/libc/gen/t_fpclassify.c
1104
f = frexpl(d1, &e);
tests/lib/libc/gen/t_fpclassify.c
1108
d1, f, e, 0.L, 0);
tests/lib/libc/gen/t_fpclassify.c
1112
d1, f, e, 0.L, 0);
tests/lib/libc/gen/t_fpclassify.c
322
volatile float d0, d1, f;
tests/lib/libc/gen/t_fpclassify.c
360
d1 = d0;
tests/lib/libc/gen/t_fpclassify.c
367
d1 /= 2;
tests/lib/libc/gen/t_fpclassify.c
369
ATF_CHECK_MSG(!isnan(d1), "d1=%a", d1);
tests/lib/libc/gen/t_fpclassify.c
373
ATF_CHECK_MSG(!issignalling(d1), "d1=%a", d1);
tests/lib/libc/gen/t_fpclassify.c
377
ATF_CHECK_MSG(!isinf(d1), "d1=%a", d1);
tests/lib/libc/gen/t_fpclassify.c
380
ATF_CHECK_MSG(!isnormal(d1), "d1=%a", d1);
tests/lib/libc/gen/t_fpclassify.c
383
ATF_CHECK_MSG(issubnormal(d1), "d1=%a", d1);
tests/lib/libc/gen/t_fpclassify.c
386
ATF_CHECK_MSG(!iszero(d1), "d1=%a", d1);
tests/lib/libc/gen/t_fpclassify.c
389
ATF_CHECK_EQ_MSG(fpclassify(d1), FP_SUBNORMAL,
tests/lib/libc/gen/t_fpclassify.c
391
i, d1, fpclassify(d1), FP_SUBNORMAL);
tests/lib/libc/gen/t_fpclassify.c
393
ATF_CHECK_MSG(d1 > 0 && d1 < d0,
tests/lib/libc/gen/t_fpclassify.c
394
"[%d] d1=%a d0=%a", i, d1, d0);
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
410
f = frexpf(d1, &e);
tests/lib/libc/gen/t_fpclassify.c
414
i, d1, f, e, 0.5, FLT_MIN_EXP - i);
tests/lib/libc/gen/t_fpclassify.c
418
i, d1, f, e, 0.5, FLT_MIN_EXP - i);
tests/lib/libc/gen/t_fpclassify.c
422
d1 /= 2;
tests/lib/libc/gen/t_fpclassify.c
424
ATF_CHECK_MSG(!isnan(d1), "d1=%a", d1);
tests/lib/libc/gen/t_fpclassify.c
428
ATF_CHECK_MSG(!issignalling(d1), "d1=%a", d1);
tests/lib/libc/gen/t_fpclassify.c
432
ATF_CHECK_MSG(!isinf(d1), "d1=%a", d1);
tests/lib/libc/gen/t_fpclassify.c
435
ATF_CHECK_MSG(!isnormal(d1), "d1=%a", d1);
tests/lib/libc/gen/t_fpclassify.c
438
ATF_CHECK_MSG(!issubnormal(d1), "d1=%a", d1);
tests/lib/libc/gen/t_fpclassify.c
441
ATF_CHECK_MSG(iszero(d1), "d1=%a", d1);
tests/lib/libc/gen/t_fpclassify.c
444
ATF_CHECK_EQ_MSG(fpclassify(d1), FP_ZERO,
tests/lib/libc/gen/t_fpclassify.c
446
d1, fpclassify(d1), FP_ZERO);
tests/lib/libc/gen/t_fpclassify.c
448
f = frexpf(d1, &e);
tests/lib/libc/gen/t_fpclassify.c
452
d1, f, e, 0., 0);
tests/lib/libc/gen/t_fpclassify.c
456
d1, f, e, 0., 0);
tests/lib/libc/gen/t_fpclassify.c
647
volatile double d0, d1, f;
tests/lib/libc/gen/t_fpclassify.c
685
d1 = d0;
tests/lib/libc/gen/t_fpclassify.c
692
d1 /= 2;
tests/lib/libc/gen/t_fpclassify.c
694
ATF_CHECK_MSG(!isnan(d1), "d1=%a", d1);
tests/lib/libc/gen/t_fpclassify.c
698
ATF_CHECK_MSG(!issignalling(d1), "d1=%a", d1);
tests/lib/libc/gen/t_fpclassify.c
702
ATF_CHECK_MSG(!isinf(d1), "d1=%a", d1);
tests/lib/libc/gen/t_fpclassify.c
705
ATF_CHECK_MSG(!isnormal(d1), "d1=%a", d1);
tests/lib/libc/gen/t_fpclassify.c
708
ATF_CHECK_MSG(issubnormal(d1), "d1=%a", d1);
tests/lib/libc/gen/t_fpclassify.c
711
ATF_CHECK_MSG(!iszero(d1), "d1=%a", d1);
tests/lib/libc/gen/t_fpclassify.c
714
ATF_CHECK_EQ_MSG(fpclassify(d1), FP_SUBNORMAL,
tests/lib/libc/gen/t_fpclassify.c
716
i, d1, fpclassify(d1), FP_SUBNORMAL);
tests/lib/libc/gen/t_fpclassify.c
718
ATF_CHECK_MSG(d1 > 0 && d1 < d0,
tests/lib/libc/gen/t_fpclassify.c
719
"[%d] d1=%a d0=%a", i, d1, d0);
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/gen/t_fpclassify.c
735
f = frexp(d1, &e);
tests/lib/libc/gen/t_fpclassify.c
739
i, d1, f, e, 0.5, DBL_MIN_EXP - i);
tests/lib/libc/gen/t_fpclassify.c
743
i, d1, f, e, 0.5, DBL_MIN_EXP - i);
tests/lib/libc/gen/t_fpclassify.c
747
d1 /= 2;
tests/lib/libc/gen/t_fpclassify.c
749
ATF_CHECK_MSG(!isnan(d1), "d1=%a", d1);
tests/lib/libc/gen/t_fpclassify.c
753
ATF_CHECK_MSG(!issignalling(d1), "d1=%a", d1);
tests/lib/libc/gen/t_fpclassify.c
757
ATF_CHECK_MSG(!isinf(d1), "d1=%a", d1);
tests/lib/libc/gen/t_fpclassify.c
760
ATF_CHECK_MSG(!isnormal(d1), "d1=%a", d1);
tests/lib/libc/gen/t_fpclassify.c
763
ATF_CHECK_MSG(!issubnormal(d1), "d1=%a", d1);
tests/lib/libc/gen/t_fpclassify.c
766
ATF_CHECK_MSG(iszero(d1), "d1=%a", d1);
tests/lib/libc/gen/t_fpclassify.c
769
ATF_CHECK_EQ_MSG(fpclassify(d1), FP_ZERO,
tests/lib/libc/gen/t_fpclassify.c
771
d1, fpclassify(d1), FP_ZERO);
tests/lib/libc/gen/t_fpclassify.c
773
f = frexp(d1, &e);
tests/lib/libc/gen/t_fpclassify.c
777
d1, f, e, 0., 0);
tests/lib/libc/gen/t_fpclassify.c
781
d1, f, e, 0., 0);
tests/lib/libc/gen/t_fpclassify.c
978
volatile long double d0, d1, f;
tests/lib/libc/stdlib/t_strtod.c
279
volatile double d1 = 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
281
d1 = prop_data_create_copy(const_data1, 0);
tests/lib/libprop/t_proplib.c
282
ATF_REQUIRE(d1 != NULL);
tests/lib/libprop/t_proplib.c
283
ATF_REQUIRE(prop_data_value(d1) == NULL);
tests/lib/libprop/t_proplib.c
284
prop_object_release(d1);
tests/lib/libprop/t_proplib.c
286
d1 = prop_data_create_copy(NULL, sizeof(const_data1));
tests/lib/libprop/t_proplib.c
287
ATF_REQUIRE(d1 != NULL);
tests/lib/libprop/t_proplib.c
288
ATF_REQUIRE(prop_data_value(d1) == NULL);
tests/lib/libprop/t_proplib.c
289
prop_object_release(d1);
tests/lib/libprop/t_proplib.c
291
d1 = prop_data_create_nocopy(const_data1, 0);
tests/lib/libprop/t_proplib.c
292
ATF_REQUIRE(d1 != NULL);
tests/lib/libprop/t_proplib.c
293
ATF_REQUIRE(prop_data_value(d1) == NULL);
tests/lib/libprop/t_proplib.c
294
prop_object_release(d1);
tests/lib/libprop/t_proplib.c
296
d1 = prop_data_create_nocopy(NULL, sizeof(const_data1));
tests/lib/libprop/t_proplib.c
297
ATF_REQUIRE(d1 != NULL);
tests/lib/libprop/t_proplib.c
298
ATF_REQUIRE(prop_data_value(d1) == NULL);
tests/lib/libprop/t_proplib.c
299
prop_object_release(d1);
tests/lib/libprop/t_proplib.c
301
d1 = prop_data_create_nocopy(const_data1, sizeof(const_data1));
tests/lib/libprop/t_proplib.c
302
ATF_REQUIRE(d1 != NULL);
tests/lib/libprop/t_proplib.c
303
ATF_REQUIRE(prop_data_value(d1) == const_data1);
tests/lib/libprop/t_proplib.c
304
d2 = prop_data_copy(d1);
tests/lib/libprop/t_proplib.c
306
ATF_REQUIRE(d2 == d1);
tests/lib/libprop/t_proplib.c
307
prop_object_release(d1);
tests/lib/libprop/t_proplib.c
310
d1 = prop_data_create_copy(const_data1, sizeof(const_data1));
tests/lib/libprop/t_proplib.c
311
ATF_REQUIRE(d1 != NULL);
tests/lib/libprop/t_proplib.c
312
ATF_REQUIRE(prop_data_value(d1) != const_data1);
tests/lib/libprop/t_proplib.c
313
d2 = prop_data_copy(d1);
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
322
ATF_REQUIRE(!prop_data_equals(d1, d2));
tests/lib/libprop/t_proplib.c
324
ATF_REQUIRE(prop_data_size(d1) == sizeof(const_data1));
tests/lib/libprop/t_proplib.c
327
ATF_REQUIRE(prop_data_copy_value(d1, buf, sizeof(buf)));
tests/lib/libprop/t_proplib.c
331
prop_object_release(d1);
tests/usr.bin/indent/fmt_decl.c
988
} d1;
tests/usr.bin/indent/lsym_preprocessing.c
105
int d1 ;
tests/usr.bin/indent/lsym_preprocessing.c
122
int d1;
tests/usr.bin/indent/opt_dj.c
102
} d1;
tests/usr.bin/indent/opt_dj.c
124
} d1;
tests/usr.bin/indent/opt_dj.c
143
} d1;
tests/usr.bin/indent/opt_dj.c
87
} d1;
tests/usr.bin/xlint/lint1/msg_247.c
159
void *d1;
usr.bin/config/pack.c
329
const struct devi *const *d1p = a, *d1 = *d1p;
usr.bin/config/pack.c
334
p1 = d1->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
310
d1 = d13;
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
320
change(1, &d1->old, false);
usr.bin/diff3/diff3.c
321
keep(2, &d1->new);
usr.bin/diff3/diff3.c
322
change(3, &d1->new, false);
usr.bin/diff3/diff3.c
324
d1++;
usr.bin/diff3/diff3.c
328
if (!t1 || (t2 && d2->new.to < d1->new.from)) {
usr.bin/diff3/diff3.c
345
if (d1 + 1 < d13 + m1 && d1->new.to >= d1[1].new.from) {
usr.bin/diff3/diff3.c
346
d1[1].old.from = d1->old.from;
usr.bin/diff3/diff3.c
347
d1[1].new.from = d1->new.from;
usr.bin/diff3/diff3.c
348
d1++;
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
368
change(1, &d1->old, dup);
usr.bin/diff3/diff3.c
370
d3 = d1->old.to > d1->old.from ? d1 : d2;
usr.bin/diff3/diff3.c
373
j = edit(d1, dup, j, DIFF_TYPE3);
usr.bin/diff3/diff3.c
376
d1++;
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/mkdep/mkdep.c
531
size_t d1 = ++depth;
usr.bin/mkdep/mkdep.c
534
d1 = write_optional(fd, node->left, d1);
usr.bin/mkdep/mkdep.c
545
return d1 > depth ? d1 : depth;
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
167
return d1->statstime.avenrun[0]
usr.bin/rup/rup.c
170
return d1->statstime.boottime.tv_sec
usr.bin/spell/spellprog/spellprog.c
143
const char *d1;
usr.bin/spell/spellprog/spellprog.c
151
.d1 = "-y+iness", .a1 = "+ness" },
usr.bin/spell/spellprog/spellprog.c
153
.d1 = "-y+i+less", .a1 = "+less" },
usr.bin/spell/spellprog/spellprog.c
155
.d1 = "", .a1 = "+s", .p2 = es,
usr.bin/spell/spellprog/spellprog.c
158
.d1 = "", .a1 = "+'s" },
usr.bin/spell/spellprog/spellprog.c
160
.d1 = "", .a1 = "+s" },
usr.bin/spell/spellprog/spellprog.c
162
.d1 = "", .a1 = "-t+ce" },
usr.bin/spell/spellprog/spellprog.c
164
.d1 = "", .a1 = "-cy+t" },
usr.bin/spell/spellprog/spellprog.c
166
.d1 = "", .a1 = "" },
usr.bin/spell/spellprog/spellprog.c
168
.d1 = "-le+ility", .a1 = "" },
usr.bin/spell/spellprog/spellprog.c
170
.d1 = "-y+iable", .a1 = "" },
usr.bin/spell/spellprog/spellprog.c
172
.d1 = "-e+able", .a1 = "+able" },
usr.bin/spell/spellprog/spellprog.c
174
.d1 = "-e+ity", .a1 = "+ity" },
usr.bin/spell/spellprog/spellprog.c
176
.d1 = "-e+y", .a1 = "" },
usr.bin/spell/spellprog/spellprog.c
178
.d1 = "-y+ily", .a1 = "+ly" },
usr.bin/spell/spellprog/spellprog.c
180
.d1 = "", .a1 = "+al" },
usr.bin/spell/spellprog/spellprog.c
182
.d1 = "", .a1 = "+al" },
usr.bin/spell/spellprog/spellprog.c
184
.d1 = "", .a1 = "+al" },
usr.bin/spell/spellprog/spellprog.c
186
.d1 = "", .a1 = "+ment" },
usr.bin/spell/spellprog/spellprog.c
188
.d1 = "-e+ing", .a1 = "+ing" },
usr.bin/spell/spellprog/spellprog.c
190
.d1 = "", .a1 = "" },
usr.bin/spell/spellprog/spellprog.c
192
.d1 = "", .a1 = "+r", .p2 = i_to_y,
usr.bin/spell/spellprog/spellprog.c
195
.d1 = "", .a1 = "+d", .p2 = i_to_y,
usr.bin/spell/spellprog/spellprog.c
198
.d1 = "", .a1 = "+ic" },
usr.bin/spell/spellprog/spellprog.c
200
.d1 = "-y+ic", .a1 = "" },
usr.bin/spell/spellprog/spellprog.c
202
.d1 = "", .a1 = "+st", .p2 = i_to_y,
usr.bin/spell/spellprog/spellprog.c
205
.d1 = "-y+ic", .a1 = "" },
usr.bin/spell/spellprog/spellprog.c
207
.d1 = "-ry+er", .a1 = "" },
usr.bin/spell/spellprog/spellprog.c
209
.d1 = "-y+ic", .a1 = "" },
usr.bin/spell/spellprog/spellprog.c
211
.d1 = "-y+ist", .a1 = "" },
usr.bin/spell/spellprog/spellprog.c
213
.d1 = "-e+ist", .a1 = "+ist" },
usr.bin/spell/spellprog/spellprog.c
215
.d1 = "-e+ism", .a1 = "+ist" },
usr.bin/spell/spellprog/spellprog.c
217
.d1 = "-y+ication", .a1 = "" },
usr.bin/spell/spellprog/spellprog.c
219
.d1 = "-e+ation", .a1 = "" },
usr.bin/spell/spellprog/spellprog.c
221
.d1 = "-e+or", .a1 = "" },
usr.bin/spell/spellprog/spellprog.c
223
.d1 = "-e+ion", .a1 = "+ion" },
usr.bin/spell/spellprog/spellprog.c
225
.d1 = "", .a1 = "+ian" },
usr.bin/spell/spellprog/spellprog.c
227
.d1 = "", .a1 = "+n" },
usr.bin/spell/spellprog/spellprog.c
229
.d1 = "-e+ive", .a1 = "+ive" },
usr.bin/spell/spellprog/spellprog.c
231
.d1 = "-e+ize", .a1 = "+ize" },
usr.bin/spell/spellprog/spellprog.c
233
.d1 = "", .a1 = "+ship" },
usr.bin/spell/spellprog/spellprog.c
235
.d1 = "-y+hood", .a1 = "+hood" },
usr.bin/spell/spellprog/spellprog.c
237
.d1 = "", .a1 = "+like" },
usr.bin/spell/spellprog/spellprog.c
455
if ((*t->p1)(ep - t->n1, t->d1, t->a1, lev + 1))
usr.bin/spell/spellprog/spellprog.c
819
if (strchr(tab->d1, 'z')) {
usr.bin/spell/spellprog/spellprog.c
820
tab->d1 = cp = estrdup(tab->d1);
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
1337
char *name = (char *) d1; /* XXX - OK? */
usr.sbin/bootp/common/readfile.c
1357
hwinscmp(hash_datum *d1, hash_datum *d2)
usr.sbin/bootp/common/readfile.c
1359
struct host *host1 = (struct host *) d1;
usr.sbin/bootp/common/readfile.c
2003
hwlookcmp(hash_datum *d1, hash_datum *d2)
usr.sbin/bootp/common/readfile.c
2005
struct host *host1 = (struct host *) d1;
usr.sbin/bootp/common/readfile.c
2023
iplookcmp(hash_datum *d1, hash_datum *d2)
usr.sbin/bootp/common/readfile.c
2025
struct host *host1 = (struct host *) d1;
usr.sbin/btattach/init_bgb2xx.c
51
uint8_t d1; /* ? */
usr.sbin/btattach/init_bgb2xx.c
67
cp.d1 = 0x06;
usr.sbin/btattach/init_stlc2500.c
133
cp.d1 = 0x06; /* ? */
usr.sbin/btattach/init_stlc2500.c
54
uint8_t d1; /* ? */
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
265
c1 = (*d1)->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
409
memcpy(&c1, d1->data, sizeof(c1));
usr.sbin/sa/main.c
425
cmp_avgusrsys(const DBT *d1, const DBT *d2)
usr.sbin/sa/main.c
430
memcpy(&c1, d1->data, sizeof(c1));
usr.sbin/sa/main.c
449
cmp_dkio(const DBT *d1, const DBT *d2)
usr.sbin/sa/main.c
453
memcpy(&c1, d1->data, sizeof(c1));
usr.sbin/sa/main.c
466
cmp_avgdkio(const DBT *d1, const DBT *d2)
usr.sbin/sa/main.c
471
memcpy(&c1, d1->data, sizeof(c1));
usr.sbin/sa/main.c
487
cmp_cpumem(const DBT *d1, const DBT *d2)
usr.sbin/sa/main.c
491
memcpy(&c1, d1->data, sizeof(c1));
usr.sbin/sa/main.c
504
cmp_avgcpumem(const DBT *d1, const DBT *d2)
usr.sbin/sa/main.c
510
memcpy(&c1, d1->data, sizeof(c1));
usr.sbin/sa/main.c
529
cmp_calls(const DBT *d1, const DBT *d2)
usr.sbin/sa/main.c
533
memcpy(&c1, d1->data, sizeof(c1));
usr.sbin/sa/usrdb.c
295
uid_t d1, d2;
usr.sbin/sa/usrdb.c
297
memcpy(&d1, k1->data, sizeof(d1));
usr.sbin/sa/usrdb.c
300
if (d1 < d2)
usr.sbin/sa/usrdb.c
302
else if (d1 == d2)