Searched refs:WSIZE (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/io/
H A Dgzio.c55 #define WSIZE 0x8000 macro
90 grub_uint8_t slide[WSIZE];
699 if (w == WSIZE)
747 n -= (e = (e = WSIZE - ((d &= WSIZE - 1) > w ? d : w)) > n ? n
763 if (w == WSIZE)
772 if (w == WSIZE)
1063 while (gzio->wp < WSIZE && grub_errno == GRUB_ERR_NONE)
1091 while (gzio->block_len && w < WSIZE && grub_errno == GRUB_ERR_NONE)
1115 gzio->saved_offset += WSIZE;
[all...]
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dgunzip.c269 #define WSIZE 0x8000 macro
369 static uch slide[WSIZE];
778 if (w == WSIZE)
825 n -= (e = (e = WSIZE - ((d &= WSIZE - 1) > w ? d : w)) > n ? n
839 if (w == WSIZE)
848 if (w == WSIZE)
1129 while (wp < WSIZE && !errnum)
1156 while (block_len && w < WSIZE && !errnum)
1175 saved_filepos += WSIZE;
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/video/readers/
H A Dpng.c67 #define WSIZE 0x8000 macro
113 grub_uint8_t slide[WSIZE];
651 if (data->wp >= WSIZE)
672 pos += WSIZE;
680 if (data->wp >= WSIZE)
684 if (pos >= WSIZE)

Completed in 132 milliseconds