Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zlib/
H A Ddeflate.c258 ushf *overlay;
1114 ushf *overlay;
1262 register ush scan_start = *(ushf*)scan;
1263 register ush scan_end = *(ushf*)(scan+best_len-1);
1302 if (*(ushf*)(match+best_len-1) != scan_end ||
1303 *(ushf*)match != scan_start) continue;
1317 } while (*(ushf*)(scan+=2) == *(ushf*)(match+=2) &&
1318 *(ushf*)(scan+=2) == *(ushf*)(match+=2) &&
1319 *(ushf*)(scan+=2) == *(ushf*)(match+=2) &&
1320 *(ushf*)(scan+=2) == *(ushf*)(match+=2) &&
[all …]
H A Dzutil.h49 typedef ush FAR ushf; typedef
H A Ddeflate.h244 ushf *d_buf;
H A Dtrees.c142 local void gen_codes OF((ct_data *tree, int max_code, ushf *bl_count));
575 ushf *bl_count; /* number of codes at each bit length */