HomeSort by: relevance | last modified time | path
    Searched refs:DSIZE (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.sbin/fwctl/
fwdv.c 80 #define DSIZE 480
117 pad = malloc(DSIZE*MAXBLOCKS);
121 memset(pad, 0xff, DSIZE*MAXBLOCKS);
224 npad *= DSIZE;
241 wbuf[vec++].iov_len = DSIZE;
290 pbuf = malloc(DSIZE * TNBUF);
310 pkt->mode.stream.len = DSIZE + sizeof(struct ciphdr);
340 while (tlen < DSIZE * TNBUF) {
341 len = read(fd, pbuf + tlen, DSIZE * TNBUF - tlen);
357 dv = (struct dvdbc *)(pbuf + offset * DSIZE);
    [all...]
  /src/common/dist/zlib/examples/
gzappend.c 90 #define DSIZE 32768U
281 window = malloc(DSIZE);
306 strm->avail_out = DSIZE - have;
317 crc = crc32(crc, window + have, DSIZE - have - strm->avail_out);
319 have = DSIZE - strm->avail_out;
363 rotate(window, DSIZE, have);
364 have = DSIZE;
  /src/lib/libc/db/hash/
hash.c 218 "DIRECTORY SIZE ", hashp->DSIZE,
290 hashp->DSIZE = DEF_DIRSIZE;
377 if (nsegs > (uint32_t)hashp->DSIZE)
378 hashp->DSIZE = nsegs;
843 if (new_segnum >= hashp->DSIZE) {
845 dirsize = hashp->DSIZE * sizeof(SEGMENT *);
850 hashp->DSIZE = (uint32_t)dirsize;
921 hashp->dir = calloc((size_t)hashp->DSIZE, sizeof(SEGMENT *));
958 P_32_COPY(srcp->dsize, destp->dsize);
    [all...]
hash.h 73 int32_t dsize; /* Directory Size */ member in struct:hashhdr
283 #define DSIZE hdr.dsize
  /src/usr.bin/rump_allserver/
rump_allserver.c 107 #define DSIZE 2
194 case DSIZE:

Completed in 15 milliseconds