Lines Matching refs:ushf
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) &&
1141 *(ushf*)(scan+=2) == *(ushf*)(match+=2) &&
1142 *(ushf*)(scan+=2) == *(ushf*)(match+=2) &&
1191 scan_end = *(ushf*)(scan+best_len-1);