Home | History | Annotate | Download | only in helgrind

Lines Matching defs:ROUNDUP

411 #define ROUNDUP(a, N)   ((a + N - 1) & ~(N-1))
1507 return ROUNDUP(a, N_LINE_ARANGE);