Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:ByteSize

143     const size_t ByteSize = 1 << i;
144 const size_t BitSize = ByteSize * 8;
145 SmallString<32> ReadName("__tsan_read" + itostr(ByteSize));
149 SmallString<32> WriteName("__tsan_write" + itostr(ByteSize));
441 const size_t ByteSize = 1 << Idx;
442 const size_t BitSize = ByteSize * 8;
456 const size_t ByteSize = 1 << Idx;
457 const size_t BitSize = ByteSize * 8;
474 const size_t ByteSize = 1 << Idx;
475 const size_t BitSize = ByteSize * 8;
488 const size_t ByteSize = 1 << Idx;
489 const size_t BitSize = ByteSize * 8;