Home
last modified time | relevance | path

Searched refs:DSIZE (Results 1 – 7 of 7) 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] = {
138 const uint8_t* const dither = kOrderedDither[p->row_ % DSIZE]; in ApplyFilter()
147 dst[x] = clip_8b(c + dither[x % DSIZE]); in ApplyFilter()
/external/syslinux/gpxe/src/arch/i386/core/
Dwince_loader.c60 #define DSIZE (PSIZE+12) macro
81 static unsigned char dbuffer[DSIZE]; in ce_loader()
/external/syslinux/gpxe/src/drivers/net/
Dnatsemi.h9 #define DSIZE 0x00000FFF macro
Dsis900.h209 DSIZE = 0x00000FFF enumerator
Dsis900.c1129 s &= DSIZE; in sis900_transmit()
1205 nic->packetlen = (rx_status & DSIZE) - CRC_SIZE; in sis900_poll()
Dnatsemi.c548 rx_len = (rx_status & DSIZE) - CRC_SIZE; in natsemi_poll()