Lines Matching refs:ushf
549 s->d_buf = (ushf *)(s->pending_buf + (s->lit_bufsize << 1));
1371 ds->d_buf = (ushf *)(ds->pending_buf + (ds->lit_bufsize << 1));
1415 register ush scan_start = *(ushf*)scan;
1416 register ush scan_end = *(ushf*)(scan + best_len - 1);
1456 if (*(ushf*)(match + best_len - 1) != scan_end ||
1457 *(ushf*)match != scan_start) continue;
1480 } while (*(ushf*)(scan += 2) == *(ushf*)(match += 2) &&
1481 *(ushf*)(scan += 2) == *(ushf*)(match += 2) &&
1482 *(ushf*)(scan += 2) == *(ushf*)(match += 2) &&
1483 *(ushf*)(scan += 2) == *(ushf*)(match += 2) &&
1543 scan_end = *(ushf*)(scan + best_len - 1);