/external/icu/icu4c/source/i18n/ |
D | olsontz.cpp | 381 int32_t rawoff, dstoff; in getOffset() local 382 getHistoricalOffset(date, TRUE, kDaylight, kStandard, rawoff, dstoff); in getOffset() 383 return rawoff + dstoff; in getOffset() 390 int32_t& dstoff, UErrorCode& ec) const { in getOffset() argument 395 finalZone->getOffset(date, local, rawoff, dstoff, ec); in getOffset() 397 getHistoricalOffset(date, local, kFormer, kLatter, rawoff, dstoff); in getOffset() 403 int32_t& rawoff, int32_t& dstoff, UErrorCode& ec) const { in getOffsetFromLocal() argument 408 … finalZone->getOffsetFromLocal(date, nonExistingTimeOpt, duplicatedTimeOpt, rawoff, dstoff, ec); in getOffsetFromLocal() 410 getHistoricalOffset(date, TRUE, nonExistingTimeOpt, duplicatedTimeOpt, rawoff, dstoff); in getOffsetFromLocal() 475 int32_t& rawoff, int32_t& dstoff) const { in getHistoricalOffset() [all …]
|
D | olsontz.h | 189 int32_t& rawoff, int32_t& dstoff, UErrorCode& ec) const; 296 int32_t& rawoff, int32_t& dstoff) const;
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
D | nvc0_transfer.c | 266 struct nouveau_bo *dst, unsigned dstoff, unsigned dstdom, in nvc0_m2mf_copy_linear() argument 282 PUSH_DATAh(push, dst->offset + dstoff); in nvc0_m2mf_copy_linear() 283 PUSH_DATA (push, dst->offset + dstoff); in nvc0_m2mf_copy_linear() 295 dstoff += bytes; in nvc0_m2mf_copy_linear() 304 struct nouveau_bo *dst, unsigned dstoff, unsigned dstdom, in nve4_m2mf_copy_linear() argument 319 PUSH_DATAh(push, dst->offset + dstoff); in nve4_m2mf_copy_linear() 320 PUSH_DATA (push, dst->offset + dstoff); in nve4_m2mf_copy_linear()
|
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nv30_transfer.h | 36 struct nouveau_bo *, unsigned dstoff, unsigned dstdom,
|
/external/mesa3d/src/gallium/drivers/nv50/ |
D | nv50_transfer.c | 209 struct nouveau_bo *dst, unsigned dstoff, unsigned dstdom, in nv50_m2mf_copy_linear() argument 231 PUSH_DATAh(push, dst->offset + dstoff); in nv50_m2mf_copy_linear() 234 PUSH_DATA (push, dst->offset + dstoff); in nv50_m2mf_copy_linear() 242 dstoff += bytes; in nv50_m2mf_copy_linear()
|
D | nv50_context.h | 252 struct nouveau_bo *dst, unsigned dstoff, unsigned dstdom,
|
/external/icu/icu4c/source/tools/tzcode/ |
D | zic.c | 143 static int addtype(const zic_t gmtoff, const zic_t rawoff, const zic_t dstoff, 2021 stringrule(char *result, const struct rule *const rp, const zic_t dstoff, in stringrule() argument 2073 tod += dstoff; in stringrule() 2707 addtype(const zic_t gmtoff, const zic_t rawoff, const zic_t dstoff, char *const abbr, const int isd… in addtype() argument 2729 if (isdst != (dstoff != 0)) { in addtype() 2733 if (gmtoff != (rawoff + dstoff)) { in addtype() 2745 rawoff == rawoffs[i] && dstoff == dstoffs[i] && in addtype() 2767 dstoffs[i] = dstoff; in addtype()
|