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:TIME_T_MAX
(Results
1 - 16
of
16
) sorted by relevance
/third_party/curl/lib/
H
A
D
timediff.c
49
#if TIMEDIFF_T_MAX >
TIME_T_MAX
in curlx_mstotv()
51
if(tv_sec >
TIME_T_MAX
)
in curlx_mstotv()
52
tv_sec =
TIME_T_MAX
;
in curlx_mstotv()
H
A
D
psl.c
78
time_t expires =
TIME_T_MAX
;
in Curl_psl_use()
84
expires = now <
TIME_T_MAX
- PSL_TTL? now + PSL_TTL:
TIME_T_MAX
;
in Curl_psl_use()
H
A
D
parsedate.c
526
*output =
TIME_T_MAX
;
in parsedate()
532
*output =
TIME_T_MAX
;
in parsedate()
561
if((tzoff > 0) && (t >
TIME_T_MAX
- tzoff)) {
in parsedate()
562
*output =
TIME_T_MAX
;
in parsedate()
599
TIME_T_MAX
in case the parsed time value was too big, instead of an
H
A
D
curl_setup.h
500
# define
TIME_T_MAX
UINT_MAX
macro
503
# define
TIME_T_MAX
INT_MAX
macro
508
# define
TIME_T_MAX
0xFFFFFFFFFFFFFFFF
macro
511
# define
TIME_T_MAX
0x7FFFFFFFFFFFFFFF
macro
512
# define TIME_T_MIN (-
TIME_T_MAX
- 1)
H
A
D
hsts.c
315
if(sts->expires !=
TIME_T_MAX
) {
in hsts_push()
339
if(sts->expires !=
TIME_T_MAX
) {
in hsts_out()
434
TIME_T_MAX
;
in hsts_add()
488
expires =
TIME_T_MAX
; /* the end of time */
in hsts_pull()
H
A
D
smb.c
932
if(timestamp >
TIME_T_MAX
)
in get_posix_time()
933
*out =
TIME_T_MAX
;
in get_posix_time()
/third_party/mesa3d/src/util/tests/
H
A
D
timespec_test.cpp
122
/* The
TIME_T_MAX
macro assumes it's no more than 64 bits */
in TEST()
125
time_t t =
TIME_T_MAX
;
in TEST()
126
EXPECT_EQ((uint64_t)t, (uint64_t)
TIME_T_MAX
);
in TEST()
129
EXPECT_EQ(std::numeric_limits<time_t>::max(),
TIME_T_MAX
);
in TEST()
local
169
a.tv_sec =
TIME_T_MAX
;
in TEST()
173
a.tv_sec =
TIME_T_MAX
;
in TEST()
177
a.tv_sec =
TIME_T_MAX
;
in TEST()
/third_party/mesa3d/src/util/
H
A
D
timespec.h
82
#define
TIME_T_MAX
\
macro
99
bool overflow = (b_sec > (uint64_t)
TIME_T_MAX
) ||
in timespec_add_nsec()
100
((uint64_t)a->tv_sec > (uint64_t)
TIME_T_MAX
- b_sec);
in timespec_add_nsec()
106
if (r->tv_sec >=
TIME_T_MAX
)
in timespec_add_nsec()
/third_party/ltp/testcases/open_posix_testsuite/include/
H
A
D
timespec.h
16
#ifndef
TIME_T_MAX
17
# define
TIME_T_MAX
(time_t)((1UL << ((sizeof(time_t) << 3) - 1)) - 1)
macro
/third_party/tzdata/
H
A
D
private.h
847
# define
TIME_T_MAX
\
macro
861
# define
TIME_T_MAX
TIME_T_MAX_NO_PADDING
macro
864
/* Try to check the padding assumptions. Although
TIME_T_MAX
and the
870
||
TIME_T_MAX
>> (TYPE_BIT(time_t) - 2) == 1);
H
A
D
date.c
86
else if (! (TIME_T_MIN <= secs && secs <=
TIME_T_MAX
))
in main()
H
A
D
localtime.c
527
sp->types[i] = at <=
TIME_T_MAX
;
in tzloadbody()
600
if (tr <=
TIME_T_MAX
) {
in tzloadbody()
1886
** 'if (! (TIME_T_MIN <= *tp + j && *tp + j <=
TIME_T_MAX
)) ...',
in increment_overflow_time()
1891
: *tp <=
TIME_T_MAX
- j))
in increment_overflow_time()
2052
hi =
TIME_T_MAX
;
in time2sub()
2069
if (t ==
TIME_T_MAX
)
in time2sub()
H
A
D
zdump.c
898
: hi + (hi <
TIME_T_MAX
));
in showextrema()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedreceive/
H
A
D
5-1.c
65
ts.tv_sec =
TIME_T_MAX
;
in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedsend/
H
A
D
5-1.c
79
ts.tv_sec =
TIME_T_MAX
;
in main()
H
A
D
5-2.c
84
ts.tv_sec =
TIME_T_MAX
;
in main()
Completed in 15 milliseconds