HomeSort by relevance Sort by last modified time
    Searched defs:DSIZE (Results 1 - 4 of 4) sorted by null

  /external/libppp/src/
link.c 370 #define DSIZE (sizeof despatcher / sizeof despatcher[0])
377 for (f = 0; f < DSIZE; f++)
387 f == DSIZE ? "Unknown" : "Unexpected", proto,
  /external/zlib/src/examples/
gzappend.c 88 #define DSIZE 32768U
279 window = malloc(DSIZE);
304 strm->avail_out = DSIZE - have;
315 crc = crc32(crc, window + have, DSIZE - have - strm->avail_out);
317 have = DSIZE - strm->avail_out;
361 rotate(window, DSIZE, have);
362 have = DSIZE;
  /external/grub/netboot/
natsemi.c 64 #define DSIZE 0x00000FFF
630 s &= DSIZE;
693 nic->packetlen = (rx_status & DSIZE) - CRC_SIZE;
sis900.h 193 DSIZE = 0x00000FFF

Completed in 171 milliseconds