Searched refs:DSIZE (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/examples/
H A Dgzappend.c88 #define DSIZE 32768U macro
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;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/examples/
H A Dgzappend.c88 #define DSIZE 32768U macro
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;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dsis900.h199 OK = 0x08000000, DSIZE = 0x00000FFF enumerator in enum:sis900_buffer_status
H A Dsis900.c1649 data_size = rx_status & DSIZE;
1815 sis_priv->stats.tx_bytes += tx_status & DSIZE;

Completed in 64 milliseconds