OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:int64_max
(Results
1 - 9
of
9
) sorted by null
/art/runtime/base/
time_utils.cc
199
constexpr int64_t
int64_max
= std::numeric_limits<int64_t>::max();
local
200
if (ms !=
int64_max
&& ms !=
int64_max
/ (1000 * 1000)) {
/external/nanopb-c/tests/alltypes_pointer/
encode_alltypes_pointer.c
93
static int64_t
int64_max
=
INT64_MAX
;
local
100
&int64_min, &
int64_max
,
decode_alltypes_pointer.c
134
TEST(alltypes.req_limits->
int64_max
&& *alltypes.req_limits->
int64_max
==
INT64_MAX
);
/external/protobuf/python/google/protobuf/internal/
text_format_test.py
691
int64_max
= (1 << 63) - 1
693
text = '-1 %d %d' % (uint32_max + 1,
int64_max
+ 1)
704
self.assertEqual(
int64_max
+ 1, tokenizer.ConsumeUint64())
/external/clang/test/CodeGenCXX/
mangle-ms-templates.cpp
150
LongLongTemplate<9223372036854775807LL>
int64_max
;
local
/external/nanopb-c/tests/alltypes/
encode_alltypes.c
75
alltypes.req_limits.
int64_max
=
INT64_MAX
;
decode_alltypes.c
178
TEST(alltypes.req_limits.
int64_max
==
INT64_MAX
);
/external/nanopb-c/tests/alltypes_callback/
decode_alltypes_callback.c
166
TEST(decoded.
int64_max
==
INT64_MAX
);
encode_alltypes_callback.c
151
limits.
int64_max
=
INT64_MAX
;
Completed in 732 milliseconds