ushf 231 other-licenses/zlib/deflate.c ushf *overlay; ushf 293 other-licenses/zlib/deflate.c overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2); ushf 903 other-licenses/zlib/deflate.c ushf *overlay; ushf 923 other-licenses/zlib/deflate.c overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof(ush)+2); ushf 1050 other-licenses/zlib/deflate.c register ush scan_start = *(ushf*)scan; ushf 1051 other-licenses/zlib/deflate.c register ush scan_end = *(ushf*)(scan+best_len-1); ushf 1090 other-licenses/zlib/deflate.c if (*(ushf*)(match+best_len-1) != scan_end || ushf 1091 other-licenses/zlib/deflate.c *(ushf*)match != scan_start) continue; ushf 1105 other-licenses/zlib/deflate.c } while (*(ushf*)(scan+=2) == *(ushf*)(match+=2) && ushf 1106 other-licenses/zlib/deflate.c *(ushf*)(scan+=2) == *(ushf*)(match+=2) && ushf 1107 other-licenses/zlib/deflate.c *(ushf*)(scan+=2) == *(ushf*)(match+=2) && ushf 1108 other-licenses/zlib/deflate.c *(ushf*)(scan+=2) == *(ushf*)(match+=2) && ushf 1157 other-licenses/zlib/deflate.c scan_end = *(ushf*)(scan+best_len-1); ushf 238 other-licenses/zlib/deflate.h ushf *d_buf;