Searched defs:ushf (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/boot/lib/libz/
H A Dzutil.h44 typedef ush FAR ushf; typedef
/illumos-gate/usr/src/uts/common/zmod/
H A Dzutil.h55 typedef ush FAR ushf; typedef
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c49 typedef ush FAR ushf; typedef
359 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*)(sca
[all...]
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c102 typedef ush FAR ushf; typedef
534 ushf *d_buf;
865 ushf *overlay;
924 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof (ush)+2);
1315 ushf *overlay;
1333 overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof (ush)+2);
1479 register ush scan_start = *(ushf*)scan;
1480 register ush scan_end = *(ushf*)(scan+best_len-1);
1521 if (*(ushf*)(match+best_len-1) != scan_end ||
1522 *(ushf*)matc
[all...]

Completed in 75 milliseconds