HomeSort by relevance Sort by last modified time
    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++) {
209 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 135 milliseconds