OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kPartCount
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/tsan/rtl/
tsan_sync.h
112
static const int
kPartCount
= 1009;
113
Part tab_[
kPartCount
];
tsan_sync.cc
42
for (int i = 0; i <
kPartCount
; i++) {
211
return (addr >> 3) %
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 101 milliseconds