Searched refs:ushf (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/u-boot/lib/zlib/ |
| H A D | deflate.c | 225 ushf *overlay; 289 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2); 937 ushf *overlay; 957 overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof(ush)+2); 1084 register ush scan_start = *(ushf*)scan; 1085 register ush scan_end = *(ushf*)(scan+best_len-1); 1124 if (*(ushf*)(match+best_len-1) != scan_end || 1125 *(ushf*)match != scan_start) continue; 1139 } while (*(ushf*)(scan+=2) == *(ushf*)(match+=2) && 1140 *(ushf*)(scan+=2) == *(ushf*)(match+=2) && [all …]
|
| H A D | zutil.h | 50 typedef ush FAR ushf; typedef
|
| H A D | deflate.h | 238 ushf *d_buf;
|
| H A D | trees.c | 147 local void gen_codes OF((ct_data *tree, int max_code, ushf *bl_count)); 584 ushf *bl_count; /* number of codes at each bit length */
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/zlib/zlib/ |
| H A D | CVE-2018-25032.patch | 43 - ushf *overlay; 55 - overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2); 130 - ushf *overlay; 138 - overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof(ush)+2); 209 - ushf *d_buf;
|