Searched refs:ushf (Results 1 – 20 of 20) sorted by relevance
/external/libwebsockets/win32port/zlib/ |
D | deflate.c | 225 ushf *overlay; 289 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2); 951 ushf *overlay; 971 overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof(ush)+2); 1098 register ush scan_start = *(ushf*)scan; 1099 register ush scan_end = *(ushf*)(scan+best_len-1); 1138 if (*(ushf*)(match+best_len-1) != scan_end || 1139 *(ushf*)match != scan_start) continue; 1153 } while (*(ushf*)(scan+=2) == *(ushf*)(match+=2) && 1154 *(ushf*)(scan+=2) == *(ushf*)(match+=2) && [all …]
|
D | deflate.h | 238 ushf *d_buf;
|
D | zutil.h | 40 typedef ush FAR ushf; typedef
|
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 */
|
/external/python/cpython2/Modules/zlib/ |
D | deflate.c | 255 ushf *overlay; 329 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2); 1111 ushf *overlay; 1131 overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof(ush)+2); 1259 register ush scan_start = *(ushf*)scan; 1260 register ush scan_end = *(ushf*)(scan+best_len-1); 1299 if (*(ushf*)(match+best_len-1) != scan_end || 1300 *(ushf*)match != scan_start) continue; 1314 } while (*(ushf*)(scan+=2) == *(ushf*)(match+=2) && 1315 *(ushf*)(scan+=2) == *(ushf*)(match+=2) && [all …]
|
D | zutil.h | 46 typedef ush FAR ushf; typedef
|
D | deflate.h | 244 ushf *d_buf;
|
D | trees.c | 142 local void gen_codes OF((ct_data *tree, int max_code, ushf *bl_count)); 575 ushf *bl_count; /* number of codes at each bit length */
|
/external/rust/crates/libz-sys/src/zlib/ |
D | deflate.c | 255 ushf *overlay; 329 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2); 1111 ushf *overlay; 1131 overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof(ush)+2); 1259 register ush scan_start = *(ushf*)scan; 1260 register ush scan_end = *(ushf*)(scan+best_len-1); 1299 if (*(ushf*)(match+best_len-1) != scan_end || 1300 *(ushf*)match != scan_start) continue; 1314 } while (*(ushf*)(scan+=2) == *(ushf*)(match+=2) && 1315 *(ushf*)(scan+=2) == *(ushf*)(match+=2) && [all …]
|
D | zutil.h | 46 typedef ush FAR ushf; typedef
|
D | deflate.h | 244 ushf *d_buf;
|
D | trees.c | 142 local void gen_codes OF((ct_data *tree, int max_code, ushf *bl_count)); 575 ushf *bl_count; /* number of codes at each bit length */
|
/external/zlib/ |
D | deflate.c | 1304 register ush scan_start = *(ushf*)scan; 1305 register ush scan_end = *(ushf*)(scan+best_len-1); 1344 if (*(ushf*)(match+best_len-1) != scan_end || 1345 *(ushf*)match != scan_start) continue; 1368 } while (*(ushf*)(scan+=2) == *(ushf*)(match+=2) && 1369 *(ushf*)(scan+=2) == *(ushf*)(match+=2) && 1370 *(ushf*)(scan+=2) == *(ushf*)(match+=2) && 1371 *(ushf*)(scan+=2) == *(ushf*)(match+=2) && 1429 scan_end = *(ushf*)(scan+best_len-1);
|
D | zutil.h | 61 typedef ush FAR ushf; typedef
|
D | trees.c | 142 local void gen_codes OF((ct_data *tree, int max_code, ushf *bl_count)); 575 ushf *bl_count; /* number of codes at each bit length */
|
/external/angle/third_party/zlib/ |
D | deflate.c | 1304 register ush scan_start = *(ushf*)scan; 1305 register ush scan_end = *(ushf*)(scan+best_len-1); 1344 if (*(ushf*)(match+best_len-1) != scan_end || 1345 *(ushf*)match != scan_start) continue; 1368 } while (*(ushf*)(scan+=2) == *(ushf*)(match+=2) && 1369 *(ushf*)(scan+=2) == *(ushf*)(match+=2) && 1370 *(ushf*)(scan+=2) == *(ushf*)(match+=2) && 1371 *(ushf*)(scan+=2) == *(ushf*)(match+=2) && 1429 scan_end = *(ushf*)(scan+best_len-1);
|
D | zutil.h | 61 typedef ush FAR ushf; typedef
|
D | trees.c | 142 local void gen_codes OF((ct_data *tree, int max_code, ushf *bl_count)); 575 ushf *bl_count; /* number of codes at each bit length */
|
/external/freetype/src/gzip/ |
D | zutil.h | 37 typedef ush FAR ushf; typedef
|
/external/rust/crates/libz-sys/src/zlib-ng/test/abi/ |
D | zlib-v1.2.11-x86_64-linux-gnu.abi | 524 …<typedef-decl name='ushf' type-id='type-id-46' filepath='src.d/zutil.h' line='46' column='1' id='t…
|