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

/ast/src/lib/libz/
H A Ddeflate.c231 ushf *overlay;
293 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
903 ushf *overlay;
923 overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof(ush)+2);
1050 register ush scan_start = *(ushf*)scan;
1051 register ush scan_end = *(ushf*)(scan+best_len-1);
1090 if (*(ushf*)(match+best_len-1) != scan_end ||
1091 *(ushf*)match != scan_start) continue;
1105 } while (*(ushf*)(scan+=2) == *(ushf*)(matc
[all...]
H A Ddeflate.h238 ushf *d_buf;
H A Dzutil.h50 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 */
/ast/src/cmd/INIT/
H A Dratz.c599 typedef ush FAR ushf; typedef
1448 ushf *d_buf;

Completed in 26 milliseconds