HomeSort by relevance Sort by last modified time
    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 1055 milliseconds