Searched defs:roundUpToMultipleOf (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/bmalloc-7600.1.17/bmalloc/
H A DAlgorithm.h60 template<size_t divisor, typename T> inline constexpr T roundUpToMultipleOf(T x) function in namespace:bmalloc
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DStdLibExtras.h189 inline size_t roundUpToMultipleOf(size_t divisor, size_t x) function in namespace:WTF
196 template<size_t divisor> inline size_t roundUpToMultipleOf(size_t x) function in namespace:WTF

Completed in 118 milliseconds