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

  /src/usr.sbin/fwctl/
fwdv.c 81 #define DSIZE 480
118 pad = malloc(DSIZE*MAXBLOCKS);
122 memset(pad, 0xff, DSIZE*MAXBLOCKS);
225 npad *= DSIZE;
242 wbuf[vec++].iov_len = DSIZE;
291 pbuf = malloc(DSIZE * TNBUF);
311 pkt->mode.stream.len = DSIZE + sizeof(struct ciphdr);
341 while (tlen < DSIZE * TNBUF) {
342 len = read(fd, pbuf + tlen, DSIZE * TNBUF - tlen);
358 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/external/gpl3/binutils/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/external/gpl3/binutils.old/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/external/gpl3/gdb.old/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/external/gpl3/gdb/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 219 "DIRECTORY SIZE ", hashp->DSIZE,
291 hashp->DSIZE = DEF_DIRSIZE;
378 if (nsegs > (uint32_t)hashp->DSIZE)
379 hashp->DSIZE = nsegs;
844 if (new_segnum >= hashp->DSIZE) {
846 dirsize = hashp->DSIZE * sizeof(SEGMENT *);
851 hashp->DSIZE = (uint32_t)dirsize;
922 hashp->dir = calloc((size_t)hashp->DSIZE, sizeof(SEGMENT *));
959 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:
  /src/external/bsd/pcc/dist/pcc/mip/
common.c 507 int dope[DSIZE];
508 char *opst[DSIZE];
manifest.h 55 * DSIZE is the size of the dope array
57 #define DSIZE (MAXOP+1)
mkext.c 24 int chkop[DSIZE];
  /src/external/lgpl3/gmp/dist/tune/
many.pl 160 # CFLAGS_TESTS="-DSIZE=50 -DTIMES=1000 -DRANDOM -DCLOCK=175000000" \
440 'args' => 'mp_ptr qp, mp_ptr np, mp_size_t nsize, mp_srcptr dp, mp_size_t dsize',
447 'args' => 'mp_ptr qp, mp_size_t qxn, mp_ptr np, mp_size_t nsize, mp_srcptr dp, mp_size_t dsize',
1322 CFLAGS_TESTS = -DSIZE=50 -DTIMES=1 -DRANDOM -DCLOCK=333000000
1323 CFLAGS_TESTS_SP = -DSIZE=1024 -DNOCHECK -DOPS=200000000 -DCLOCK=333000000
  /src/external/gpl3/binutils/dist/gas/config/
rx-parse.y 36 #define DSIZE 3
956 B3(0xfc, 0x78, 0x08); F($7, 16, 4); DSP($5, 14, DSIZE);
963 B3(0xfc, 0xc8, 0x08); F($5, 16, 4); DSP($3, 14, DSIZE);
1991 case DSIZE:
rx-parse.c 94 #define DSIZE 3
3881 B3(0xfc, 0x78, 0x08); F((yyvsp[-1].regno), 16, 4); DSP((yyvsp[-3].exp), 14, DSIZE);
3896 B3(0xfc, 0xc8, 0x08); F((yyvsp[-3].regno), 16, 4); DSP((yyvsp[-5].exp), 14, DSIZE);
5337 case DSIZE:
  /src/external/gpl3/binutils.old/dist/gas/config/
rx-parse.y 36 #define DSIZE 3
956 B3(0xfc, 0x78, 0x08); F($7, 16, 4); DSP($5, 14, DSIZE);
963 B3(0xfc, 0xc8, 0x08); F($5, 16, 4); DSP($3, 14, DSIZE);
1991 case DSIZE:
rx-parse.c 94 #define DSIZE 3
3881 B3(0xfc, 0x78, 0x08); F((yyvsp[-1].regno), 16, 4); DSP((yyvsp[-3].exp), 14, DSIZE);
3896 B3(0xfc, 0xc8, 0x08); F((yyvsp[-3].regno), 16, 4); DSP((yyvsp[-5].exp), 14, DSIZE);
5337 case DSIZE:
  /src/external/gpl3/binutils/dist/opcodes/
rx-decode.opc 46 #define DSIZE 3
rx-decode.c 48 #define DSIZE 3
  /src/external/gpl3/binutils.old/dist/opcodes/
rx-decode.opc 46 #define DSIZE 3
rx-decode.c 48 #define DSIZE 3
  /src/external/gpl3/gdb.old/dist/opcodes/
rx-decode.opc 46 #define DSIZE 3
rx-decode.c 48 #define DSIZE 3
  /src/external/gpl3/gdb/dist/opcodes/
rx-decode.opc 46 #define DSIZE 3
rx-decode.c 48 #define DSIZE 3

Completed in 74 milliseconds