OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FIRST_32_SECOND_64
(Results
1 - 7
of
7
) sorted by null
/external/compiler-rt/lib/sanitizer_common/
sanitizer_lfstack.h
64
static const int kCounterBits =
FIRST_32_SECOND_64
(32, 17);
sanitizer_linux_libcdep.cc
202
const uptr kThreadDescriptorSize =
FIRST_32_SECOND_64
(1216, 2304);
204
const uptr kThreadDescriptorSize =
FIRST_32_SECOND_64
(1168, 2304);
212
const uptr kThreadSelfOffset =
FIRST_32_SECOND_64
(8, 16);
sanitizer_common.h
269
# define
FIRST_32_SECOND_64
(a, b) (b)
271
# define
FIRST_32_SECOND_64
(a, b) (a)
sanitizer_libc.cc
210
CHECK_LE(size, 1ULL <<
FIRST_32_SECOND_64
(30, 40)); // Sanity check.
sanitizer_allocator.h
[
all
...]
/external/compiler-rt/lib/asan/
asan_allocator2.cc
97
FIRST_32_SECOND_64
(3UL << 30, 8UL << 30);
100
FIRST_32_SECOND_64
(1 << 18, 1 << 20);
/external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc
45
static const uptr kRegionSizeLog =
FIRST_32_SECOND_64
(20, 24);
Completed in 92 milliseconds