OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kPartCount
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/tsan/rtl/
tsan_sync.h
112
static const int
kPartCount
= 1009;
113
Part tab_[
kPartCount
];
/external/compiler-rt/lib/sanitizer_common/
sanitizer_stackdepot.cc
25
const int
kPartCount
= 1 << kPartBits; // Number of subparts in the table.
26
const int kPartSize = kTabSize /
kPartCount
;
42
atomic_uint32_t seq[
kPartCount
]; // Unique id generators.
Completed in 341 milliseconds