OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:time_t_max
(Results
1 - 5
of
5
) sorted by null
/external/icu/icu4c/source/tools/tzcode/
private.h
333
static time_t const
time_t_max
=
variable
localtime.c
424
&& at <=
time_t_max
);
[
all
...]
/bionic/libc/tzcode/
private.h
512
static time_t const
time_t_max
= MAXVAL(time_t, TYPE_BIT(time_t));
variable
localtime.c
476
sp->types[i] = at <=
time_t_max
;
527
if (tr <=
time_t_max
) {
[
all
...]
/external/python/cpython3/Lib/test/
test_time.py
754
self.
time_t_max
= 2 ** bits - 1
757
return (self.time_t_min <= seconds <= self.
time_t_max
)
[
all
...]
Completed in 125 milliseconds