OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:absolute_min_time
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/tools/tzcode/
zdump.c
158
static time_t
absolute_min_time
;
variable
490
t =
absolute_min_time
;
603
absolute_min_time
= (time_t) -FLT_MAX;
606
absolute_min_time
= (time_t) -DBL_MAX;
628
absolute_min_time
= t - 1;
629
if (t <
absolute_min_time
)
630
absolute_min_time
= t;
635
absolute_min_time
= 0;
636
absolute_max_time =
absolute_min_time
- 1;
662
if (t <
absolute_min_time
+ seconds)
[
all
...]
/external/icu4c/tools/tzcode/
zdump.c
158
static time_t
absolute_min_time
;
variable
490
t =
absolute_min_time
;
603
absolute_min_time
= (time_t) -FLT_MAX;
606
absolute_min_time
= (time_t) -DBL_MAX;
628
absolute_min_time
= t - 1;
629
if (t <
absolute_min_time
)
630
absolute_min_time
= t;
635
absolute_min_time
= 0;
636
absolute_max_time =
absolute_min_time
- 1;
662
if (t <
absolute_min_time
+ seconds)
[
all
...]
Completed in 76 milliseconds