Searched refs:DSIZE (Results 1 – 5 of 5) sorted by relevance
79 #define DSIZE 480 macro112 pad = malloc(DSIZE*MAXBLOCKS); in dvrecv()113 memset(pad, 0xff, DSIZE*MAXBLOCKS); in dvrecv()215 npad *= DSIZE; in dvrecv()232 wbuf[vec++].iov_len = DSIZE; in dvrecv()271 pbuf = malloc(DSIZE * TNBUF); in dvsend()291 pkt->mode.stream.len = DSIZE + sizeof(struct ciphdr); in dvsend()321 while (tlen < DSIZE * TNBUF) { in dvsend()322 len = read(fd, pbuf + tlen, DSIZE * TNBUF - tlen); in dvsend()338 dv = (struct dvdbc *)(pbuf + offset * DSIZE); in dvsend()[all …]
207 "DIRECTORY SIZE ", hashp->DSIZE, in __hash_open()279 hashp->DSIZE = DEF_DIRSIZE; in init_hash()364 if (nsegs > hashp->DSIZE) in init_htab()365 hashp->DSIZE = nsegs; in init_htab()803 if (new_segnum >= hashp->DSIZE) { in __expand_table()805 dirsize = hashp->DSIZE * sizeof(SEGMENT *); in __expand_table()808 hashp->DSIZE = dirsize << 1; in __expand_table()880 calloc(hashp->DSIZE, sizeof(SEGMENT *))) == NULL) { in alloc_segs()
272 #define DSIZE hdr.dsize macro
370 #define DSIZE (sizeof despatcher / sizeof despatcher[0]) macro377 for (f = 0; f < DSIZE; f++) in Despatch()387 f == DSIZE ? "Unknown" : "Unexpected", proto, in Despatch()
30 ACFLAGS.${lse_name}+= -DL_${pat} -DSIZE=${size} -DMODEL=${model} -I${CRTSRC}