Searched refs:ushf (Results 1 – 4 of 4) sorted by relevance
225 ushf *overlay;289 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);937 ushf *overlay;957 overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof(ush)+2);1084 register ush scan_start = *(ushf*)scan;1085 register ush scan_end = *(ushf*)(scan+best_len-1);1124 if (*(ushf*)(match+best_len-1) != scan_end ||1125 *(ushf*)match != scan_start) continue;1139 } while (*(ushf*)(scan+=2) == *(ushf*)(match+=2) &&1140 *(ushf*)(scan+=2) == *(ushf*)(match+=2) &&[all …]
50 typedef ush FAR ushf; typedef
238 ushf *d_buf;
147 local void gen_codes OF((ct_data *tree, int max_code, ushf *bl_count));584 ushf *bl_count; /* number of codes at each bit length */