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

/freebsd-10.1-release/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 */
/freebsd-10.1-release/sys/cddl/contrib/opensolaris/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 */
/freebsd-10.1-release/sys/net/
H A Dzlib.c101 typedef ush FAR ushf; typedef
495 ushf *d_buf;
760 ushf *overlay;
812 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
1156 ushf *overlay;
1173 overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof(ush)+2);
1303 register ush scan_start = *(ushf*)scan;
1304 register ush scan_end = *(ushf*)(scan+best_len-1);
1338 if (*(ushf*)(match+best_len-1) != scan_end ||
1339 *(ushf*)matc
[all...]
H A Dzutil.h68 typedef ush FAR ushf; typedef

Completed in 146 milliseconds