Searched refs:zp (Results 1 - 6 of 6) sorted by relevance
/third_party/curl/lib/ |
H A D | content_encoding.c | 153 struct zlib_writer *zp) in process_trailer() 155 z_stream *z = &zp->z; in process_trailer() 157 uInt len = z->avail_in < zp->trailerlen? z->avail_in: zp->trailerlen; in process_trailer() 162 zp->trailerlen -= len; in process_trailer() 167 if(result || !zp->trailerlen) in process_trailer() 168 result = exit_zlib(data, z, &zp->zlib_init, result); in process_trailer() 171 zp->zlib_init = ZLIB_EXTERNAL_TRAILER; in process_trailer() 180 struct zlib_writer *zp = (struct zlib_writer *) writer; in inflate_stream() local 181 z_stream *z = &zp in inflate_stream() 152 process_trailer(struct Curl_easy *data, struct zlib_writer *zp) process_trailer() argument 283 struct zlib_writer *zp = (struct zlib_writer *) writer; deflate_do_init() local 300 struct zlib_writer *zp = (struct zlib_writer *) writer; deflate_do_write() local 320 struct zlib_writer *zp = (struct zlib_writer *) writer; deflate_do_close() local 340 struct zlib_writer *zp = (struct zlib_writer *) writer; gzip_do_init() local 457 struct zlib_writer *zp = (struct zlib_writer *) writer; gzip_do_write() local 587 struct zlib_writer *zp = (struct zlib_writer *) writer; gzip_do_close() local 746 struct zstd_writer *zp = (struct zstd_writer *) writer; zstd_do_init() local 760 struct zstd_writer *zp = (struct zstd_writer *) writer; zstd_do_write() local 802 struct zstd_writer *zp = (struct zstd_writer *) writer; zstd_do_close() local [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | iirfilter.c | 86 double zp[2]; in butterworth_init_coeffs() local 89 zp[0] = cos(th) * wa; in butterworth_init_coeffs() 90 zp[1] = sin(th) * wa; in butterworth_init_coeffs() 91 a_re = zp[0] + 2.0; in butterworth_init_coeffs() 92 c_re = zp[0] - 2.0; in butterworth_init_coeffs() 94 c_im = zp[1]; in butterworth_init_coeffs() 95 zp[0] = (a_re * c_re + a_im * c_im) / (c_re * c_re + c_im * c_im); in butterworth_init_coeffs() 96 zp[1] = (a_im * c_re - a_re * c_im) / (c_re * c_re + c_im * c_im); in butterworth_init_coeffs() 101 p[j][0] = a_re * zp[0] - a_im * zp[ in butterworth_init_coeffs() [all...] |
/third_party/icu/icu4c/source/tools/tzcode/ |
H A D | zic.c | 170 static void outzone(const struct zone * zp, int ntzones); 901 register struct zone * zp; in associate() local 935 zp = &zones[i]; in associate() 936 zp->z_rules = NULL; in associate() 937 zp->z_nrules = 0; in associate() 945 zp = &zones[i]; in associate() 946 if (strcmp(zp->z_rule, rp->r_name) != 0) in associate() 948 zp->z_rules = rp; in associate() 949 zp->z_nrules = out - base; in associate() 953 zp in associate() 2109 register const struct zone * zp; stringzone() local 2220 register const struct zone * zp; outzone() local [all...] |
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
H A D | zic.c | 169 static void outzone(const struct zone * zp, int ntzones); 900 register struct zone * zp; in associate() local 934 zp = &zones[i]; in associate() 935 zp->z_rules = NULL; in associate() 936 zp->z_nrules = 0; in associate() 944 zp = &zones[i]; in associate() 945 if (strcmp(zp->z_rule, rp->r_name) != 0) in associate() 947 zp->z_rules = rp; in associate() 948 zp->z_nrules = out - base; in associate() 952 zp in associate() 2108 register const struct zone * zp; stringzone() local 2219 register const struct zone * zp; outzone() local [all...] |
/third_party/tzdata/ |
H A D | zic.c | 197 static void outzone(const struct zone * zp, ptrdiff_t ntzones); 1595 register struct zone * zp; in associate() local 1626 zp = &zones[i]; in associate() 1627 zp->z_rules = NULL; in associate() 1628 zp->z_nrules = 0; in associate() 1636 zp = &zones[i]; in associate() 1637 if (strcmp(zp->z_rule, rp->r_name) != 0) in associate() 1639 zp->z_rules = rp; in associate() 1640 zp->z_nrules = out - base; in associate() 1644 zp in associate() 2824 doabbr(char *abbr, struct zone const *zp, char const *letters, bool isdst, zic_t save, bool doquotes) doabbr() argument 2992 register const struct zone * zp; stringzone() local 3161 struct zone const *zp = &zpfirst[i]; outzone() local 3220 struct zone const *zp = &zpfirst[i]; outzone() local [all...] |
/third_party/skia/third_party/externals/freetype/src/truetype/ |
H A D | ttinterp.c | 5492 TT_GlyphZoneRec zp; in Compute_Point_Displacement() local 5499 zp = exc->zp0; in Compute_Point_Displacement() 5504 zp = exc->zp1; in Compute_Point_Displacement() 5508 if ( BOUNDS( p, zp.n_points ) ) in Compute_Point_Displacement() 5516 *zone = zp; in Compute_Point_Displacement() 5519 d = PROJECT( zp.cur + p, zp.org + p ); in Compute_Point_Displacement() 5573 TT_GlyphZoneRec zp; in Ins_SHP() local 5587 if ( Compute_Point_Displacement( exc, &dx, &dy, &zp, &refp ) ) in Ins_SHP() 5635 TT_GlyphZoneRec zp; in Ins_SHC() local 5687 TT_GlyphZoneRec zp; Ins_SHZ() local [all...] |
Completed in 17 milliseconds