Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/zlib/
H A Ddeflate.c225 ushf *overlay;
289 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
937 ushf *overlay;
957 overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof(ush)+2);
1084 register ush scan_start = *(ushf*)scan;
1085 register ush scan_end = *(ushf*)(scan+best_len-1);
1124 if (*(ushf*)(match+best_len-1) != scan_end ||
1125 *(ushf*)match != scan_start) continue;
1139 } while (*(ushf*)(scan+=2) == *(ushf*)(match+=2) &&
1140 *(ushf*)(scan+=2) == *(ushf*)(match+=2) &&
[all …]
H A Dzutil.h50 typedef ush FAR ushf; typedef
H A Ddeflate.h238 ushf *d_buf;
H A Dtrees.c147 local void gen_codes OF((ct_data *tree, int max_code, ushf *bl_count));
584 ushf *bl_count; /* number of codes at each bit length */