Lines Matching refs:ushf
225 ushf *overlay;
289 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
951 ushf *overlay;
971 overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof(ush)+2);
1098 register ush scan_start = *(ushf*)scan;
1099 register ush scan_end = *(ushf*)(scan+best_len-1);
1138 if (*(ushf*)(match+best_len-1) != scan_end ||
1139 *(ushf*)match != scan_start) continue;
1153 } while (*(ushf*)(scan+=2) == *(ushf*)(match+=2) &&
1154 *(ushf*)(scan+=2) == *(ushf*)(match+=2) &&
1155 *(ushf*)(scan+=2) == *(ushf*)(match+=2) &&
1156 *(ushf*)(scan+=2) == *(ushf*)(match+=2) &&
1205 scan_end = *(ushf*)(scan+best_len-1);