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

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_sync.cc 137 uptr diff = RoundUp(p, kPageSize) - p;
150 CHECK_EQ(p, RoundUp(p, kPageSize));
151 CHECK_EQ(sz, RoundUp(sz, kPageSize));
tsan_defs.h 143 T RoundUp(T p, u64 align) {
tsan_mman.cc 52 uptr diff = RoundUp(p, kPageSize) - p;
tsan_rtl_thread.cc 92 // RoundUp so that one trace part does not contain events
94 epoch0 = RoundUp(epoch1 + 1, kTracePartSize);
tsan_rtl.cc 84 hdr_end = RoundUp(hdr_end, GetPageSizeCached());

Completed in 45 milliseconds