Searched refs:RoundUp (Results 1 - 17 of 17) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_sync.cc137 uptr diff = RoundUp(p, kPageSize) - p;
150 CHECK_EQ(p, RoundUp(p, kPageSize));
151 CHECK_EQ(sz, RoundUp(sz, kPageSize));
H A Dtsan_defs.h143 T RoundUp(T p, u64 align) { function in namespace:__tsan
H A Dtsan_mman.cc52 uptr diff = RoundUp(p, kPageSize) - p;
H A Dtsan_rtl_thread.cc92 // RoundUp so that one trace part does not contain events
94 epoch0 = RoundUp(epoch1 + 1, kTracePartSize);
H A Dtsan_rtl.cc84 hdr_end = RoundUp(hdr_end, GetPageSizeCached());
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_sync.cc135 uptr diff = RoundUp(p, kPageSize) - p;
148 CHECK_EQ(p, RoundUp(p, kPageSize));
149 CHECK_EQ(sz, RoundUp(sz, kPageSize));
H A Dtsan_defs.h141 T RoundUp(T p, u64 align) { function in namespace:__tsan
H A Dtsan_mman.cc50 uptr diff = RoundUp(p, kPageSize) - p;
H A Dtsan_rtl_thread.cc90 // RoundUp so that one trace part does not contain events
92 epoch0 = RoundUp(epoch1 + 1, kTracePartSize);
H A Dtsan_rtl.cc82 hdr_end = RoundUp(hdr_end, GetPageSizeCached());
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_sync.cpp134 uptr diff = RoundUp(p, kPageSize) - p;
147 CHECK_EQ(p, RoundUp(p, kPageSize));
148 CHECK_EQ(sz, RoundUp(sz, kPageSize));
H A Dtsan_defs.h160 T RoundUp(T p, u64 align) { function in namespace:__tsan
H A Dtsan_mman.cpp51 uptr diff = RoundUp(p, kPageSize) - p;
H A Dtsan_rtl_thread.cpp197 // RoundUp so that one trace part does not contain events
199 epoch0 = RoundUp(epoch1 + 1, kTracePartSize);
H A Dtsan_rtl.cpp93 hdr_end = RoundUp(hdr_end, GetPageSizeCached());
/netbsd-current/external/apache2/mDNSResponder/dist/mDNSShared/
H A DCommonServices.h609 /*! @function RoundUp
614 #define RoundUp( X, Y ) ( ( X ) + ( ( Y ) -( ( X ) % ( Y ) ) ) ) macro
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPInt.cpp2936 auto RoundUp = [] (const APInt &V, const APInt &A) -> APInt {
2963 LowkR = RoundUp(LowkR, R);
2973 C -= -RoundUp(-C, R); // C = C - RoundDown(C, R)

Completed in 322 milliseconds