repo.or.cz
/
tor.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'maint-0.4.6'
[tor.git]
/
scripts
/
coccinelle
/
ceil_div.cocci
blob
00843e82c31227bcba2686385fdae2289716fce4
1
@@
2
expression n, d;
3
@@
4
5
- (((n) + (d) - 1) / (d))
6
+ CEIL_DIV(n, d)