Home
last modified time | relevance | path

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

/external/zlib/src/examples/
Dgzappend.c90 #define DSIZE 32768U macro
281 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()
/external/webp/src/utils/
Dquant_levels_dec_utils.c32 #define DSIZE 4 // dithering size (must be a power of two) macro
34 static const uint8_t kOrderedDither[DSIZE][DSIZE] = {
139 const uint8_t* const dither = kOrderedDither[p->row_ % DSIZE]; in ApplyFilter()
148 dst[x] = clip_8b(c + dither[x % DSIZE]); in ApplyFilter()
/external/u-boot/drivers/net/
Dnatsemi.c63 #define DSIZE 0x00000FFF macro
836 length = (rx_status & DSIZE) - CRC_SIZE; in natsemi_poll()
Dns8382x.c61 #define DSIZE 0x00000FFF macro
808 length = (rx_status & DSIZE) - CRC_SIZE; in ns8382x_poll()