Searched refs:ushf (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/zmod/
H A Ddeflate.c237 ushf *overlay;
299 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
909 ushf *overlay;
929 overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof(ush)+2);
1056 register ush scan_start = *(ushf*)scan;
1057 register ush scan_end = *(ushf*)(scan+best_len-1);
1096 if (*(ushf*)(match+best_len-1) != scan_end ||
1097 *(ushf*)match != scan_start) continue;
1111 } while (*(ushf*)(scan+=2) == *(ushf*)(matc
[all...]
H A Ddeflate.h238 ushf *d_buf;
H A Dzutil.h55 typedef ush FAR ushf; typedef
H A Dtrees.c146 local void gen_codes OF((ct_data *tree, int max_code, ushf *bl_count));
580 ushf *bl_count; /* number of codes at each bit length */
/illumos-gate/usr/src/boot/lib/libz/
H A Ddeflate.c228 ushf *overlay;
301 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
1023 ushf *overlay;
1043 overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof(ush)+2);
1171 register ush scan_start = *(ushf*)scan;
1172 register ush scan_end = *(ushf*)(scan+best_len-1);
1211 if (*(ushf*)(match+best_len-1) != scan_end ||
1212 *(ushf*)match != scan_start) continue;
1226 } while (*(ushf*)(scan+=2) == *(ushf*)(matc
[all...]
H A Ddeflate.h241 ushf *d_buf;
H A Dzutil.h44 typedef ush FAR ushf; typedef
H A Dtrees.c142 local void gen_codes OF((ct_data *tree, int max_code, ushf *bl_count));
578 ushf *bl_count; /* number of codes at each bit length */
/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 126 milliseconds