Home
last modified time | relevance | path

Searched refs:DSIZE (Results 1 – 5 of 5) sorted by relevance

/external/zlib/src/examples/
Dgzappend.c88 #define DSIZE 32768U macro
279 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()
/external/libppp/src/
Dlink.c370 #define DSIZE (sizeof despatcher / sizeof despatcher[0]) macro
377 for (f = 0; f < DSIZE; f++) in Despatch()
387 f == DSIZE ? "Unknown" : "Unexpected", proto, in Despatch()
/external/grub/netboot/
Dnatsemi.c63 #define DSIZE 0x00000FFF macro
629 s &= DSIZE; in natsemi_transmit()
692 nic->packetlen = (rx_status & DSIZE) - CRC_SIZE; in natsemi_poll()
Dsis900.h193 DSIZE = 0x00000FFF enumerator
Dsis900.c922 s &= DSIZE; in sis900_transmit()
989 nic->packetlen = (rx_status & DSIZE) - CRC_SIZE; in sis900_poll()