Home
last modified time | relevance | path

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

/external/qemu/distrib/zlib-1.2.3/
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*)(match+=2) &&
1106 *(ushf*)(scan+=2) == *(ushf*)(match+=2) &&
[all …]
Dzutil.h50 typedef ush FAR ushf; typedef
Ddeflate.h238 ushf *d_buf;
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 */
/external/zlib/src/
Ddeflate.c228 ushf *overlay;
301 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
1021 ushf *overlay;
1041 overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof(ush)+2);
1169 register ush scan_start = *(ushf*)scan;
1170 register ush scan_end = *(ushf*)(scan+best_len-1);
1209 if (*(ushf*)(match+best_len-1) != scan_end ||
1210 *(ushf*)match != scan_start) continue;
1224 } while (*(ushf*)(scan+=2) == *(ushf*)(match+=2) &&
1225 *(ushf*)(scan+=2) == *(ushf*)(match+=2) &&
[all …]
Dzutil.h44 typedef ush FAR ushf; typedef
Ddeflate.h241 ushf *d_buf;
Dtrees.c142 local void gen_codes OF((ct_data *tree, int max_code, ushf *bl_count));
578 ushf *bl_count; /* number of codes at each bit length */
/external/zlib/
Dzutil.h44 typedef ush FAR ushf; typedef