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

/darwin-on-arm/xnu/libkern/zlib/
H A Ddeflate.c258 ushf *overlay;
322 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
932 ushf *overlay;
952 overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof(ush)+2);
1079 register ush scan_start = *(ushf*)scan;
1080 register ush scan_end = *(ushf*)(scan+best_len-1);
1119 if (*(ushf*)(match+best_len-1) != scan_end ||
1120 *(ushf*)match != scan_start) continue;
1134 } while (*(ushf*)(scan+=2) == *(ushf*)(matc
[all...]
H A Ddeflate.h265 ushf *d_buf;
H A Dzutil.h89 typedef ush FAR ushf; typedef
H A Dtrees.c173 local void gen_codes OF((ct_data *tree, int max_code, ushf *bl_count));
607 ushf *bl_count; /* number of codes at each bit length */

Completed in 21 milliseconds