Searched refs:DSIZE (Results 1 – 5 of 5) sorted by relevance
88 #define DSIZE 32768U macro279 window = malloc(DSIZE); in gzscan()304 strm->avail_out = DSIZE - have; in gzscan()315 crc = crc32(crc, window + have, DSIZE - have - strm->avail_out); in gzscan()317 have = DSIZE - strm->avail_out; in gzscan()361 rotate(window, DSIZE, have); in gzscan()362 have = DSIZE; in gzscan()
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()
63 #define DSIZE 0x00000FFF macro629 s &= DSIZE; in natsemi_transmit()692 nic->packetlen = (rx_status & DSIZE) - CRC_SIZE; in natsemi_poll()
193 DSIZE = 0x00000FFF enumerator
922 s &= DSIZE; in sis900_transmit()989 nic->packetlen = (rx_status & DSIZE) - CRC_SIZE; in sis900_poll()