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

  /src/common/dist/zlib/
zutil.h 48 typedef ush FAR ushf; typedef in typeref:typename:ush FAR
  /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 13 milliseconds