Searched refs:dstrp (Results 1 – 4 of 4) sorted by relevance
/third_party/tzdata/ |
D | zic.c | 2957 register struct rule * dstrp; in stringzone() local 2990 dstrp = lastrp[true]; in stringzone() 2991 dstcmp = zp->z_nrules ? rule_cmp(dstrp, stdrp) : zp->z_isdst ? 1 : -1; in stringzone() 2996 dstrp = NULL; in stringzone() 3000 zic_t save = dstrp ? dstrp->r_save : zp->z_save; in stringzone() 3021 dstr.r_abbrvar = dstrp ? dstrp->r_abbrvar : NULL; in stringzone() 3030 dstrp = &dstr; in stringzone() 3041 if (dstrp == NULL) in stringzone() 3043 len += doabbr(result + len, dstzp, dstrp->r_abbrvar, in stringzone() 3044 dstrp->r_isdst, dstrp->r_save, true); in stringzone() [all …]
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
D | zic.c | 2111 register struct rule * dstrp; in stringzone() local 2120 stdrp = dstrp = NULL; in stringzone() 2132 if (dstrp == NULL) in stringzone() 2133 dstrp = rp; in stringzone() 2137 if (stdrp == NULL && dstrp == NULL) { in stringzone() 2176 dstrp = &dstr; in stringzone() 2188 if (dstrp == NULL) in stringzone() 2190 doabbr(end(result), zp->z_format, dstrp->r_abbrvar, TRUE, TRUE); in stringzone() 2191 if (dstrp->r_stdoff != SECSPERMIN * MINSPERHOUR) in stringzone() 2193 -(zp->z_gmtoff + dstrp->r_stdoff)) != 0) { in stringzone() [all …]
|
/third_party/icu/icu4c/source/tools/tzcode/ |
D | zic.c | 2112 register struct rule * dstrp; in stringzone() local 2121 stdrp = dstrp = NULL; in stringzone() 2133 if (dstrp == NULL) in stringzone() 2134 dstrp = rp; in stringzone() 2138 if (stdrp == NULL && dstrp == NULL) { in stringzone() 2177 dstrp = &dstr; in stringzone() 2189 if (dstrp == NULL) in stringzone() 2191 doabbr(end(result), zp->z_format, dstrp->r_abbrvar, true, true); in stringzone() 2192 if (dstrp->r_stdoff != SECSPERMIN * MINSPERHOUR) in stringzone() 2194 -(zp->z_gmtoff + dstrp->r_stdoff)) != 0) { in stringzone() [all …]
|
/third_party/ffmpeg/libavfilter/ |
D | vf_curves.c | 582 uint16_t *dstrp = ( uint16_t *)(out->data[r] + y * out->linesize[r]); in filter_slice_planar() local 592 dstrp[x] = curves->graph[R][srcrp[x]]; in filter_slice_planar()
|