HomeSort by: relevance | last modified time | path
    Searched defs:DSIZE (Results 1 - 15 of 15) 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 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/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/external/gpl3/binutils/dist/opcodes/
rx-decode.c 48 #define DSIZE 3
  /src/external/gpl3/binutils.old/dist/opcodes/
rx-decode.c 48 #define DSIZE 3
  /src/external/gpl3/gdb.old/dist/opcodes/
rx-decode.c 48 #define DSIZE 3
  /src/external/gpl3/gdb/dist/opcodes/
rx-decode.c 48 #define DSIZE 3
  /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:
  /src/external/bsd/pcc/dist/pcc/mip/
manifest.h 55 * DSIZE is the size of the dope array
57 #define DSIZE (MAXOP+1)
  /src/external/gpl3/binutils/dist/gas/config/
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.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:

Completed in 53 milliseconds