Searched defs:DSIZE (Results 1 - 5 of 5) sorted by relevance

/external/syslinux/gpxe/src/arch/i386/core/
H A Dwince_loader.c60 #define DSIZE (PSIZE+12) macro
81 static unsigned char dbuffer[DSIZE];
/external/zlib/src/examples/
H A Dgzappend.c90 #define DSIZE 32768U macro
281 window = malloc(DSIZE);
306 strm->avail_out = DSIZE - have;
317 crc = crc32(crc, window + have, DSIZE - have - strm->avail_out);
319 have = DSIZE - strm->avail_out;
363 rotate(window, DSIZE, have);
364 have = DSIZE;
/external/webp/src/utils/
H A 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];
147 dst[x] = clip_8b(c + dither[x % DSIZE]);
/external/syslinux/gpxe/src/drivers/net/
H A Dnatsemi.h9 #define DSIZE 0x00000FFF macro
H A Dsis900.h209 DSIZE = 0x00000FFF enumerator in enum:sis900_buffer_status

Completed in 1965 milliseconds