Searched refs:ushf (Results 1 – 14 of 14) sorted by relevance
/external/zlib/src/ |
D | deflate.c | 228 ushf *overlay; 301 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2); 1023 ushf *overlay; 1043 overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof(ush)+2); 1171 register ush scan_start = *(ushf*)scan; 1172 register ush scan_end = *(ushf*)(scan+best_len-1); 1211 if (*(ushf*)(match+best_len-1) != scan_end || 1212 *(ushf*)match != scan_start) continue; 1226 } while (*(ushf*)(scan+=2) == *(ushf*)(match+=2) && 1227 *(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/pdfium/third_party/zlib_v128/ |
D | deflate.c | 227 ushf *overlay; in deflateInit2_() 300 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2); in deflateInit2_() 1022 ushf *overlay; in deflateCopy() 1042 overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof(ush)+2); in deflateCopy() 1170 register ush scan_start = *(ushf*)scan; in longest_match() 1171 register ush scan_end = *(ushf*)(scan+best_len-1); in longest_match() 1210 if (*(ushf*)(match+best_len-1) != scan_end || in longest_match() 1211 *(ushf*)match != scan_start) continue; in longest_match() 1225 } while (*(ushf*)(scan+=2) == *(ushf*)(match+=2) && in longest_match() 1226 *(ushf*)(scan+=2) == *(ushf*)(match+=2) && in longest_match() [all …]
|
D | zutil.h | 46 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 */ in gen_codes()
|
/external/opencv3/3rdparty/zlib/ |
D | deflate.c | 228 ushf *overlay; 301 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2); 1023 ushf *overlay; 1043 overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof(ush)+2); 1171 register ush scan_start = *(ushf*)scan; 1172 register ush scan_end = *(ushf*)(scan+best_len-1); 1211 if (*(ushf*)(match+best_len-1) != scan_end || 1212 *(ushf*)match != scan_start) continue; 1226 } while (*(ushf*)(scan+=2) == *(ushf*)(match+=2) && 1227 *(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/freetype/src/gzip/ |
D | zutil.h | 37 typedef ush FAR ushf; typedef
|
/external/zlib/ |
D | zutil.h | 44 typedef ush FAR ushf; typedef
|