Searched refs:DSIZE (Results 1 – 7 of 7) sorted by relevance
90 #define DSIZE 32768U macro281 window = malloc(DSIZE); in gzscan()306 strm->avail_out = DSIZE - have; in gzscan()317 crc = crc32(crc, window + have, DSIZE - have - strm->avail_out); in gzscan()319 have = DSIZE - strm->avail_out; in gzscan()363 rotate(window, DSIZE, have); in gzscan()364 have = DSIZE; in gzscan()
32 #define DSIZE 4 // dithering size (must be a power of two) macro34 static const uint8_t kOrderedDither[DSIZE][DSIZE] = {138 const uint8_t* const dither = kOrderedDither[p->row_ % DSIZE]; in ApplyFilter()147 dst[x] = clip_8b(c + dither[x % DSIZE]); in ApplyFilter()
60 #define DSIZE (PSIZE+12) macro81 static unsigned char dbuffer[DSIZE]; in ce_loader()
9 #define DSIZE 0x00000FFF macro
209 DSIZE = 0x00000FFF enumerator
1129 s &= DSIZE; in sis900_transmit()1205 nic->packetlen = (rx_status & DSIZE) - CRC_SIZE; in sis900_poll()
548 rx_len = (rx_status & DSIZE) - CRC_SIZE; in natsemi_poll()