Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:SECSPERDAY
(Results
1 - 14
of
14
) sorted by relevance
/third_party/tzdata/
H
A
D
localtime.c
1012
** add
SECSPERDAY
times the day number-1 to the time of
in transtime()
1015
value = (rulep->r_day - 1) *
SECSPERDAY
;
in transtime()
1017
value +=
SECSPERDAY
;
in transtime()
1023
** Just add
SECSPERDAY
times the day number to the time of
in transtime()
1026
value = rulep->r_day *
SECSPERDAY
;
in transtime()
1065
value = d *
SECSPERDAY
;
in transtime()
1067
value += mon_lengths[leapyear][i] *
SECSPERDAY
;
in transtime()
1185
= year_lengths[isleap(yearbeg - 1)] *
SECSPERDAY
;
in tzparse()
1196
= year_lengths[isleap(yearbeg)] *
SECSPERDAY
;
in tzparse()
1216
*
SECSPERDAY
);
in tzparse()
[all...]
H
A
D
zdump.c
45
#define SECSPERNYEAR (
SECSPERDAY
* DAYSPERNYEAR)
46
#define SECSPERLYEAR (SECSPERNYEAR +
SECSPERDAY
)
636
time_t newt = ((t < absolute_max_time -
SECSPERDAY
/ 2
in main()
637
&& t +
SECSPERDAY
/ 2 < cuthitime - 1)
in main()
638
? t +
SECSPERDAY
/ 2
in main()
896
hi = (
SECSPERDAY
< hi - boundary
in showextrema()
897
? boundary +
SECSPERDAY
in showextrema()
899
if (
SECSPERDAY
< boundary - lo) {
in showextrema()
900
lo = boundary -
SECSPERDAY
;
in showextrema()
H
A
D
zic.c
2066
if (dayoff < min_time /
SECSPERDAY
) {
in getleapdatetime()
2070
if (dayoff > max_time /
SECSPERDAY
) {
in getleapdatetime()
2074
t = dayoff *
SECSPERDAY
;
in getleapdatetime()
2931
tod += wdayoff *
SECSPERDAY
;
in stringrule()
2941
tod += wdayoff *
SECSPERDAY
;
in stringrule()
2961
} else if (
SECSPERDAY
<= tod) {
in stringrule()
3063
stdr.r_tod =
SECSPERDAY
+ dstr.r_save;
in stringzone()
3200
max_year = max(max_year, (redundant_time / (
SECSPERDAY
* DAYSPERNYEAR)
in outzone()
3561
if (trans[i] - prevtrans < 28 *
SECSPERDAY
) {
in adjleap()
3869
if (dayoff < min_time /
SECSPERDAY
)
in rpytime()
[all...]
H
A
D
private.h
968
#define
SECSPERDAY
((int_fast32_t) SECSPERHOUR * HOURSPERDAY)
macro
971
#define SECSPERREPEAT ((int_fast64_t) DAYSPERREPEAT *
SECSPERDAY
)
/third_party/icu/icu4c/source/tools/tzcode/
H
A
D
zdump.c
148
#define
SECSPERDAY
((int_fast32_t) SECSPERHOUR * HOURSPERDAY)
macro
149
#define SECSPERNYEAR (
SECSPERDAY
* DAYSPERNYEAR)
150
#define SECSPERLYEAR (SECSPERNYEAR +
SECSPERDAY
)
581
t +=
SECSPERDAY
;
in main()
595
newt = (t < absolute_max_time -
SECSPERDAY
/ 2
in main()
596
? t +
SECSPERDAY
/ 2
in main()
648
t -=
SECSPERDAY
;
in main()
650
t +=
SECSPERDAY
;
in main()
H
A
D
localtime.c
850
** add
SECSPERDAY
times the day number-1 to the time of
in transtime()
853
value = (rulep->r_day - 1) *
SECSPERDAY
;
in transtime()
855
value +=
SECSPERDAY
;
in transtime()
861
** Just add
SECSPERDAY
times the day number to the time of
in transtime()
864
value = rulep->r_day *
SECSPERDAY
;
in transtime()
903
value = d *
SECSPERDAY
;
in transtime()
905
value += mon_lengths[leapyear][i] *
SECSPERDAY
;
in transtime()
1025
*
SECSPERDAY
);
in tzparse()
1457
tdays = *timep /
SECSPERDAY
;
in timesub()
1458
rem = *timep - tdays *
SECSPERDAY
;
in timesub()
[all...]
H
A
D
tzfile.h
124
#define
SECSPERDAY
((int_fast32_t) SECSPERHOUR * HOURSPERDAY)
macro
H
A
D
zic.c
1327
if (dayoff < min_time /
SECSPERDAY
) {
in inleap()
1331
if (dayoff > max_time /
SECSPERDAY
) {
in inleap()
1335
t = (zic_t) dayoff *
SECSPERDAY
;
in inleap()
2052
tod += wdayoff *
SECSPERDAY
;
in stringrule()
2062
tod += wdayoff *
SECSPERDAY
;
in stringrule()
2082
} else if (
SECSPERDAY
<= tod) {
in stringrule()
2172
stdr.r_tod =
SECSPERDAY
+ stdrp->r_stdoff;
in stringzone()
3054
if (dayoff < min_time /
SECSPERDAY
)
in rpytime()
3056
if (dayoff > max_time /
SECSPERDAY
)
in rpytime()
3058
t = (zic_t) dayoff *
SECSPERDAY
;
in rpytime()
[all...]
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H
A
D
zdump.c
154
#define
SECSPERDAY
((int_fast32_t) SECSPERHOUR * HOURSPERDAY)
macro
155
#define SECSPERNYEAR (
SECSPERDAY
* DAYSPERNYEAR)
156
#define SECSPERLYEAR (SECSPERNYEAR +
SECSPERDAY
)
587
t +=
SECSPERDAY
;
in main()
601
newt = (t < absolute_max_time -
SECSPERDAY
/ 2
in main()
602
? t +
SECSPERDAY
/ 2
in main()
654
t -=
SECSPERDAY
;
in main()
656
t +=
SECSPERDAY
;
in main()
H
A
D
localtime.c
848
** add
SECSPERDAY
times the day number-1 to the time of
in transtime()
851
value = (rulep->r_day - 1) *
SECSPERDAY
;
in transtime()
853
value +=
SECSPERDAY
;
in transtime()
859
** Just add
SECSPERDAY
times the day number to the time of
in transtime()
862
value = rulep->r_day *
SECSPERDAY
;
in transtime()
901
value = d *
SECSPERDAY
;
in transtime()
903
value += mon_lengths[leapyear][i] *
SECSPERDAY
;
in transtime()
1023
*
SECSPERDAY
);
in tzparse()
1455
tdays = *timep /
SECSPERDAY
;
in timesub()
1456
rem = *timep - tdays *
SECSPERDAY
;
in timesub()
[all...]
H
A
D
tzfile.h
124
#define
SECSPERDAY
((int_fast32_t) SECSPERHOUR * HOURSPERDAY)
macro
H
A
D
zic.c
1326
if (dayoff < min_time /
SECSPERDAY
) {
in inleap()
1330
if (dayoff > max_time /
SECSPERDAY
) {
in inleap()
1334
t = (zic_t) dayoff *
SECSPERDAY
;
in inleap()
2051
tod += wdayoff *
SECSPERDAY
;
in stringrule()
2061
tod += wdayoff *
SECSPERDAY
;
in stringrule()
2081
} else if (
SECSPERDAY
<= tod) {
in stringrule()
2171
stdr.r_tod =
SECSPERDAY
+ stdrp->r_stdoff;
in stringzone()
3053
if (dayoff < min_time /
SECSPERDAY
)
in rpytime()
3055
if (dayoff > max_time /
SECSPERDAY
)
in rpytime()
3057
t = (zic_t) dayoff *
SECSPERDAY
;
in rpytime()
[all...]
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H
A
D
tzdst.h
50
#define
SECSPERDAY
((int_fast32_t) SECSPERHOUR * HOURSPERDAY)
macro
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H
A
D
tzdst.c
350
days = seconds /
SECSPERDAY
;
in DstGetDayOfMonth()
Completed in 26 milliseconds