Symbol: ushf
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
1006
} while (*(ushf*)(scan+=2) == *(ushf*)(match+=2) &&
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
1007
*(ushf*)(scan+=2) == *(ushf*)(match+=2) &&
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
1008
*(ushf*)(scan+=2) == *(ushf*)(match+=2) &&
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
1009
*(ushf*)(scan+=2) == *(ushf*)(match+=2) &&
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
1058
scan_end = *(ushf*)(scan+best_len-1);
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
1573
local void gen_codes OF((ct_data *tree, int max_code, ushf *bl_count));
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
1938
ushf *bl_count; /* number of codes at each bit length */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
359
ushf *d_buf;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
647
s->d_buf = (ushf *) &(s->pending_buf[s->lit_bufsize]);
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
961
register ush scan_start = *(ushf*)scan;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
962
register ush scan_end = *(ushf*)(scan+best_len-1);
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
991
if (*(ushf*)(match+best_len-1) != scan_end ||
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
992
*(ushf*)match != scan_start) continue;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1313
ushf *overlay;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1331
overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof (ush)+2);
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1477
register ush scan_start = *(ushf*)scan;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1478
register ush scan_end = *(ushf*)(scan+best_len-1);
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1519
if (*(ushf*)(match+best_len-1) != scan_end ||
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1520
*(ushf*)match != scan_start) continue;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1538
} while (*(ushf *)(scan += 2) == *(ushf *)(match += 2) &&
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1539
*(ushf *)(scan += 2) == *(ushf *)(match += 2) &&
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1540
*(ushf *)(scan += 2) == *(ushf *)(match += 2) &&
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1541
*(ushf *)(scan += 2) == *(ushf *)(match += 2) &&
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1597
scan_end = *(ushf*)(scan+best_len-1);
usr/src/uts/common/io/ppp/spppcomp/zlib.c
2359
local void gen_codes OF((ct_data *tree, int max_code, ushf *bl_count));
usr/src/uts/common/io/ppp/spppcomp/zlib.c
2755
ushf *bl_count; /* number of codes at each bit length */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
532
ushf *d_buf;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
863
ushf *overlay;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
922
overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof (ush)+2);