Lines Matching defs:DSIZE
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);
409 wbuf[vec++].iov_len = DSIZE;
413 if (offset * DSIZE < tlen)