OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SECS_PER_DAY
(Results
1 - 2
of
2
) sorted by null
/external/boringssl/src/crypto/
time_support.c
73
#define
SECS_PER_DAY
(24 * 60 * 60)
115
offset_day = offset_sec /
SECS_PER_DAY
;
117
offset_hms = offset_sec - (offset_day *
SECS_PER_DAY
);
122
if (offset_hms >=
SECS_PER_DAY
) {
124
offset_hms -=
SECS_PER_DAY
;
127
offset_hms +=
SECS_PER_DAY
;
197
diff_sec +=
SECS_PER_DAY
;
201
diff_sec -=
SECS_PER_DAY
;
/external/libxml2/
xmlschemastypes.c
[
all
...]
Completed in 156 milliseconds