Lines Matching refs:ushf
49 typedef ush FAR ushf; typedef
359 ushf *d_buf;
647 s->d_buf = (ushf *) &(s->pending_buf[s->lit_bufsize]);
961 register ush scan_start = *(ushf*)scan;
962 register ush scan_end = *(ushf*)(scan+best_len-1);
991 if (*(ushf*)(match+best_len-1) != scan_end ||
992 *(ushf*)match != scan_start) continue;
1006 } while (*(ushf*)(scan+=2) == *(ushf*)(match+=2) &&
1007 *(ushf*)(scan+=2) == *(ushf*)(match+=2) &&
1008 *(ushf*)(scan+=2) == *(ushf*)(match+=2) &&
1009 *(ushf*)(scan+=2) == *(ushf*)(match+=2) &&
1058 scan_end = *(ushf*)(scan+best_len-1);
1573 local void gen_codes OF((ct_data *tree, int max_code, ushf *bl_count));
1938 ushf *bl_count; /* number of codes at each bit length */