Searched refs:RoundUp (Results 1 – 16 of 16) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
| H A D | tsan_sync.cc | 135 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 D | tsan_defs.h | 141 T RoundUp(T p, u64 align) { in RoundUp() function
|
| H A D | tsan_mman.cc | 50 uptr diff = RoundUp(p, kPageSize) - p; in OnUnmap()
|
| H A D | tsan_rtl_thread.cc | 92 epoch0 = RoundUp(epoch1 + 1, kTracePartSize); in OnStarted()
|
| H A D | tsan_rtl.cc | 82 hdr_end = RoundUp(hdr_end, GetPageSizeCached()); in CreateThreadContext()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
| H A D | tsan_sync.cc | 137 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 D | tsan_defs.h | 143 T RoundUp(T p, u64 align) { in RoundUp() function
|
| H A D | tsan_mman.cc | 52 uptr diff = RoundUp(p, kPageSize) - p; in OnUnmap()
|
| H A D | tsan_rtl_thread.cc | 94 epoch0 = RoundUp(epoch1 + 1, kTracePartSize); in OnStarted()
|
| H A D | tsan_rtl.cc | 84 hdr_end = RoundUp(hdr_end, GetPageSizeCached()); in CreateThreadContext()
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
| H A D | tsan_sync.cpp | 134 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 D | tsan_defs.h | 160 T RoundUp(T p, u64 align) { in RoundUp() function
|
| H A D | tsan_mman.cpp | 51 uptr diff = RoundUp(p, kPageSize) - p; in OnUnmap()
|
| H A D | tsan_rtl_thread.cpp | 199 epoch0 = RoundUp(epoch1 + 1, kTracePartSize); in OnStarted()
|
| H A D | tsan_rtl.cpp | 93 hdr_end = RoundUp(hdr_end, GetPageSizeCached()); in CreateThreadContext()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | APInt.cpp | 2936 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()
|