Lines Matching refs:ushf
237 ushf *overlay;
299 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
909 ushf *overlay;
929 overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof(ush)+2);
1056 register ush scan_start = *(ushf*)scan;
1057 register ush scan_end = *(ushf*)(scan+best_len-1);
1096 if (*(ushf*)(match+best_len-1) != scan_end ||
1097 *(ushf*)match != scan_start) continue;
1111 } while (*(ushf*)(scan+=2) == *(ushf*)(match+=2) &&
1112 *(ushf*)(scan+=2) == *(ushf*)(match+=2) &&
1113 *(ushf*)(scan+=2) == *(ushf*)(match+=2) &&
1114 *(ushf*)(scan+=2) == *(ushf*)(match+=2) &&
1163 scan_end = *(ushf*)(scan+best_len-1);