Searched defs:RoundUp (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/profile/
H A DInstrProfilingPlatformLinux.c92 static size_t RoundUp(size_t size, size_t align) { function
/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_defs.h133 T RoundUp(T p, u64 align) { function in namespace:__tsan
/openbsd-current/gnu/usr.bin/binutils/gas/
H A Dwrite.c1255 #define RoundUp(N,S) (((N)+(S)-1)&-(S)) macro

Completed in 276 milliseconds