Searched refs:ushf (Results 1 – 9 of 9) sorted by relevance
/external/qemu/distrib/zlib-1.2.3/ |
D | deflate.c | 231 ushf *overlay; 293 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2); 903 ushf *overlay; 923 overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof(ush)+2); 1050 register ush scan_start = *(ushf*)scan; 1051 register ush scan_end = *(ushf*)(scan+best_len-1); 1090 if (*(ushf*)(match+best_len-1) != scan_end || 1091 *(ushf*)match != scan_start) continue; 1105 } while (*(ushf*)(scan+=2) == *(ushf*)(match+=2) && 1106 *(ushf*)(scan+=2) == *(ushf*)(match+=2) && [all …]
|
D | zutil.h | 50 typedef ush FAR ushf; typedef
|
D | deflate.h | 238 ushf *d_buf;
|
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 */
|
/external/zlib/src/ |
D | deflate.c | 228 ushf *overlay; 301 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2); 1021 ushf *overlay; 1041 overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof(ush)+2); 1169 register ush scan_start = *(ushf*)scan; 1170 register ush scan_end = *(ushf*)(scan+best_len-1); 1209 if (*(ushf*)(match+best_len-1) != scan_end || 1210 *(ushf*)match != scan_start) continue; 1224 } while (*(ushf*)(scan+=2) == *(ushf*)(match+=2) && 1225 *(ushf*)(scan+=2) == *(ushf*)(match+=2) && [all …]
|
D | zutil.h | 44 typedef ush FAR ushf; typedef
|
D | deflate.h | 241 ushf *d_buf;
|
D | trees.c | 142 local void gen_codes OF((ct_data *tree, int max_code, ushf *bl_count)); 578 ushf *bl_count; /* number of codes at each bit length */
|
/external/zlib/ |
D | zutil.h | 44 typedef ush FAR ushf; typedef
|