Lines Matching refs:ushf
510 s->d_buf = (ushf *)(s->pending_buf + (s->lit_bufsize << 1));
1332 ds->d_buf = (ushf *)(ds->pending_buf + (ds->lit_bufsize << 1));
1377 register ush scan_start = *(ushf*)scan;
1378 register ush scan_end = *(ushf*)(scan + best_len - 1);
1418 if (*(ushf*)(match + best_len - 1) != scan_end ||
1419 *(ushf*)match != scan_start) continue;
1433 } while (*(ushf*)(scan += 2) == *(ushf*)(match += 2) &&
1434 *(ushf*)(scan += 2) == *(ushf*)(match += 2) &&
1435 *(ushf*)(scan += 2) == *(ushf*)(match += 2) &&
1436 *(ushf*)(scan += 2) == *(ushf*)(match += 2) &&
1487 scan_end = *(ushf*)(scan + best_len - 1);