Home | History | Annotate | Download | only in net

Lines Matching defs:ushf

99 typedef ush FAR ushf;
511 ushf *d_buf;
820 ushf *overlay;
875 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
1220 ushf *overlay;
1240 overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof(ush)+2);
1372 ush scan_start = *(ushf*)scan;
1373 ush scan_end = *(ushf*)(scan+best_len-1);
1407 if (*(ushf*)(match+best_len-1) != scan_end ||
1408 *(ushf*)match != scan_start) continue;
1422 } while (*(ushf*)(scan+=2) == *(ushf*)(match+=2) &&
1423 *(ushf*)(scan+=2) == *(ushf*)(match+=2) &&
1424 *(ushf*)(scan+=2) == *(ushf*)(match+=2) &&
1425 *(ushf*)(scan+=2) == *(ushf*)(match+=2) &&
1474 scan_end = *(ushf*)(scan+best_len-1);
2246 local void gen_codes(ct_data *tree, int max_code, ushf *bl_count);
2673 ushf *bl_count) /* number of codes at each bit length */