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

1 2 3 4

  /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);
  /toolchain/binutils/binutils-2.27/zlib/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); */
  /toolchain/binutils/binutils-2.27/zlib/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); */
  /toolchain/binutils/binutils-2.27/zlib/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);
  /toolchain/binutils/binutils-2.27/zlib/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);
  /toolchain/binutils/binutils-2.27/zlib/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);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
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
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
deflate.c 231 ushf *overlay;
293 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
    [all...]
  /external/python/cpython2/Modules/zlib/
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
  /external/python/cpython3/Modules/zlib/
deflate.c 255 ushf *overlay;
329 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
    [all...]
zutil.h 46 typedef ush FAR ushf; typedef
  /external/syslinux/com32/lib/zlib/
deflate.c 225 ushf *overlay;
289 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
    [all...]
zutil.h 40 typedef ush FAR ushf; typedef
  /external/zlib/src/
deflate.c 255 ushf *overlay;
329 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
    [all...]
zutil.h 46 typedef ush FAR ushf; typedef
  /toolchain/binutils/binutils-2.27/zlib/
deflate.c 228 ushf *overlay;
301 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/zlib/
zutil.h 47 typedef ush FAR ushf; typedef
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
zutil.h 46 typedef ush FAR ushf; typedef
  /external/freetype/src/gzip/
zutil.h 37 typedef ush FAR ushf; typedef

Completed in 1033 milliseconds

1 2 3 4