HomeSort by: relevance | last modified time | path
    Searched refs:ushf (Results 1 - 20 of 20) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/zmod/
deflate.c 237 ushf *overlay;
299 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
909 ushf *overlay;
929 overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof(ush)+2);
1056 register ush scan_start = *(ushf*)scan;
1057 register ush scan_end = *(ushf*)(scan+best_len-1);
1096 if (*(ushf*)(match+best_len-1) != scan_end ||
1097 *(ushf*)match != scan_start) continue;
1111 } while (*(ushf*)(scan+=2) == *(ushf*)(match+=2) &
    [all...]
deflate.h 238 ushf *d_buf;
zutil.h 55 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 */
  /src/common/dist/zlib/
deflate.c 509 s->d_buf = (ushf *)(s->pending_buf + (s->lit_bufsize << 1));
1326 ds->d_buf = (ushf *)(ds->pending_buf + (ds->lit_bufsize << 1));
1370 register ush scan_start = *(ushf*)scan;
1371 register ush scan_end = *(ushf*)(scan + best_len - 1);
1411 if (*(ushf*)(match + best_len - 1) != scan_end ||
1412 *(ushf*)match != scan_start) continue;
1426 } while (*(ushf*)(scan += 2) == *(ushf*)(match += 2) &&
1427 *(ushf*)(scan += 2) == *(ushf*)(match += 2) &
    [all...]
deflate.h 228 ushf *d_buf; /* buffer for distances */
zutil.h 48 typedef ush FAR ushf; typedef
trees.c 204 local void gen_codes(ct_data *tree, int max_code, ushf *bl_count) {
  /src/external/gpl3/binutils/dist/zlib/
deflate.c 507 s->d_buf = (ushf *)(s->pending_buf + (s->lit_bufsize << 1));
1324 ds->d_buf = (ushf *)(ds->pending_buf + (ds->lit_bufsize << 1));
1368 register ush scan_start = *(ushf*)scan;
1369 register ush scan_end = *(ushf*)(scan + best_len - 1);
1409 if (*(ushf*)(match + best_len - 1) != scan_end ||
1410 *(ushf*)match != scan_start) continue;
1424 } while (*(ushf*)(scan += 2) == *(ushf*)(match += 2) &&
1425 *(ushf*)(scan += 2) == *(ushf*)(match += 2) &
    [all...]
deflate.h 226 ushf *d_buf; /* buffer for distances */
zutil.h 42 typedef ush FAR ushf; typedef
trees.c 202 local void gen_codes(ct_data *tree, int max_code, ushf *bl_count) {
  /src/external/gpl3/binutils.old/dist/zlib/
deflate.c 1299 register ush scan_start = *(ushf*)scan;
1300 register ush scan_end = *(ushf*)(scan+best_len-1);
1339 if (*(ushf*)(match+best_len-1) != scan_end ||
1340 *(ushf*)match != scan_start) continue;
1354 } while (*(ushf*)(scan+=2) == *(ushf*)(match+=2) &&
1355 *(ushf*)(scan+=2) == *(ushf*)(match+=2) &&
1356 *(ushf*)(scan+=2) == *(ushf*)(match+=2) &
    [all...]
zutil.h 42 typedef ush FAR ushf; typedef
trees.c 142 local void gen_codes OF((ct_data *tree, int max_code, ushf *bl_count));
575 ushf *bl_count; /* number of codes at each bit length */
  /src/sys/net/
zlib.c 99 typedef ush FAR ushf; typedef
511 ushf *d_buf;
820 ushf *overlay;
875 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
1220 ushf *overlay;
1240 overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof(ush)+2);
1372 ush scan_start = *(ushf*)scan;
1373 ush scan_end = *(ushf*)(scan+best_len-1);
1407 if (*(ushf*)(match+best_len-1) != scan_end ||
1408 *(ushf*)match != scan_start) continue
    [all...]
  /src/external/gpl3/binutils/dist/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);
  /src/external/gpl3/binutils/dist/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);
  /src/external/gpl3/binutils.old/dist/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);
  /src/external/gpl3/binutils.old/dist/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);

Completed in 90 milliseconds