Home
last modified time | relevance | path

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

/external/zlib/src/
Ddeflate.c228 ushf *overlay;
301 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
1023 ushf *overlay;
1043 overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof(ush)+2);
1171 register ush scan_start = *(ushf*)scan;
1172 register ush scan_end = *(ushf*)(scan+best_len-1);
1211 if (*(ushf*)(match+best_len-1) != scan_end ||
1212 *(ushf*)match != scan_start) continue;
1226 } while (*(ushf*)(scan+=2) == *(ushf*)(match+=2) &&
1227 *(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/pdfium/third_party/zlib_v128/
Ddeflate.c227 ushf *overlay; in deflateInit2_()
300 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2); in deflateInit2_()
1022 ushf *overlay; in deflateCopy()
1042 overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof(ush)+2); in deflateCopy()
1170 register ush scan_start = *(ushf*)scan; in longest_match()
1171 register ush scan_end = *(ushf*)(scan+best_len-1); in longest_match()
1210 if (*(ushf*)(match+best_len-1) != scan_end || in longest_match()
1211 *(ushf*)match != scan_start) continue; in longest_match()
1225 } while (*(ushf*)(scan+=2) == *(ushf*)(match+=2) && in longest_match()
1226 *(ushf*)(scan+=2) == *(ushf*)(match+=2) && in longest_match()
[all …]
Dzutil.h46 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 */ in gen_codes()
/external/opencv3/3rdparty/zlib/
Ddeflate.c228 ushf *overlay;
301 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
1023 ushf *overlay;
1043 overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof(ush)+2);
1171 register ush scan_start = *(ushf*)scan;
1172 register ush scan_end = *(ushf*)(scan+best_len-1);
1211 if (*(ushf*)(match+best_len-1) != scan_end ||
1212 *(ushf*)match != scan_start) continue;
1226 } while (*(ushf*)(scan+=2) == *(ushf*)(match+=2) &&
1227 *(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/freetype/src/gzip/
Dzutil.h37 typedef ush FAR ushf; typedef
/external/zlib/
Dzutil.h44 typedef ush FAR ushf; typedef