HomeSort by relevance Sort by last modified time
    Searched refs:dstoffset (Results 1 - 13 of 13) sorted by null

  /external/opencv3/modules/core/src/opencl/
copyset.cl 116 __global uchar* dstptr, int dststep, int dstoffset,
125 int dst_index = mad24(y0, dststep, mad24(x, (int)sizeof(dstT1) * cn, dstoffset));
138 __kernel void set(__global uchar* dstptr, int dststep, int dstoffset,
146 int dst_index = mad24(y0, dststep, mad24(x, (int)sizeof(dstT1) * cn, dstoffset));
arithm.cl 404 __global uchar * dstptr, int dststep, int dstoffset,
416 int dst_index = mad24(y0, dststep, mad24(x, (int)sizeof(dstT_C1) * cn, dstoffset));
435 __global uchar * dstptr, int dststep, int dstoffset,
446 int dst_index = mad24(y0, dststep, mad24(x, (int)sizeof(dstT_C1) * cn, dstoffset));
460 __global uchar * dstptr, int dststep, int dstoffset,
469 int dst_index = mad24(y0, dststep, mad24(x, (int)sizeof(dstT_C1) * cn, dstoffset));
482 __global uchar * dstptr, int dststep, int dstoffset,
492 int dst_index = mad24(y0, dststep, mad24(x, (int)sizeof(dstT_C1) * cn, dstoffset));
  /libcore/ojluni/src/main/java/java/util/
TimeZone.java 241 int dstoffset = 0; local
243 dstoffset = getDSTSavings();
247 offsets[1] = dstoffset;
249 return rawoffset + dstoffset;
  /external/icu/icu4c/source/tools/tzcode/
tz2icu.cpp 137 int64_t dstoffset; // dst seconds offset from GMT member in struct:ZoneType
148 ZoneType() : rawoffset(-1), dstoffset(-1), abbr(-1) {}
153 dstoffset == other.dstoffset;
404 type.dstoffset = readcoded(file);
411 if (type.isdst != (type.dstoffset != 0)) {
412 throw invalid_argument("isdst does not reflect dstoffset");
427 if (info.types.at(0).dstoffset != 0) {
434 && info.types.at(i).dstoffset == 0) {
1207 int64_t dstoffset; member in struct:SimplifiedZoneType
    [all...]
localtime.c 930 int_fast32_t dstoffset; local
979 name = getoffset(name, &dstoffset);
982 } else dstoffset = stdoffset - SECSPERHOUR;
1007 sp->ttis[0].tt_gmtoff = -dstoffset;
1020 endtime = transtime(year, &end, dstoffset);
1034 + (stdoffset - dstoffset))))) {
1116 sp->ats[i] += dstoffset -
1135 sp->ttis[1].tt_gmtoff = -dstoffset;
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
picklpf.c 61 int srcoffset, dstoffset; local
74 dstoffset = dest->y_stride * ((dest->y_height >> 5) * 16);
77 dst += dstoffset;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
picklpf.c 60 int srcoffset, dstoffset; local
73 dstoffset = dest->y_stride * ((dest->y_height >> 5) * 16);
76 dst += dstoffset;
  /bionic/libc/tzcode/
localtime.c 1017 int_fast32_t dstoffset; local
1070 name = getoffset(name, &dstoffset);
1073 } else dstoffset = stdoffset - SECSPERHOUR;
1097 init_ttinfo(&sp->ttis[0], -dstoffset, true, stdlen + 1);
1106 endtime = transtime(year, &end, dstoffset);
1120 + (stdoffset - dstoffset))))) {
1202 sp->ats[i] += dstoffset -
1218 init_ttinfo(&sp->ttis[1], -dstoffset, true, stdlen + 1)
    [all...]