Home
last modified time | relevance | path

Searched refs:RoundUp (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_sync.cc135 uptr diff = RoundUp(p, kPageSize) - p; in ResetRange()
148 CHECK_EQ(p, RoundUp(p, kPageSize)); in ResetRange()
149 CHECK_EQ(sz, RoundUp(sz, kPageSize)); in ResetRange()
H A Dtsan_defs.h141 T RoundUp(T p, u64 align) { in RoundUp() function
H A Dtsan_mman.cc50 uptr diff = RoundUp(p, kPageSize) - p; in OnUnmap()
H A Dtsan_rtl_thread.cc92 epoch0 = RoundUp(epoch1 + 1, kTracePartSize); in OnStarted()
H A Dtsan_rtl.cc82 hdr_end = RoundUp(hdr_end, GetPageSizeCached()); in CreateThreadContext()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_sync.cc137 uptr diff = RoundUp(p, kPageSize) - p; in ResetRange()
150 CHECK_EQ(p, RoundUp(p, kPageSize)); in ResetRange()
151 CHECK_EQ(sz, RoundUp(sz, kPageSize)); in ResetRange()
H A Dtsan_defs.h143 T RoundUp(T p, u64 align) { in RoundUp() function
H A Dtsan_mman.cc52 uptr diff = RoundUp(p, kPageSize) - p; in OnUnmap()
H A Dtsan_rtl_thread.cc94 epoch0 = RoundUp(epoch1 + 1, kTracePartSize); in OnStarted()
H A Dtsan_rtl.cc84 hdr_end = RoundUp(hdr_end, GetPageSizeCached()); in CreateThreadContext()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_sync.cpp134 uptr diff = RoundUp(p, kPageSize) - p; in ResetRange()
147 CHECK_EQ(p, RoundUp(p, kPageSize)); in ResetRange()
148 CHECK_EQ(sz, RoundUp(sz, kPageSize)); in ResetRange()
H A Dtsan_defs.h160 T RoundUp(T p, u64 align) { in RoundUp() function
H A Dtsan_mman.cpp51 uptr diff = RoundUp(p, kPageSize) - p; in OnUnmap()
H A Dtsan_rtl_thread.cpp199 epoch0 = RoundUp(epoch1 + 1, kTracePartSize); in OnStarted()
H A Dtsan_rtl.cpp93 hdr_end = RoundUp(hdr_end, GetPageSizeCached()); in CreateThreadContext()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPInt.cpp2936 auto RoundUp = [] (const APInt &V, const APInt &A) -> APInt { in SolveQuadraticEquationWrap() local
2963 LowkR = RoundUp(LowkR, R); in SolveQuadraticEquationWrap()
2973 C -= -RoundUp(-C, R); // C = C - RoundDown(C, R) in SolveQuadraticEquationWrap()