HomeSort by relevance Sort by last modified time
    Searched refs:WSIZE (Results 1 - 4 of 4) sorted by null

  /external/grub/stage2/
gunzip.c 264 #define WSIZE 0x8000
367 static uch slide[WSIZE];
759 if (w == WSIZE)
806 n -= (e = (e = WSIZE - ((d &= WSIZE - 1) > w ? d : w)) > n ? n
820 if (w == WSIZE)
829 if (w == WSIZE)
    [all...]
  /external/zlib/src/contrib/infback9/
infback9.c 11 #define WSIZE 65536UL
181 left = WSIZE; \
270 left = WSIZE;
555 if (offset > WSIZE - (wrap ? 0: left)) {
565 copy = WSIZE - offset;
586 if (left < WSIZE) {
587 if (out(out_desc, window, (unsigned)(WSIZE - left)))
  /external/libmtp/src/
playlist-spl.c 335 const size_t WSIZE = MAXREAD/2*3+1;
336 char w[WSIZE];
414 if(iw >= w + WSIZE) {
420 __FILE__, __LINE__, __func__, WSIZE);
  /external/zlib/src/contrib/masmx64/
gvmat64.asm 285 mov eax,07efah ; MAX_DIST = (WSIZE-MIN_LOOKAHEAD) (0x8000-(3+8+1))

Completed in 104 milliseconds