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

/external/chromium_org/third_party/zlib/
H A Ddeflate.c226 ushf *overlay;
293 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
963 ushf *overlay;
983 overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof(ush)+2);
1162 register ush scan_start = *(ushf*)scan;
1163 register ush scan_end = *(ushf*)(scan+best_len-1);
1205 if (*(ushf*)(match+best_len-1) != scan_end ||
1206 *(ushf*)match != scan_start) continue;
1220 } while (*(ushf*)(scan+=2) == *(ushf*)(matc
[all...]
H A Ddeflate.h243 ushf *d_buf;
H A Dzutil.h55 typedef ush FAR ushf; typedef
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 */
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_deflate.c227 ushf *overlay;
300 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
1022 ushf *overlay;
1042 overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof(ush)+2);
1170 register ush scan_start = *(ushf*)scan;
1171 register ush scan_end = *(ushf*)(scan+best_len-1);
1210 if (*(ushf*)(match+best_len-1) != scan_end ||
1211 *(ushf*)match != scan_start) continue;
1225 } while (*(ushf*)(scan+=2) == *(ushf*)(matc
[all...]
H A Ddeflate.h241 ushf *d_buf;
H A Dzutil.h46 typedef ush FAR ushf; typedef
H A Dfx_zlib_trees.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/qemu/distrib/zlib-1.2.8/
H A 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*)(matc
[all...]
H A Ddeflate.h241 ushf *d_buf;
H A Dzutil.h44 typedef ush FAR ushf; typedef
H A 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/src/
H A 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*)(matc
[all...]
H A Ddeflate.h241 ushf *d_buf;
H A Dzutil.h44 typedef ush FAR ushf; typedef
H A 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/
H A Dzutil.h37 typedef ush FAR ushf; typedef
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
H A Dopt-gvmat64.asm266 ;;; register ush scan_start = *(ushf*)scan;
267 ;;; register ush scan_end = *(ushf*)(scan+best_len-1);
326 ;;; if (*(ushf*)(match+best_len-1) != scan_end ||
327 ;;; *(ushf*)match != scan_start) continue;
455 ;;; scan_end = *(ushf*)(scan+best_len-1);
/external/zlib/
H A Dzutil.h44 typedef ush FAR ushf; typedef
/external/zlib/src/contrib/masmx64/
H A Dgvmat64.asm304 ;;; register ush scan_start = *(ushf*)scan;
305 ;;; register ush scan_end = *(ushf*)(scan+best_len-1);
364 ;;; if (*(ushf*)(match+best_len-1) != scan_end ||
365 ;;; *(ushf*)match != scan_start) continue;
495 ;;; scan_end = *(ushf*)(scan+best_len-1);
/external/zlib/src/contrib/masmx86/
H A Dmatch686.asm287 ;;; register ush scan_start = *(ushf*)scan;
288 ;;; register ush scan_end = *(ushf*)(scan+best_len-1);
306 ;;; if (*(ushf*)(match+best_len-1) != scan_end ||
307 ;;; *(ushf*)match != scan_start) continue;
413 ;;; scan_end = *(ushf*)(scan+best_len-1);

Completed in 8871 milliseconds