OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:max_int64
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/libarchive/dist/libarchive/test/
test_read_format_mtree.c
39
static const long long
max_int64
= ((((long long)1) << 62) - 1) + (((long long)1) << 62);
local
167
assertEqualInt(archive_entry_size(ae),
max_int64
);
local
173
/* Size in mtree is
max_int64
+ 1; should return
max_int64
. */
174
assertEqualInt(archive_entry_size(ae),
max_int64
);
local
test_read_format_mtree.c
39
static const long long
max_int64
= ((((long long)1) << 62) - 1) + (((long long)1) << 62);
local
167
assertEqualInt(archive_entry_size(ae),
max_int64
);
local
173
/* Size in mtree is
max_int64
+ 1; should return
max_int64
. */
174
assertEqualInt(archive_entry_size(ae),
max_int64
);
local
Completed in 234 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026