Home
last modified time | relevance | path

Searched defs:RoundUp (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/compiler-rt/lib/profile/
H A DInstrProfilingPlatformLinux.c92 static size_t RoundUp(size_t size, size_t align) { in RoundUp() function
/openbsd/gnu/llvm/llvm/lib/Target/M68k/Disassembler/
H A DM68kDisassembler.cpp123 unsigned RoundUp = alignTo(InstrBits, Align(16)); in getInstruction() local
/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_defs.h133 T RoundUp(T p, u64 align) { in RoundUp() function
/openbsd/gnu/usr.bin/binutils/gas/
H A Dwrite.c1255 #define RoundUp(N,S) (((N)+(S)-1)&-(S)) in relax_and_size_all_segments() macro
/openbsd/gnu/llvm/llvm/lib/Support/
H A DAPInt.cpp2841 auto RoundUp = [] (const APInt &V, const APInt &A) -> APInt { in SolveQuadraticEquationWrap() local