HomeSort by relevance Sort by last modified time
    Searched refs:ushf (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/third_party/zlib/
deflate.c 226 ushf *overlay;
293 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
    [all...]
deflate.h 243 ushf *d_buf;
zutil.h 55 typedef ush FAR ushf; typedef
trees.c 147 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 */
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
deflate.c 231 ushf *overlay;
293 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
903 ushf *overlay;
    [all...]
deflate.h 238 ushf *d_buf;
zutil.h 50 typedef ush FAR ushf; typedef
trees.c 146 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 */
    [all...]
  /external/zlib/src/
deflate.c 228 ushf *overlay;
301 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
    [all...]
deflate.h 241 ushf *d_buf;
zutil.h 44 typedef ush FAR ushf; typedef
trees.c 142 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 */
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
opt-gvmat64.asm 266 ;;; 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/src/contrib/masmx64/
gvmat64.asm 304 ;;; 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/
match686.asm 287 ;;; 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 450 milliseconds