OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dstoffset
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/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
918
long
dstoffset
;
local
968
name = getoffset(name, &
dstoffset
);
971
} else
dstoffset
= stdoffset - SECSPERHOUR;
995
sp->ttis[0].tt_gmtoff = -
dstoffset
;
1013
dstoffset
);
1094
sp->ats[i] +=
dstoffset
-
1113
sp->ttis[1].tt_gmtoff = -
dstoffset
;
[
all
...]
/external/libvpx/libvpx/vp8/encoder/
picklpf.c
59
int srcoffset,
dstoffset
;
local
72
dstoffset
= dest->y_stride * ((dest->y_height >> 5) * 16);
75
dst +=
dstoffset
;
/bionic/libc/tzcode/
localtime.c
969
long
dstoffset
;
local
1020
name = getoffset(name, &
dstoffset
);
1023
} else
dstoffset
= stdoffset - SECSPERHOUR;
[
all
...]
Completed in 3657 milliseconds