HomeSort by: relevance | last modified time | path
    Searched refs:kHistoryMask (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_shadow.h 66 x_ = (x_ & ~(kHistoryMask << kHistoryShift)) | (u64(hs) << kHistoryShift);
71 return (int)((x_ >> kHistoryShift) & kHistoryMask);
90 static const u64 kHistoryMask = 7;
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl.h 153 x_ = (x_ & ~(kHistoryMask << kHistoryShift)) | (u64(hs) << kHistoryShift);
158 return (int)((x_ >> kHistoryShift) & kHistoryMask);
179 static const u64 kHistoryMask = 7;

Completed in 21 milliseconds