Home | History | Annotate | Download | only in src

Lines Matching refs:ushf

255     ushf *overlay;
329 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
1111 ushf *overlay;
1131 overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof(ush)+2);
1259 register ush scan_start = *(ushf*)scan;
1260 register ush scan_end = *(ushf*)(scan+best_len-1);
1299 if (*(ushf*)(match+best_len-1) != scan_end ||
1300 *(ushf*)match != scan_start) continue;
1314 } while (*(ushf*)(scan+=2) == *(ushf*)(match+=2) &&
1315 *(ushf*)(scan+=2) == *(ushf*)(match+=2) &&
1316 *(ushf*)(scan+=2) == *(ushf*)(match+=2) &&
1317 *(ushf*)(scan+=2) == *(ushf*)(match+=2) &&
1366 scan_end = *(ushf*)(scan+best_len-1);