HomeSort by: relevance | last modified time | path
    Searched defs:RoundUpTo (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/interception/
interception_win.cc 169 static uptr RoundUpTo(uptr size, uptr boundary) {
328 void *page = ::VirtualAlloc((void*)RoundUpTo(address, granularity),
  /src/external/gpl3/gcc.old/dist/libsanitizer/interception/
interception_win.cpp 168 UNUSED static uptr RoundUpTo(uptr size, uptr boundary) {
327 void *page = ::VirtualAlloc((void*)RoundUpTo(address, granularity),
  /src/external/gpl3/gcc/dist/libsanitizer/interception/
interception_win.cpp 189 UNUSED static uptr RoundUpTo(uptr size, uptr boundary) {
357 void *page = ::VirtualAlloc((void*)RoundUpTo(address, granularity),
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common.h 388 INLINE uptr RoundUpTo(uptr size, uptr boundary) {
515 RoundUpTo(new_capacity * sizeof(T), GetPageSizeCached());
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_common.h 457 inline constexpr uptr RoundUpTo(uptr size, uptr boundary) {
595 RoundUpTo(new_capacity * sizeof(T), GetPageSizeCached());
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_common.h 435 inline constexpr uptr RoundUpTo(uptr size, uptr boundary) {
569 RoundUpTo(new_capacity * sizeof(T), GetPageSizeCached());

Completed in 32 milliseconds