ushf              226 third_party/zlib/deflate.c     ushf *overlay;
ushf              293 third_party/zlib/deflate.c     overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
ushf              963 third_party/zlib/deflate.c     ushf *overlay;
ushf              983 third_party/zlib/deflate.c     overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof(ush)+2);
ushf             1162 third_party/zlib/deflate.c     register ush scan_start = *(ushf*)scan;
ushf             1163 third_party/zlib/deflate.c     register ush scan_end   = *(ushf*)(scan+best_len-1);
ushf             1205 third_party/zlib/deflate.c         if (*(ushf*)(match+best_len-1) != scan_end ||
ushf             1206 third_party/zlib/deflate.c             *(ushf*)match != scan_start) continue;
ushf             1220 third_party/zlib/deflate.c         } while (*(ushf*)(scan+=2) == *(ushf*)(match+=2) &&
ushf             1221 third_party/zlib/deflate.c                  *(ushf*)(scan+=2) == *(ushf*)(match+=2) &&
ushf             1222 third_party/zlib/deflate.c                  *(ushf*)(scan+=2) == *(ushf*)(match+=2) &&
ushf             1223 third_party/zlib/deflate.c                  *(ushf*)(scan+=2) == *(ushf*)(match+=2) &&
ushf             1282 third_party/zlib/deflate.c             scan_end = *(ushf*)(scan+best_len-1);
ushf              243 third_party/zlib/deflate.h     ushf *d_buf;
ushf              147 third_party/zlib/trees.c local void gen_codes      OF((ct_data *tree, int max_code, ushf *bl_count));
ushf              584 third_party/zlib/trees.c     ushf *bl_count;            /* number of codes at each bit length */