HomeSort by: relevance | last modified time | path
    Searched refs:ushf (Results 1 - 5 of 5) sorted by relevancy

  /src/common/dist/zlib/
deflate.c 509 s->d_buf = (ushf *)(s->pending_buf + (s->lit_bufsize << 1));
1326 ds->d_buf = (ushf *)(ds->pending_buf + (ds->lit_bufsize << 1));
1370 register ush scan_start = *(ushf*)scan;
1371 register ush scan_end = *(ushf*)(scan + best_len - 1);
1411 if (*(ushf*)(match + best_len - 1) != scan_end ||
1412 *(ushf*)match != scan_start) continue;
1426 } while (*(ushf*)(scan += 2) == *(ushf*)(match += 2) &&
1427 *(ushf*)(scan += 2) == *(ushf*)(match += 2) &
    [all...]
deflate.h 228 ushf *d_buf; /* buffer for distances */
zutil.h 48 typedef ush FAR ushf; typedef in typeref:typename:ush FAR
trees.c 204 local void gen_codes(ct_data *tree, int max_code, ushf *bl_count) {
  /src/sys/net/
zlib.c 99 typedef ush FAR ushf; typedef in typeref:typename:ush FAR
511 ushf *d_buf;
820 ushf *overlay;
875 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
1220 ushf *overlay;
1240 overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof(ush)+2);
1372 ush scan_start = *(ushf*)scan;
1373 ush scan_end = *(ushf*)(scan+best_len-1);
1407 if (*(ushf*)(match+best_len-1) != scan_end ||
1408 *(ushf*)match != scan_start) continue
    [all...]

Completed in 189 milliseconds