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

/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Ddeflate.c255 ushf *overlay;
317 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
927 ushf *overlay;
947 overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof(ush)+2);
1074 register ush scan_start = *(ushf*)scan;
1075 register ush scan_end = *(ushf*)(scan+best_len-1);
1114 if (*(ushf*)(match+best_len-1) != scan_end ||
1115 *(ushf*)match != scan_start) continue;
1129 } while (*(ushf*)(scan+=2) == *(ushf*)(matc
[all...]
H A Ddeflate.h262 ushf *d_buf;
H A Dzutil.h74 typedef ush FAR ushf; typedef
H A Dtrees.c170 local void gen_codes OF((ct_data *tree, int max_code, ushf *bl_count));
604 ushf *bl_count; /* number of codes at each bit length */

Completed in 38 milliseconds