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

  /src/common/dist/zlib/
zutil.h 48 typedef ush FAR ushf; typedef
  /src/external/gpl3/binutils/dist/zlib/
zutil.h 42 typedef ush FAR ushf; typedef
  /src/external/gpl3/binutils.old/dist/zlib/
zutil.h 42 typedef ush FAR ushf; typedef
  /src/external/gpl3/gdb/dist/zlib/
zutil.h 42 typedef ush FAR ushf; typedef
  /src/external/gpl3/gdb.old/dist/zlib/
zutil.h 42 typedef ush FAR ushf; typedef
  /src/external/cddl/osnet/dist/uts/common/zmod/
zutil.h 55 typedef ush FAR ushf; typedef
  /src/sys/net/
zlib.c 99 typedef ush FAR ushf; typedef
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 98 milliseconds