Searched refs:ushf (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/uts/common/zmod/ |
H A D | 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) && 1112 *(ushf*)(scan+=2) == *(ushf*)(match+=2) && [all …]
|
H A D | zutil.h | 55 typedef ush FAR ushf; typedef
|
H A D | deflate.h | 238 ushf *d_buf;
|
H A D | 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 */
|
/titanic_44/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | zlib.c | 102 typedef ush FAR ushf; typedef 534 ushf *d_buf; 865 ushf *overlay; 924 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof (ush)+2); 1315 ushf *overlay; 1333 overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof (ush)+2); 1479 register ush scan_start = *(ushf*)scan; 1480 register ush scan_end = *(ushf*)(scan+best_len-1); 1521 if (*(ushf*)(match+best_len-1) != scan_end || 1522 *(ushf*)match != scan_start) continue; [all …]
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | zlib.c | 49 typedef ush FAR ushf; typedef 359 ushf *d_buf; 647 s->d_buf = (ushf *) &(s->pending_buf[s->lit_bufsize]); 961 register ush scan_start = *(ushf*)scan; 962 register ush scan_end = *(ushf*)(scan+best_len-1); 991 if (*(ushf*)(match+best_len-1) != scan_end || 992 *(ushf*)match != scan_start) continue; 1006 } while (*(ushf*)(scan+=2) == *(ushf*)(match+=2) && 1007 *(ushf*)(scan+=2) == *(ushf*)(match+=2) && 1008 *(ushf*)(scan+=2) == *(ushf*)(match+=2) && [all …]
|