Searched refs:ushf (Results 1 – 6 of 6) sorted by relevance
1297 register ush scan_start = *(ushf*)scan;1298 register ush scan_end = *(ushf*)(scan+best_len-1);1337 if (*(ushf*)(match+best_len-1) != scan_end ||1338 *(ushf*)match != scan_start) continue;1352 } while (*(ushf*)(scan+=2) == *(ushf*)(match+=2) &&1353 *(ushf*)(scan+=2) == *(ushf*)(match+=2) &&1354 *(ushf*)(scan+=2) == *(ushf*)(match+=2) &&1355 *(ushf*)(scan+=2) == *(ushf*)(match+=2) &&1404 scan_end = *(ushf*)(scan+best_len-1);
40 typedef ush FAR ushf; typedef
142 local void gen_codes OF((ct_data *tree, int max_code, ushf *bl_count));575 ushf *bl_count; /* number of codes at each bit length */
100 typedef ush FAR ushf; typedef532 ushf *d_buf;863 ushf *overlay;922 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof (ush)+2);1313 ushf *overlay;1331 overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof (ush)+2);1477 register ush scan_start = *(ushf*)scan;1478 register ush scan_end = *(ushf*)(scan+best_len-1);1519 if (*(ushf*)(match+best_len-1) != scan_end ||1520 *(ushf*)match != scan_start) continue;[all …]
49 typedef ush FAR ushf; typedef359 ushf *d_buf;647 s->d_buf = (ushf *) &(s->pending_buf[s->lit_bufsize]);961 register ush scan_start = *(ushf*)scan;962 register ush scan_end = *(ushf*)(scan+best_len-1);991 if (*(ushf*)(match+best_len-1) != scan_end ||992 *(ushf*)match != scan_start) continue;1006 } while (*(ushf*)(scan+=2) == *(ushf*)(match+=2) &&1007 *(ushf*)(scan+=2) == *(ushf*)(match+=2) &&1008 *(ushf*)(scan+=2) == *(ushf*)(match+=2) &&[all …]
599 typedef ush FAR ushf; typedef1448 ushf *d_buf;