HomeSort by relevance Sort by last modified time
    Searched full:ushf (Results 1 - 25 of 65) sorted by null

1 2 3

  /external/zlib/src/contrib/amd64/
amd64-match.S 222 /* register ush scan_start = *(ushf*)scan; */
223 /* register ush scan_end = *(ushf*)(scan+best_len-1); */
239 * if (*(ushf*)(match+best_len-1) != scan_end ||
240 * *(ushf*)match != scan_start) continue;
410 /* scan_end = *(ushf*)(scan+best_len-1); */
  /external/zlib/src/contrib/asm686/
match.S 184 /* register ush scan_start = *(ushf*)scan; */
185 /* register ush scan_end = *(ushf*)(scan+best_len-1); */
203 * if (*(ushf*)(match+best_len-1) != scan_end ||
204 * *(ushf*)match != scan_start) continue;
310 /* scan_end = *(ushf*)(scan+best_len-1); */
  /external/zlib/src/contrib/gcc_gvmat64/
gvmat64.S 285 //;;; register ush scan_start = *(ushf*)scan;
286 //;;; register ush scan_end = *(ushf*)(scan+best_len-1);
365 ;;; if (*(ushf*)(match+best_len-1) != scan_end ||
366 ;;; *(ushf*)match != scan_start) continue;
516 ;;; 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);
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
fx_zlib_deflate.c 227 ushf *overlay;
300 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
    [all...]
zutil.h 46 typedef ush FAR ushf; typedef
deflate.h 241 ushf *d_buf;
fx_zlib_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/zlib/src/
deflate.c 228 ushf *overlay;
301 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
    [all...]
zutil.h 44 typedef ush FAR ushf; typedef
deflate.h 241 ushf *d_buf;
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/freetype/src/gzip/
zutil.h 37 typedef ush FAR ushf; typedef
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/lib/
libz.so 
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/lib/
libz.so 
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/lib/
libz.so 
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/lib/
libz.so 
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/lib/
libz.so 
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/lib/
libz.so 
  /development/ndk/platforms/android-9/arch-x86/lib/
libz.a     [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/lib/
libz.a     [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/lib/
libz.a     [all...]
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/lib/
libz.a     [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/lib/
libz.a     [all...]

Completed in 1163 milliseconds

1 2 3