Searched refs:GUNZIP_WSIZE (Results 1 – 1 of 1) sorted by relevance
51 GUNZIP_WSIZE = 0x8000, enumerator557 if (w == GUNZIP_WSIZE) { in inflate_codes()605 dd &= GUNZIP_WSIZE - 1; in inflate_codes()606 e = GUNZIP_WSIZE - (dd > w ? dd : w); in inflate_codes()623 if (w == GUNZIP_WSIZE) { in inflate_codes()676 if (inflate_stored_w == GUNZIP_WSIZE) { in inflate_stored()1010 gunzip_window = xmalloc(GUNZIP_WSIZE); in IF_DESKTOP()