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

  /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/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/lib/libc/db/hash/
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 37 milliseconds