ushf              228 3rdparty/zlib/deflate.c     ushf *overlay;
ushf              301 3rdparty/zlib/deflate.c     overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
ushf             1023 3rdparty/zlib/deflate.c     ushf *overlay;
ushf             1043 3rdparty/zlib/deflate.c     overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof(ush)+2);
ushf             1171 3rdparty/zlib/deflate.c     register ush scan_start = *(ushf*)scan;
ushf             1172 3rdparty/zlib/deflate.c     register ush scan_end   = *(ushf*)(scan+best_len-1);
ushf             1211 3rdparty/zlib/deflate.c         if (*(ushf*)(match+best_len-1) != scan_end ||
ushf             1212 3rdparty/zlib/deflate.c             *(ushf*)match != scan_start) continue;
ushf             1226 3rdparty/zlib/deflate.c         } while (*(ushf*)(scan+=2) == *(ushf*)(match+=2) &&
ushf             1227 3rdparty/zlib/deflate.c                  *(ushf*)(scan+=2) == *(ushf*)(match+=2) &&
ushf             1228 3rdparty/zlib/deflate.c                  *(ushf*)(scan+=2) == *(ushf*)(match+=2) &&
ushf             1229 3rdparty/zlib/deflate.c                  *(ushf*)(scan+=2) == *(ushf*)(match+=2) &&
ushf             1278 3rdparty/zlib/deflate.c             scan_end = *(ushf*)(scan+best_len-1);
ushf              241 3rdparty/zlib/deflate.h     ushf *d_buf;
ushf              142 3rdparty/zlib/trees.c local void gen_codes      OF((ct_data *tree, int max_code, ushf *bl_count));
ushf              578 3rdparty/zlib/trees.c     ushf *bl_count;            /* number of codes at each bit length */