Home | History | Annotate | Download | only in Instrumentation

Lines Matching defs:ByteSize

152     const size_t ByteSize = 1 << i;
153 const size_t BitSize = ByteSize * 8;
154 SmallString<32> ReadName("__tsan_read" + itostr(ByteSize));
158 SmallString<32> WriteName("__tsan_write" + itostr(ByteSize));
503 const size_t ByteSize = 1 << Idx;
504 const size_t BitSize = ByteSize * 8;
518 const size_t ByteSize = 1 << Idx;
519 const size_t BitSize = ByteSize * 8;
536 const size_t ByteSize = 1 << Idx;
537 const size_t BitSize = ByteSize * 8;
550 const size_t ByteSize = 1 << Idx;
551 const size_t BitSize = ByteSize * 8;