ushf 231 tools/packfi2/deflate.c ushf *overlay; ushf 293 tools/packfi2/deflate.c overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2); ushf 903 tools/packfi2/deflate.c ushf *overlay; ushf 923 tools/packfi2/deflate.c overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof(ush)+2); ushf 1050 tools/packfi2/deflate.c register ush scan_start = *(ushf*)scan; ushf 1051 tools/packfi2/deflate.c register ush scan_end = *(ushf*)(scan+best_len-1); ushf 1090 tools/packfi2/deflate.c if (*(ushf*)(match+best_len-1) != scan_end || ushf 1091 tools/packfi2/deflate.c *(ushf*)match != scan_start) continue; ushf 1105 tools/packfi2/deflate.c } while (*(ushf*)(scan+=2) == *(ushf*)(match+=2) && ushf 1106 tools/packfi2/deflate.c *(ushf*)(scan+=2) == *(ushf*)(match+=2) && ushf 1107 tools/packfi2/deflate.c *(ushf*)(scan+=2) == *(ushf*)(match+=2) && ushf 1108 tools/packfi2/deflate.c *(ushf*)(scan+=2) == *(ushf*)(match+=2) && ushf 1157 tools/packfi2/deflate.c scan_end = *(ushf*)(scan+best_len-1); ushf 238 tools/packfi2/deflate.h ushf *d_buf; ushf 146 tools/packfi2/trees.c local void gen_codes OF((ct_data *tree, int max_code, ushf *bl_count)); ushf 580 tools/packfi2/trees.c ushf *bl_count; /* number of codes at each bit length */