Symbol: DSIZE
common/dist/zlib/examples/gzappend.c
281
window = malloc(DSIZE);
common/dist/zlib/examples/gzappend.c
306
strm->avail_out = DSIZE - have;
common/dist/zlib/examples/gzappend.c
317
crc = crc32(crc, window + have, DSIZE - have - strm->avail_out);
common/dist/zlib/examples/gzappend.c
319
have = DSIZE - strm->avail_out;
common/dist/zlib/examples/gzappend.c
363
rotate(window, DSIZE, have);
common/dist/zlib/examples/gzappend.c
364
have = DSIZE;
lib/libc/db/hash/hash.c
219
"DIRECTORY SIZE ", hashp->DSIZE,
lib/libc/db/hash/hash.c
291
hashp->DSIZE = DEF_DIRSIZE;
lib/libc/db/hash/hash.c
377
if (nsegs > (uint32_t)hashp->DSIZE)
lib/libc/db/hash/hash.c
378
hashp->DSIZE = nsegs;
lib/libc/db/hash/hash.c
843
if (new_segnum >= hashp->DSIZE) {
lib/libc/db/hash/hash.c
845
dirsize = hashp->DSIZE * sizeof(SEGMENT *);
lib/libc/db/hash/hash.c
850
hashp->DSIZE = (uint32_t)dirsize;
lib/libc/db/hash/hash.c
921
hashp->dir = calloc((size_t)hashp->DSIZE, sizeof(SEGMENT *));
usr.bin/rump_allserver/rump_allserver.c
194
case DSIZE:
usr.sbin/fwctl/fwdv.c
118
pad = malloc(DSIZE*MAXBLOCKS);
usr.sbin/fwctl/fwdv.c
122
memset(pad, 0xff, DSIZE*MAXBLOCKS);
usr.sbin/fwctl/fwdv.c
225
npad *= DSIZE;
usr.sbin/fwctl/fwdv.c
242
wbuf[vec++].iov_len = DSIZE;
usr.sbin/fwctl/fwdv.c
291
pbuf = malloc(DSIZE * TNBUF);
usr.sbin/fwctl/fwdv.c
311
pkt->mode.stream.len = DSIZE + sizeof(struct ciphdr);
usr.sbin/fwctl/fwdv.c
341
while (tlen < DSIZE * TNBUF) {
usr.sbin/fwctl/fwdv.c
342
len = read(fd, pbuf + tlen, DSIZE * TNBUF - tlen);
usr.sbin/fwctl/fwdv.c
358
dv = (struct dvdbc *)(pbuf + offset * DSIZE);
usr.sbin/fwctl/fwdv.c
410
wbuf[vec++].iov_len = DSIZE;
usr.sbin/fwctl/fwdv.c
414
if (offset * DSIZE < tlen)